@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700,900");
@import 'normalize.css';
/*********************
*  Site Specific CSS *
*********************/
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em;
  color: #000000;
}
@media only screen and (min-width: 43.75em) {
  body {
    line-height: 1.375em;
  }
}

@media only screen and (min-width: 76.5em) {
  .container {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(9, auto);
  }
}

h1,
h2 {
  font-weight: 900;
  color: #265f6a;
  margin-bottom: 16px;
}

h1 {
  font-size: 2em;
  line-height: 1.25em;
}
@media only screen and (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
}
@media only screen and (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05em;
  }
}

h2 {
  font-size: 1.625em;
  line-height: 1.15384615em;
}
@media only screen and (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 76.5em) {
  h2 {
    margin-top: 0px;
  }
}

h3,
#services figcaption {
  font-size: 1.375em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.13636364em;
}
@media only screen and (min-width: 43.75em) {
  h3,
#services figcaption {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 56.25em) {
  h3,
#services figcaption {
    font-size: 1.75em;
  }
}

figcaption {
  font-size: 0.75em;
  font-style: italic;
}

a {
  text-decoration: none;
}
a:link {
  color: #759c3f;
}
a:visited {
  color: #759c3f;
}
a:hover, a:focus, a:active {
  color: #265f6a;
}

nav {
  background-color: #000000;
  position: fixed;
  top: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px #8b8b8b;
  box-shadow: 0px 2px 4px #8b8b8b;
  z-index: 10;
}
nav div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav ul {
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  nav ul {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 76.5em) {
  nav ul {
    margin-right: 40px;
  }
}
nav li {
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0px;
}
@media only screen and (min-width: 43.75em) {
  nav li {
    font-size: 1.5em;
    line-height: 1.45833333em;
  }
}
nav li:first-of-type {
  display: none;
}
@media only screen and (min-width: 43.75em) {
  nav li:first-of-type {
    display: flex;
  }
}
nav a {
  padding: 20px 10px;
}
@media only screen and (min-width: 48em) {
  nav a {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 76.5em) {
  nav a {
    padding: 20px 40px;
  }
}

#page-header a {
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
#page-header a:link {
  color: #ffffff;
}
#page-header a:visited {
  color: #ffffff;
}
#page-header a:hover, #page-header a:focus, #page-header a:active {
  color: #759c3f;
}

#logo {
  display: inline-block;
  min-width: 25px;
  margin: 5px 15px 0px 5px;
}
@media only screen and (min-width: 48em) {
  #logo {
    margin: 5px 10px 0px 40px;
  }
}
@media only screen and (min-width: 76.5em) {
  #logo {
    margin: 5px 40px 0px 80px;
  }
}
#logo a {
  padding: 0px;
}

main {
  margin-top: 32.9333px;
}
@media only screen and (min-width: 40em) {
  main {
    margin-top: 69.5px;
  }
}
@media only screen and (min-width: 43.75em) {
  main {
    margin-top: 75px;
  }
}

.button,
.link-button {
  border-radius: 20px;
  background-color: #802018;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.35em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
@media only screen and (min-width: 48em) {
  .button,
.link-button {
    margin-bottom: 80px;
  }
}

.button {
  color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 2px 4px #2e2e2e;
  box-shadow: 0px 2px 4px #2e2e2e;
}
.button:hover, .button:focus {
  -webkit-box-shadow: 0px 4px 8px #2e2e2e;
  box-shadow: 0px 4px 8px #2e2e2e;
}
.button:active {
  -webkit-box-shadow: 0px 3px 6px #2e2e2e;
  box-shadow: 0px 3px 6px #2e2e2e;
}

#intro {
  margin-top: -35px;
}
#intro h1 {
  margin-top: 0px;
}
#intro a {
  color: #ffffff;
}
#intro a:link, #intro a:visited {
  -webkit-box-shadow: 0px 2px 4px #8b8b8b;
  box-shadow: 0px 2px 4px #8b8b8b;
}
#intro a:hover, #intro a:focus {
  -webkit-box-shadow: 0px 4px 8px #8b8b8b;
  box-shadow: 0px 4px 8px #8b8b8b;
}
#intro a:active {
  -webkit-box-shadow: 0px 3px 6px #8b8b8b;
  box-shadow: 0px 3px 6px #8b8b8b;
}
#intro a:first-of-type {
  margin: 20px 10px 20px 0px;
}
@media only screen and (min-width: 56.25em) {
  #intro a {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 56.25em) {
  #intro {
    margin-top: -80px;
    max-width: 666px;
  }
}
@media only screen and (min-width: 76.5em) {
  #intro {
    grid-column: 5/11;
    grid-row: 2/3;
    max-width: 666px;
    margin-top: -130px;
  }
}
@media only screen and (min-width: 100em) {
  #intro {
    padding-left: 73px;
    margin-top: -190px;
  }
}

#suc-top {
  z-index: -1;
}
@media only screen and (min-width: 40em) {
  #suc-top {
    max-width: 70%;
    position: relative;
    right: -30%;
  }
}
@media only screen and (min-width: 76.5em) {
  #suc-top {
    grid-column: 7/15;
    grid-row: 1/2;
    max-width: 100%;
    right: 0px;
  }
}
@media only screen and (min-width: 100em) {
  #suc-top {
    padding-left: 6px;
  }
}

#suc-bottom {
  margin-right: 11%;
}
@media only screen and (min-width: 40em) {
  #suc-bottom {
    max-width: 59%;
  }
}
@media only screen and (min-width: 43.75em) {
  #suc-bottom {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 56.25em) {
  #suc-bottom {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 76.5em) {
  #suc-bottom {
    grid-column: 1/8;
    grid-row: 3/4;
    z-index: -1;
    margin-top: -180px;
    max-width: 100%;
  }
}

#services {
  padding-top: 40px;
}
@media only screen and (min-width: 56.25em) {
  #services {
    padding-top: 120px;
  }
  #services p {
    max-width: 666px;
  }
}
@media only screen and (min-width: 76.5em) {
  #services {
    grid-column: 4/12;
    grid-row: 4/5;
    padding: 120px 0px 0px 0px;
  }
  #services p {
    width: 62.5%;
    max-width: 666px;
  }
}

#services-icons {
  padding-top: 24px;
}
#services-icons figure {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 76.5em) {
  #services-icons figure {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 40em) {
  #services-icons {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 56.25em) {
  #services-icons {
    padding-top: 44px;
  }
}
@media only screen and (min-width: 76.5em) {
  #services-icons {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: auto;
  }
  #services-icons figcaption {
    font-size: 1.45em;
  }
}
@media only screen and (min-width: 100em) {
  #services-icons figcaption {
    font-size: 1.75em;
  }
}

article {
  padding: 0px 20px;
}
@media only screen and (min-width: 56.25em) {
  article {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 76.5em) {
  article {
    padding: 0px 20px;
  }
}

#test-1,
#test-2 {
  font-size: 1.25em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25em;
  color: #ffffff;
  letter-spacing: 0.02em;
  background-color: #759c3f;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 43.75em) {
  #test-1,
#test-2 {
    font-size: 1.5em;
    line-height: 1.45833333em;
  }
}
@media only screen and (min-width: 56.25em) {
  #test-1,
#test-2 {
    padding: 0px;
    background-color: transparent;
    background-image: url(../images/elements/succulent_parallax.jpg);
    background-attachment: fixed;
    margin-top: 80px;
  }
  #test-1 p,
#test-2 p {
    display: none;
  }
}
#test-1 p:first-of-type,
#test-2 p:first-of-type {
  margin-top: 0px;
}
#test-1 p:last-of-type,
#test-2 p:last-of-type {
  text-align: right;
  margin-bottom: 0px;
}
#test-1 img,
#test-2 img {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  #test-1 img,
#test-2 img {
    display: block;
  }
}

@media only screen and (min-width: 76.5em) {
  #test-1 {
    grid-column: 1/15;
    grid-row: 5/6;
  }
}

#test-2 {
  margin-top: 30px;
}
@media only screen and (min-width: 56.25em) {
  #test-2 {
    margin-top: 110px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 76.5em) {
  #test-2 {
    grid-column: 1/15;
    grid-row: 7/8;
  }
}

#testimonial {
  color: #ffffff;
  letter-spacing: 0.02em;
  background-color: #759c3f;
  padding-top: 40px;
  padding-bottom: 24px;
}
#testimonial h2 {
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-top: 0px;
}
@media only screen and (min-width: 48em) {
  #testimonial {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 56.25em) {
  #testimonial + .cta {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 76.5em) {
  #testimonial {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: auto;
  }
  #testimonial div:first-of-type {
    grid-column: 4/12;
    grid-row: 1/2;
    width: 75%;
    max-width: 666px;
  }
}

.cover-1,
.cover-2 {
  height: 3px;
  background-color: #ffffff;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 76.5em) {
  .cover-1 {
    grid-column: 1/15;
    grid-row: 6/7;
  }
}

@media only screen and (min-width: 76.5em) {
  .cover-2 {
    grid-column: 1/15;
    grid-row: 8/9;
  }
}

#portfolio {
  padding-top: 40px;
}
#portfolio h2 {
  margin-top: 0px;
}
@media only screen and (min-width: 48em) {
  #portfolio h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 56.25em) {
  #portfolio {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 76.5em) {
  #portfolio {
    grid-column: 3/13;
    grid-row: 6/7;
    padding: 120px 0px 0px 0px;
  }
}

@media only screen and (min-width: 48em) {
  #thumbnails {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 76.5em) {
  #thumbnails {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(9, auto);
  }
}
@media only screen and (min-width: 100em) {
  #thumbnails {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, auto);
  }
}

.thumb {
  filter: drop-shadow(0px 2px 4px #2e2e2e);
  max-width: 46%;
  padding: 5px;
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}
@media only screen and (min-width: 48em) {
  .thumb {
    max-width: 100%;
    padding: 10px;
  }
}
@media only screen and (min-width: 76.5em) {
  .thumb {
    padding: 0px 0px 0px 8px;
    max-width: 95%;
  }
}
.thumb:hover, .thumb:focus {
  filter: drop-shadow(0px 2px 10px #2e2e2e);
}
.thumb:active {
  filter: drop-shadow(0px 2px 8px #2e2e2e);
}

@media only screen and (min-width: 76.5em) {
  #thumb1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 100em) {
  #thumb1 {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb2 {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 100em) {
  #thumb2 {
    grid-column: 4/6;
    grid-row: 1/2;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb3 {
    grid-column: 5/7;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 100em) {
  #thumb3 {
    grid-column: 6/8;
    grid-row: 1/2;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb4 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 100em) {
  #thumb4 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb5 {
    grid-column: 4/6;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 100em) {
  #thumb5 {
    grid-column: 3/5;
    grid-row: 2/3;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb6 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 100em) {
  #thumb6 {
    grid-column: 5/7;
    grid-row: 2/3;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb7 {
    grid-column: 3/5;
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 100em) {
  #thumb7 {
    grid-column: 7/9;
    grid-row: 2/3;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb8 {
    grid-column: 5/7;
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 100em) {
  #thumb8 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb9 {
    grid-column: 2/4;
    grid-row: 4/5;
  }
}
@media only screen and (min-width: 100em) {
  #thumb9 {
    grid-column: 4/6;
    grid-row: 3/4;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb10 {
    grid-column: 4/6;
    grid-row: 4/5;
  }
}
@media only screen and (min-width: 100em) {
  #thumb10 {
    grid-column: 6/8;
    grid-row: 3/4;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb11 {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
@media only screen and (min-width: 100em) {
  #thumb11 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb12 {
    grid-column: 3/5;
    grid-row: 5/6;
  }
}
@media only screen and (min-width: 100em) {
  #thumb12 {
    grid-column: 3/5;
    grid-row: 4/5;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb13 {
    grid-column: 5/7;
    grid-row: 5/6;
  }
}
@media only screen and (min-width: 100em) {
  #thumb13 {
    grid-column: 5/7;
    grid-row: 4/5;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb14 {
    grid-column: 2/4;
    grid-row: 6/7;
  }
}
@media only screen and (min-width: 100em) {
  #thumb14 {
    grid-column: 7/9;
    grid-row: 4/5;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb15 {
    grid-column: 4/6;
    grid-row: 6/7;
  }
}
@media only screen and (min-width: 100em) {
  #thumb15 {
    grid-column: 2/4;
    grid-row: 5/6;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb16 {
    grid-column: 1/3;
    grid-row: 7/8;
  }
}
@media only screen and (min-width: 100em) {
  #thumb16 {
    grid-column: 4/6;
    grid-row: 5/6;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb17 {
    grid-column: 3/5;
    grid-row: 7/8;
  }
}
@media only screen and (min-width: 100em) {
  #thumb17 {
    grid-column: 6/8;
    grid-row: 5/6;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb18 {
    grid-column: 5/7;
    grid-row: 7/8;
  }
}
@media only screen and (min-width: 100em) {
  #thumb18 {
    grid-column: 1/3;
    grid-row: 6/7;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb19 {
    grid-column: 2/4;
    grid-row: 8/9;
  }
}
@media only screen and (min-width: 100em) {
  #thumb19 {
    grid-column: 3/5;
    grid-row: 6/7;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb20 {
    grid-column: 4/6;
    grid-row: 8/9;
  }
}
@media only screen and (min-width: 100em) {
  #thumb20 {
    grid-column: 5/7;
    grid-row: 6/7;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb21 {
    grid-column: 1/3;
    grid-row: 9/10;
  }
}
@media only screen and (min-width: 100em) {
  #thumb21 {
    grid-column: 7/9;
    grid-row: 6/7;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb22 {
    grid-column: 3/5;
    grid-row: 9/10;
  }
}
@media only screen and (min-width: 100em) {
  #thumb22 {
    grid-column: 2/4;
    grid-row: 7/8;
  }
}

@media only screen and (min-width: 76.5em) {
  #thumb23 {
    grid-column: 5/7;
    grid-row: 9/10;
  }
}
@media only screen and (min-width: 100em) {
  #thumb23 {
    grid-column: 4/6;
    grid-row: 7/8;
  }
}

#process h2 {
  margin-top: 40px;
}
@media only screen and (min-width: 56.25em) {
  #process {
    padding-right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #process div:first-child {
    max-width: 70%;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 76.5em) {
  #process div:first-child {
    grid-column: 1/2;
    grid-row: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 56.25em) {
  #process p:first-of-type {
    max-width: 666px;
  }
}
@media only screen and (min-width: 56.25em) {
  #process h2 {
    margin-top: 0px;
  }
}
#process h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  #process h3 {
    text-align: left;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 76.5em) {
  #process {
    grid-column: 4/15;
    grid-row: 8/9;
    padding: 0px;
    display: grid;
    grid-template-columns: 7fr 4fr;
    grid-template-rows: auto;
  }
  #process p {
    width: 71.428%;
    max-width: 666px;
  }
}

#brief,
#research,
#create,
#develop,
#finalize {
  padding-top: 40px;
}
@media only screen and (min-width: 40em) {
  #brief,
#research,
#create,
#develop,
#finalize {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
#brief img,
#research img,
#create img,
#develop img,
#finalize img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 40em) {
  #brief img,
#research img,
#create img,
#develop img,
#finalize img {
    flex: 0 0 auto;
    margin-top: 0px;
    margin-right: 30px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 43.75em) {
  #brief img,
#research img,
#create img,
#develop img,
#finalize img {
    padding-top: 6px;
  }
}
@media only screen and (min-width: 100em) {
  #brief img,
#research img,
#create img,
#develop img,
#finalize img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 76.5em) {
  #brief p,
#research p,
#create p,
#develop p,
#finalize p {
    width: 90.9%;
    max-width: 666px;
  }
}

#succ {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  #succ {
    display: inline-block;
    max-width: 28%;
    vertical-align: top;
    margin-top: 206px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 76.5em) {
  #succ {
    grid-column: 2/3;
    grid-row: auto;
    max-width: 100%;
    margin-top: 250px;
    margin-right: 0px;
    justify-self: end;
  }
}
@media only screen and (min-width: 100em) {
  #succ {
    margin-top: 206px;
  }
}

.outline {
  border: 1px solid #d0d0d0;
}

#contact {
  background: #265f6a;
  margin-top: 80px;
  padding-top: 40px;
}
@media only screen and (min-width: 48em) {
  #contact {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 56.25em) {
  #contact {
    margin-top: 104px;
  }
  #contact div:nth-of-type(2) {
    display: inline-block;
    max-width: 70%;
  }
  #contact div:nth-of-type(2) p {
    max-width: 666px;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 76.5em) {
  #contact div:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: auto;
    max-width: 100%;
  }
}
#contact h2 {
  margin-top: 0px;
}
#contact h2,
#contact p,
#contact label {
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 76.5em) {
  #contact {
    margin-top: 120px;
    grid-column: 1/15;
    grid-row: 9/10;
    display: grid;
    grid-template-columns: 6fr 5fr 3fr;
    grid-template-rows: auto;
  }
  #contact p {
    width: 100%;
    max-width: 666px;
  }
}

label {
  margin-bottom: 5px;
  font-weight: 700;
}

input,
textarea {
  padding: 8px;
  margin-bottom: 40px;
  width: calc(100% - 20px);
  border-radius: 6px;
  border: none;
}
@media only screen and (min-width: 40em) {
  input,
textarea {
    width: 400px;
  }
}
@media only screen and (min-width: 76.5em) {
  input,
textarea {
    width: calc(100% - 20px);
  }
}

input:last-of-type {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 40em) {
  input:last-of-type {
    width: 416px;
  }
}
@media only screen and (min-width: 76.5em) {
  input:last-of-type {
    width: 100%;
  }
}

textarea {
  height: 200px;
}

form p {
  margin-top: 0px;
}
form a:hover, form a:focus, form a:active {
  color: #000000;
}

[type=checkbox] {
  width: 35px;
  margin-bottom: 5px;
}

.alert {
  font-weight: 900 !important;
  font-size: 1.3em !important;
  padding-top: 20px;
}

#logo-lg {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  #logo-lg {
    display: inline-block;
    max-width: 28%;
    vertical-align: top;
    margin-top: 180px;
    margin-left: -80px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 76.5em) {
  #logo-lg {
    grid-column: 1/2;
    grid-row: auto;
    max-width: 66.66%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 100em) {
  #logo-lg {
    margin-top: 160px;
  }
}

.arrow,
.pirate_arrow {
  display: none;
}
@media only screen and (min-width: 76.5em) {
  .arrow,
.pirate_arrow {
    display: inline;
    position: absolute;
    top: 92vh;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 2px #000000);
  }
  .arrow::after,
.pirate_arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  .arrow::before,
.pirate_arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 0;
    box-sizing: border-box;
  }
}

.pirate_arrow {
  display: none;
}
@media only screen and (min-width: 100em) {
  .pirate_arrow {
    display: inline;
    top: 85vh;
  }
}

#details {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#details h1 {
  margin-top: 0px;
}
#details figure {
  margin: 0px 0px 25px 0px;
}
@media only screen and (min-width: 48em) {
  #details figure {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 56.25em) {
  #details figure {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 100em) {
  #details figure {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 43.75em) {
  #details {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 56.25em) {
  #details {
    margin-top: 120px;
  }
  #details div:first-child {
    max-width: 666px;
  }
}
@media only screen and (min-width: 76.5em) {
  #details {
    grid-column: 1/15;
    grid-row: 2/3;
    margin-top: 0px;
    padding: 120px 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(6, auto);
    justify-items: center;
  }
  #details div:first-child {
    grid-column: 4/9;
    grid-row: 1/2;
    margin-bottom: 80px;
    justify-self: start;
  }
  #details figure.col-1of1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#details-icons {
  margin-top: 24px;
  margin-bottom: 80px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#details-icons div:nth-of-type(2) {
  margin-left: 20px;
}
@media only screen and (min-width: 40em) {
  #details-icons div:nth-of-type(2) {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 76.5em) {
  #details-icons div:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 100em) {
  #details-icons div:nth-of-type(2) {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 48em) {
  #details-icons {
    margin-left: 175px;
    margin-right: 175px;
  }
}
@media only screen and (min-width: 56.25em) {
  #details-icons {
    margin-top: 44px;
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (min-width: 76.5em) {
  #details-icons {
    grid-column: 9/12;
    grid-row: 1/2;
    margin: 0px;
    padding-left: 40px;
    justify-self: end;
  }
}

.justify-start {
  justify-self: start !important;
}

@media only screen and (min-width: 56.25em) {
  .single-icon {
    margin-left: 275px !important;
    margin-right: 275px !important;
  }
}
@media only screen and (min-width: 76.5em) {
  .single-icon {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (min-width: 76.5em) {
  .project-container {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

#mockup {
  grid-column: 1/15;
  grid-row: 1/2;
}

.col-1of1 {
  grid-column: 4/12;
}

.col-1of2 {
  grid-column: 3/8;
}

.col-2of2 {
  grid-column: 8/13;
}

.col-1of3 {
  grid-column: 2/6;
}

.col-2of3 {
  grid-column: 6/10;
}

.col-3of3 {
  grid-column: 10/14;
}

.col-1of4 {
  grid-column: 2/5;
}

.col-2of4 {
  grid-column: 5/8;
}

.col-3of4 {
  grid-column: 8/11;
}

.col-4of4 {
  grid-column: 11/14;
}

.row-1 {
  grid-row: 2/3;
}

.row-2 {
  grid-row: 3/4;
}

.row-3 {
  grid-row: 4/5;
}

.row-4 {
  grid-row: 5/6;
}

.row-5 {
  grid-row: 6/7;
}

#logo-lg-right {
  display: none;
}
@media only screen and (min-width: 76.5em) {
  #logo-lg-right {
    display: inline-block;
    grid-column: 11/15;
    grid-row: 1/2;
    max-width: 100%;
    /*margin-right: -15px;*/
    /*justify-self: end;*/
  }
}

.cta {
  background-color: #265f6a;
  color: #ffffff;
  margin-top: 0px;
  padding: 18px 0px 0px 0px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .cta {
    padding-top: 52px;
    text-align: left;
  }
}
@media only screen and (min-width: 56.25em) {
  .cta {
    margin-top: 40px;
  }
}
.cta h3 {
  padding-left: 20px;
}
@media only screen and (min-width: 40em) {
  .cta h3 {
    display: inline-block;
  }
}
@media only screen and (min-width: 48em) {
  .cta h3 {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 76.5em) {
  .cta h3 {
    padding-left: 80px;
  }
}
.cta a {
  color: #ffffff;
}
.cta a:link, .cta a:visited {
  -webkit-box-shadow: 0px 2px 4px #2e2e2e;
  box-shadow: 0px 2px 4px #2e2e2e;
}
.cta a:hover, .cta a:focus {
  -webkit-box-shadow: 0px 4px 8px #2e2e2e;
  box-shadow: 0px 4px 8px #2e2e2e;
}
.cta a:active {
  -webkit-box-shadow: 0px 3px 6px #2e2e2e;
  box-shadow: 0px 3px 6px #2e2e2e;
}
@media only screen and (min-width: 40em) {
  .cta a {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 76.5em) {
  .cta {
    grid-column: 1/15;
    grid-row: 3/4;
  }
}

footer {
  background: #265f6a;
}
footer p {
  padding: 5px 20px;
  background: #000000;
  font-size: 0.75em;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}
@media only screen and (min-width: 48em) {
  footer p {
    text-align: left;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 76.5em) {
  footer p {
    font-size: 0.9em;
    padding: 15px 20px 15px 80px;
  }
}
footer img {
  position: relative;
  bottom: -6px;
}
footer a:link {
  color: #ffffff;
}
footer a:visited {
  color: #ffffff;
}
footer a:hover, footer a:focus, footer a:active {
  color: #265f6a;
}

/*# sourceMappingURL=styles.css.map */
