* {
  margin:0;
  padding:0;
  font-family: 'Work Sans', sans-serif;
  box-sizing: border-box;
}
body {
  background-color: #fffbeb;
  font-family: 'Work Sans', sans-serif;
  color: #181818;
  font-size: 1.25rem;
  line-height: 1.5;
}
h1 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: 'Neuton', sans-serif;
  color: #181818;
  font-size: 3.75rem;
  line-height: 1.25;
  font-weight: 300;
}
h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: 'Neuton', sans-serif;
  color: #2f2c36;
  font-size: 2.75rem;
  line-height: 1.75;
  font-weight: 500;
}
p {
  margin-bottom: 1.5rem;
  color: #181818;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
a {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: #ffb99b;
}
a:hover {
  color: #181818;
}
strong {
  font-weight: 700;
}

/*HEADER*/
#header {
  overflow: hidden;
  background-color: #fffbeb;
  padding: 30px 5%; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
  box-shadow: none;
}
#header-logo {
  font-size: 24px;
  transition: 0.4s;
  font-weight: 500;
}
#header-logo a{
  float: left;
  text-align: center;
  color:#000;
  text-decoration:none;
  border-bottom: solid 4px #f9c650;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
#header-nav {
  float: right;
  transition: 0.4s;
  margin-top: 2px;
  font-size: 20px;
}
.header-nav-item {
    margin-left: 2rem;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.header-nav-item:hover {
  color: #000;
  border-bottom: solid 4px #f9c650;
  padding-bottom: 4px;
}

/*ANCHOR ALIGNMENT*/
#hero, #work, #contact {
	padding-top: 100px;
}

/*HERO*/
.home-hero {
  transition: 0.4s;
  flex-direction: row-reverse;
  margin: 50px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.15);
  padding: 4rem 3rem;
}
.home-hero--thumbnail {
  width: 50%;
  text-align: center;
  transition: 0.4s;
}
.home-hero--thumbnail img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  border-radius: 5px;
}
.home-hero--content {
  transition: 0.4s;
  margin-right: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 527px;
  font-size: 20px;
  padding-right: 10px;
  color: #5E5657;
  line-height: 30px;
}
.home-hero--content h1, p {
  transition: 0.4s;
}
.button {
  margin-top: 20px;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  background-color: #181818;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #ffb99b;
  font-size: 1.5rem;
  font-weight: 500;
}
.button:hover {
  box-shadow: 0 10px 20px -4px #f9c650;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #f9c650;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #000;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

/*WORK*/
.work, .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spacer {
  font-size: 30px;
  font-weight: 100;
  margin: 0 20px;
}
.work h1 {
	border: solid 8px #f9c650;
	padding: 20px;
	margin: 0px 0 100px 0;
}
.work h1, .contactMethod {
  font-family: 'Work Sans';
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.workCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 80px;
}
.workCardLast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px;
  margin-bottom: 0;
}
.workImgL {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  margin-right: 50px;
}
.workDescriptionR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 527px;
  font-size: 16px;
  padding-right: 10px;
  color: #5E5657;
  line-height: 30px;
  /*text-align: justify;*/
}
.workImgR {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-left: 50px;
}
.workDescriptionL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 527px;
  font-size: 16px;
  padding-left: 10px;
  color: #5E5657;
  line-height: 30px;
  /*text-align: justify;*/
}
.videoTitle {
  font-weight:500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 24px;
  color: #EEF1F2;
  text-shadow: 1px 2px 30px #000000;
}
.moreInfo {
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 84%;
  left: 82%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  border: 3px solid #FFF;
  padding: 5px 10px;
  color: #000;
  background: #FFF;
}
.work a {
  text-align: center;
}
.moreInfo:hover {
  color: #EEF1F2;
  background: transparent;
  -webkit-transition:all .5s;
  transition: all .5s;
  cursor: pointer;
}

/*CONTACT*/
.contact {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 3rem;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.15);
}
}
.contact h1 {
  transition: 0.4s;
  font-family: 'Work Sans';
  font-size: 24px;
  font-weight: 500;
  margin: 70px 0 0 0;
  color: #000;
}
.contactBody {
  transition: 0.4s;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.contactMethod {
  transition: 0.4s;
  font-size: 20px;
  line-height: 29px;
  margin: 50px;
}
.contactInfo {
  font-size: 20px;
  line-height: 29px;
}
.contactInfo a {
  text-decoration: none;
  color:#007AD0;
}
.contactInfo a:hover{
  text-decoration: none;
  color:#000;
}

/*FOOTER*/
.footer {
  height: 30px;
  width: 100%;
  text-align: center;
}
.footerNote {
  color: #f9c650;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 10px;
}
.footerNote a {  
  text-decoration: none;
  color:#f9c650;
}
.footerNote a:hover {  
  text-decoration: none;
  color:#000;
}
.heart {
  margin: 0 10px 0 5px;
}

@media (min-width: 1px) and (max-width: 1000px) {
  /*HERO*/
  .home-hero--content h1 {
    font-size: 2.5rem;
  }
  .home-hero--content p {
    font-size: 1rem;
  }
  .button {
    font-size: 1.25rem;
  }

  /*WORK*/
  .work h1 {
    margin-bottom: 50px;
  }
  .workCard, .workCardLast {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
                -ms-grid-row-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workImgL {
    padding: 10px 0;
    margin-right: 0px;
  }
  .workDescriptionR {
    padding-right: initial;
    margin-top: 40px;
  }
  /*.workImgR {
    padding-right: initial;
    margin-left: initial;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .workDescriptionL {
    padding-left: initial;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }*/
}

@media (min-width: 1px) and (max-width: 850px) {
  /*HEADER*/
  #header {
    padding: 10px 5%; /* Large padding which will shrink on scroll (using JS) */
  }
  #header-logo {
    font-size: 18px;
  }
  #header-nav {
    font-size: 16px;
  }

  /*HERO*/
  .home-hero {
    margin: 50px 5%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.15);
    padding: 3rem;
  }
  .home-hero--content {
    margin: 50px  0 0 0;
  }
  .home-hero--content h1{
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 700px) {
/*HEADER*/  
  #header{
    display: flex;
    flex-direction: column;
    padding: 10px 5%;
    align-items: center;
  }
  #header-logo {
    margin-bottom: 10px;
  }

/*CONTACT*/
  .contact {
  	padding: 3rem;
  }
  .contact h1 {
    font-size: 2.75rem;
  	margin-bottom: 2.75rem;
  }
  .contactBody {
    flex-direction: column;
  }
  .contactMethod {
    margin:0 0 2rem 0;
  }

}

@media (min-width: 1px) and (max-width: 500px) {
/*HEADER*/  
  .header-nav-item {
  	margin: 0 6px;
  }

/*HERO*/
  .home-hero--content {
  	text-align: center;
  }
  .home-hero--content h1 {
  	font-size: 2rem;
  }
  .workDescriptionR {
  	margin-left: 20px;
    margin-right: 20px;
  }

  .work h1 {
    font-size: 20px;
}
}