/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
li {
  list-style-type: none;
  padding: none;
  margin: none; }

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

body {
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
  color: #CACACA; }

h1 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 3.7em;
  line-height: 1em;
  margin: 0;
  font-weight: 400;
  color: #C58E2C; }
  @media (max-width: 1370px) {
    h1 {
      font-size: 3em; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0;
  color: #C58E2C; }

h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0; }

h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  font-weight: normal; }

h5 {
  font-size: 6em;
  line-height: 1em;
  margin: 0;
  font-weight: 100; }

h6 {
  font-size: 2.8em;
  line-height: .8em;
  margin: 0;
  font-weight: 100; }

p,
address,
abbr,
input,
label {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style: none;
  margin: 0;
  font-weight: 300; }
  @media (max-width: 1370px) {
    p,
    address,
    abbr,
    input,
    label {
      font-size: 1em; } }
  @media (max-width: 768px) {
    p,
    address,
    abbr,
    input,
    label {
      font-size: .8em; } }

a {
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0;
  list-style: none;
  font-weight: 300;
  transition: all 0.5s ease-in-out; }
  a:visited {
    color: #9c9c9c; }

body {
  background-color: #214354;
  background-image: url("../images/pch_BG.svg");
  background-attachment: fixed;
  background-size: cover; }

.desk {
  display: none; }

.mob {
  display: block; }

nav {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: 5fr 1fr 1fr;
  align-items: center;
  justify-items: center; }
  nav .btn {
    justify-self: left;
    margin-left: 25px; }
    nav .btn .mob-menu-btn {
      margin-top: 0;
      width: 60px;
      height: 45px;
      display: flex;
      align-items: center;
      cursor: pointer;
      z-index: 999; }
      nav .btn .mob-menu-btn span,
      nav .btn .mob-menu-btn span:after,
      nav .btn .mob-menu-btn span:before {
        content: "";
        display: block;
        margin: 0 auto;
        height: 4px;
        background: #CACACA;
        width: 47px;
        position: relative;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
      nav .btn .mob-menu-btn span:before {
        top: 13px; }
      nav .btn .mob-menu-btn span:after {
        bottom: 17px; }
  nav .size1 svg {
    width: 50px;
    cursor: pointer;
    transition: fill 0.3s ease-in-out, width 0.3s ease-in-out;
    fill: #cacaca; }
    nav .size1 svg:hover {
      fill: rgba(201, 201, 201, 0.69);
      width: 40px; }

#landing {
  margin-top: 60px;
  display: grid;
  grid-template-areas: "logo" "txt";
  justify-items: center; }
  #landing .welcome {
    grid-area: txt;
    width: 80vw; }
    #landing .welcome h1,
    #landing .welcome h2,
    #landing .welcome p {
      text-align: center; }
    #landing .welcome p {
      border-top: 3px solid;
      padding-left: 23px;
      padding-top: 11px; }
    #landing .welcome .cta {
      display: flex;
      height: 70px;
      justify-content: center;
      align-items: center; }
      #landing .welcome .cta p {
        color: #C58E2C;
        text-transform: uppercase;
        line-height: 0.9em;
        margin: 0;
        padding: 0;
        border: none; }
      #landing .welcome .cta hr {
        transform: rotate(90deg);
        width: 50px;
        background-color: #CACACA;
        border: none;
        height: 3px; }
      #landing .welcome .cta img {
        cursor: pointer;
        transition: background-color 0.3s ease-in-out; }
        #landing .welcome .cta img:hover {
          background-color: rgba(0, 0, 0, 0.28); }
  #landing .logo {
    grid-area: logo;
    align-self: center;
    width: 50vw; }

#work {
  width: 90vw;
  text-align: center;
  margin: 50px auto; }
  #work h2 {
    font-size: 2em; }
  #work img {
    width: 75vw; }
  #work .logo {
    width: 50vw;
    padding: 20px; }
  #work .feat_wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    row-gap: 40px;
    max-width: 1000px;
    margin: 20px auto; }
    #work .feat_wrap li {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); }
    #work .feat_wrap p {
      margin-bottom: 10px; }
    #work .feat_wrap a {
      display: inline-block;
      border: 3px solid #CACACA;
      font-size: 0.8em;
      padding: 8px;
      background-color: rgba(201, 201, 201, 0);
      transition: background-color 0.3s ease-in-out;
      color: #CACACA;
      margin-bottom: 10px; }
      #work .feat_wrap a:hover {
        background-color: rgba(201, 201, 201, 0.12); }

footer {
  height: 90vh;
  margin-bottom: 3vh;
  padding-top: 20px;
  display: grid;
  grid-template-rows: 2fr 4fr 1fr;
  grid-template-areas: "mssg" "form" "copy";
  background-color: #C58E2C;
  background-image: url("../images/pch_footer_bg.svg");
  background-size: cover;
  justify-items: center; }
  footer h1 {
    color: #333333;
    font-size: 1.4em; }
  footer p {
    color: #8E6B2D; }
  footer .mssg {
    grid-area: mssg;
    text-align: center;
    align-self: center;
    width: 80vw; }
  footer form {
    grid-area: form;
    color: #333333;
    text-align: center; }
    footer form input[type="text"],
    footer form input[type="email"],
    footer form textarea {
      display: block;
      width: 80vw;
      padding: 5px;
      border: 3px solid #8E6B2D;
      background-color: rgba(0, 0, 0, 0); }
      footer form input[type="text"]:focus,
      footer form input[type="email"]:focus,
      footer form textarea:focus {
        outline-color: white;
        background-color: rgba(255, 255, 255, 0.3); }
    footer form label {
      margin-left: 15px; }
      footer form label span {
        text-transform: uppercase; }
    footer form input[type="submit"] {
      width: 179px;
      height: 44px;
      background-color: #333333;
      color: #C58E2C;
      border: none;
      margin-top: 15px; }
  footer .copy {
    grid-area: copy;
    display: grid;
    grid-template-areas: "ms awe" "tag tag" "c20 c20";
    align-items: center;
    justify-content: center;
    text-align: center; }
    footer .copy .tag {
      grid-area: tag; }
    footer .copy .ms {
      grid-area: ms; }
    footer .copy .awe {
      grid-area: awe; }
    footer .copy .c20 {
      grid-area: c20; }
    footer .copy p {
      font-size: 0.8em; }
    footer .copy a:hover {
      cursor: pointer; }
    footer .copy img {
      width: 50px; }

/*# sourceMappingURL=mobile.css.map */
