/*-DEFAULT STYLES-*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  font-family: "Afacad", sans-serif;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
.clearfloat {
  clear: both;
}
/*--     DARK RED= #590703-*/
/*--    PARCHMENT= #f7F2E9-*/
/*--     BLUE = #001E3F-*/
/*--     PINK = #FFA9A8-*/
/*-STRUCTURE STYLES-*/

h1 {
  font-size: 2em;
  font-family: "quincy-cf", serif;
  color: #f7F2E9;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 3px;
    display: block;
    text-align: center;
    
    padding-top: 110px;
}
.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-image: url("../img/hello-heroimage.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: right;
  z-index: 0;
}
#logomark {
  display: block;
  position: absolute;
  width: 60px;
  left:50%;
  top: 40px;
    margin-left: -30px;
    
}


#logotype img {
  max-width: 40%;
  position: absolute;
  display: block;
  bottom: 0;
  margin: 0 0 120px 50px;
}

/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
/*-TYPE STYLES-*/
.afacad {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.script {
  font-family: "quita", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: 1.2em;
}



/*------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;
  }
    
    nav {
        display: none;
    }
    
.hamburger-menu {
    display:inline;
}
    
#logotype img {
  max-width: 80%;
  position: absolute;
  display: block;
  top:120px;
    padding: 0 5%; 
    }
    
    #cta a:link, #cta a:visited {
  background-color: #f7F2E9;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  font-size: 2.4em;
  color: #590703;
  display: inline-block;
  position: absolute;
  left: 50%;
        width: 140px;
        margin-left: -70px;
  bottom: 100px;
  border: 7px double #590703;
  box-sizing: border-box;
  min-width: 10%;
}
    
    
  .close {
    position: absolute;
    top: 100px;
    right: 20px;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    width: 100%;
  }

#rsvp-image, #details-image {
  display: none;
}
    
    #details {
        margin-top: -10px;
}
#details-text {
  margin-left: 0;
}

    
    
  #about, #details {
    padding: 60px 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, footer {
    padding: 40px 20px;
  }
  #rsvp {
    padding: 40px 20px 80px 20px;
  }
  #rsvp-form {
    width: 100%;
  }
  #about h1, #details h1, #rsvp h1, #social h1 {
    font-size: 7em;
    letter-spacing: -4px;
      margin-bottom: 20px;
  }
    #corousel-2, #corousel-3 {
        display: none;
    }
    
   .corousel-image img {
  width: 100%;
}
    
    #social-text, #social-cta {
        float: none;
    }
  #about p, #rsvp p, #social p {
    font-size: 2.4em;
  }
  #details h2 {
    font-size: 1.6em;
  }
  #details p {
    font-size: 1.2em;
  }
    
    #social-cta {
  width: 100%;
  padding-top: 0;
}
 
  input[type=text], input[type=email], input[type=number] {
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
  input[type=submit] {
    margin: 10px 0;
  }
 
    #footer-left {
    float: none;
    width: 100%;
        padding-top: 60px;
}
#footer-right {
        float: none;
    width: 100%;

}
    
    footer p {
  font-size: 1.6em;
}
#footer-left h2 {
  font-size: 2.4em;
  line-height: 1.4em;
    margin-bottom: 60px;
}
    
    
  #partner-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .response {
    font-size: 3em;
    line-height: 1.1em;
          margin-bottom: 20px;

  }
}