/*-DEFAULT STYLES-*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  font-family: "Epilogue", sans-serif;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
.clearfloat {
  clear: both;
}
.epilogue {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.gelica {
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/*--     RED= #F15623-*/
/*--    YELLOW = #F2B01D-*/
/*--     GREY = #D9D8D6-*/
/*-STRUCTURE STYLES-*/
.wrapper {
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
header {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
#header-container {
  background-color: #fff;
  height: 100vh;
}
#gif-container {
  background-image: url("../img/lasagna-heroimage.gif");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: contain;
  width: 100%;
  height: 100vh;
  background-position: center center;
  z-index: 0;
}
/*
#bg-video {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  z-index: 10;
}
#video-content {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#video-content img {
  width: 100%;
}
*/
#content-bg {}
#about {
  background-color: #F15623;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 160px;
}
#red-pattern {
  background-image: url("../img/ui-img/red-pattern.svg");
  background-repeat: repeat-x;
  height: 200px;
  background-color: none;
  margin-top: -120px;
}
#yellow-pattern {
  background-image: url("../img/ui-img/yellow-pattern.svg");
  background-repeat: repeat-x;
  height: 200px;
  width: auto;
}
#details {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 160px;
}
#details-btns {
  display: flex;
  margin: 40px 0;
}
#cc-logo img {
  width: 200px;
    margin: 20px 0;
}
#rsvp {
  background-image: url("../img/apron.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 160px 200px 160px;
  width: 100%;
  box-sizing: border-box;
}
#rsvp-form {
  width: 60%;
}
#countdown {
  background-color: #F2B01D;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 160px;
}
footer {
  background-size: 80%;
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 160px;
}
#partner-logos {
  display: flex;
  justify-content: space-evenly;
}
footer img {
  width: 100px;
}
/*-NAV STYLES-*/
/*-NAV STYLES-*/
/*-NAV STYLES-*/
/*-NAV STYLES-*/
/*----HAMBURGER MENU----*/
.hamburger-menu {
  z-index: 10000;
}
.hamburger-menu a:link, .hamburger-menu a:visited {
  text-decoration: none;
}
.hamburger {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: none;
  height: 100px;
}
#hamburger-container {
  float: left;
  width: 25px;
  margin-left: 5%;
  margin-top: 5%;
}
.nav-menu {
  position: fixed;
  left: -100%;
  top: 0px;
  flex-direction: column;
  background-color: #fff;
  width: 350px;
  transition: 0.3s;
  z-index: 9000;
  height: 100vh;
  opacity: .9;
}
.nav-menu.active {
  left: 0;
}
.nav-item {
  margin: 2.5rem 0;
  font-size: 1em;
}
.hamburger {
  display: block;
}
.bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #D9D8D6;
}
ul.nav-menu {
  background-color: #F15623;
  opacity: 1.0;
  padding-top: 120px;
  list-style: none;
  padding-right: 30px;
  box-sizing: border-box;
}
.nav-menu li.social img {
  width: 10%;
  float: right;
  margin: 30px 20px 0;
}
.nav-menu li.larry-nav img {
  position: absolute;
  bottom: -50px;
  margin-left: 100px;
  width: 300px;
}
.nav-item {
  text-align: right;
  padding-right: 0px;
  font-optical-sizing: auto;
  font-weight: 700;
  width: auto;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding-top: 0px;
  color: #fff;
  box-sizing: border-box;
}
.nav-item img {
  width: 65px;
}
.nav-link {
  font-size: 2.4em;
  letter-spacing: 10px;
  font-weight: 600;
  color: #fff;
}
.nav-link:hover {
  color: #F2B01D;
}
.cta a:link, .cta a:visited {
  background-color: #F2B01D;
  font-family: "gelica", sans-serif;
  border-radius: 50px;
  padding: 20px 30px;
  text-decoration: none;
  text-align: center;
  font-size: 2.4em;
  color: #F15623;
  margin: 20px 20px 20px 0;
  display: inline-block;
}
.cta a:hover, .cta a:focus, .cta a:active {}
.rev a:link {
  color: #F2B01D;
  background-color: #F15623;
}
/*----MAILCHIMP FORM----*/
/*----MAILCHIMP FORM----*/
/*----MAILCHIMP FORM----*/
/*----MAILCHIMP FORM----*/
#mc_embed_signup {}
input[type=text], input[type=email], input[type=number] {
  width: 80%;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px;
  text-decoration: none;
  text-align: left;
  font-size: 2em;
  color: #E82429;
  margin: 20px 0;
  display: inline-block;
  border: none;
}
input[type=submit] {
  background-color: #F2B01D;
  font-family: "gelica", sans-serif;
  border-radius: 50px;
  padding: 20px 30px;
  text-decoration: none;
  text-align: center;
  font-size: 2.4em;
  color: #F15623;
  margin: 20px 20px 20px 0;
  display: inline-block;
  border: none;
}
input[type=submit]:hover {}
::-webkit-input-placeholder { /* Edge */
  color: #F15623;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F15623;
}
::placeholder {
  color: #F15623;
}
input:focus::-webkit-input-placeholder {
  transition: opacity 0.1s ease !important;
  opacity: 0.10;
}
.indicates-required {
  color: #FFF;
  font-size: 1.2em;
}
.response {
  color: #FFF;
  font-family: "gelica", sans-serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.1em;
}
/*--     RED= #F15623-*/
/*--    YELLOW = #F2B01D-*/
/*--     GREY = #D9D8D6-*/
/*----MODAL----*/
/*----MODAL----*/
/*----MODAL----*/
/*----MODAL----*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #F15623;
}



/* Modal Content */
.modal-content {
  overflow: auto;
  position: relative;
  padding: 20px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-height: 100vh;
  max-width: 100%;
}
.modal-desc {
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 80px 0;
}
#map {
  max-width: 400px;
  margin: 0 auto;
}
#map img {
  width: 100%;
}
#instructions-1, #instructions-2 {
  width: 45%;
}
.close {
  color: #F15623;
    position: absolute;
  top: 100px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  background-color: #F2B01D;
  width: 40px;
  text-align: center;
  z-index: 10001;
}

/*--     RED= #F15623-*/
/*--    YELLOW = #F2B01D-*/
/*--     GREY = #D9D8D6-*/




.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
}
/*COUNTDOWN TIMER */ /*COUNTDOWN TIMER */
/*COUNTDOWN TIMER */
/*COUNTDOWN TIMER */
/*COUNTDOWN TIMER */
#countdown ul {
  display: flex;
  justify-content: space-between;
}
#countdown li {
  display: inline-block;
  font-size: 2em;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  color: #F15623;
}
#countdown li span {
  font-size: 10em;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: #F2B01D;
  letter-spacing: -7px;
  display: block;
  background-color: #F15623;
  /*  border-radius: 1000px;*/
  text-align: center;
  padding: 60px;
  margin-bottom: 20px;
}
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
.modal h1 {
  font-size: 3em;
  line-height: .8em;
  font-family: "gelica", sans-serif;
  color: #F2B01D;
  margin: 60px 0 20px 0;
  font-weight: 700;
  letter-spacing: -2px;
}


.modal li {
  color: #fff;
  font-size: 1.8em;
  margin: 20px;
  font-weight: 300;
}
.bold {
  font-weight: 600;
}
.space {
  margin: 50px 0
}
#about h1, #details h1 {
  font-size: 10em;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: #F2B01D;
  margin-bottom: 60px;
  line-height: 1.1em;
  letter-spacing: -7px;
}
#rsvp h1 {
  font-size: 10em;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 60px;
  line-height: 1.1em;
  letter-spacing: -7px;
}
#countdown h1 {
  font-size: 10em;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: #F15623;
  margin-bottom: 60px;
  line-height: 1.1em;
  letter-spacing: -7px;
}
#about p, #rsvp p, #countdown p {
  font-size: 2.4em;
  font-weight: 300;
  color: #fff;
  line-height: 1.8em;
  padding-bottom: 60px;
}
#details p {
  font-size: 1.8em;
  font-weight: 300;
  color: #F15623;
  line-height: 1.8em;
}
#details h2 {
  font-size: 2.4em;
  font-weight: 600;
  color: #F15623;
  line-height: 1.8em;
}
#details h3 {
  font-size: 2.4em;
  font-weight: 300;
  color: #F15623;
  line-height: 1.8em;
}
/*------MEDIA QUERY 0-959px--------*/
/*------MEDIA QUERY 0-959px--------*/
/*------MEDIA QUERY 0-959px--------*/
@media only screen and (max-width : 959px) {
  .wrapper {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #gif-container {}
  .modal-desc {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
  }
  #instructions-1, #instructions-2 {
    width: 90%;
  }
  
  .modal h1 {
    font-size: 3em;
  }
  .modal li {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .close {
    position: absolute;
    top: 100px;
    right: 20px;
  }
  .nav-menu li.larry-nav img {
    position: absolute;
    margin-left: 60px;
    width: 300px;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    width: 280px;
  }
  #yellow-pattern, #red-pattern {
    height: 100px;
  }
  #red-pattern {
    margin-top: -60px;
  }
  #about, #details {
    padding: 0px 20px 60px 20px;
    box-sizing: border-box;
  }
  #details-btns {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #details-btns a:link {
    margin: 20px 20px 0 0;
  }
  #about, #countdown, footer {
    padding: 40px 20px;
  }
  #rsvp {
    padding: 40px 20px 80px 20px;
  }
  #rsvp-form {
    width: 100%;
  }
  #about h1, #details h1, #rsvp h1, #countdown h1 {
    font-size: 7em;
    letter-spacing: -4px;
  }
  #about p, #rsvp p {
    font-size: 2.4em;
  }
  #details h2, #details h3 {
    font-size: 2.4em;
  }
  #details p {
    font-size: 1.0em;
  }
  #countdown ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 30px;
  }
  #countdown li {
    font-size: 2.4em;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  #countdown li span {
    font-size: 4em;
    line-height: .8em;
    margin: 0px 0 20px 0;
  }
  #countdown li.hide {
    display: none;
  }
  #countdown a:link {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  input[type=text], input[type=email], input[type=number] {
    padding: 20px;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
  input[type=submit] {
    margin: 10px 0;
  }
  footer img {
    width: 80px;
    margin: 20px 20px;
    padding: 0;
  }
  #partner-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .response {
    color: #E82429;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em;
  }
}