* {
    box-sizing: border-box;
    margin: 0;
}

#bannerMain {
    max-width: 900px;
    width: 100%;
    padding-top: 10px;
}

.bannerImage {
    max-width: 800px;
    width: 100%;
    height: 400px;
    background-image: url("../images/wedding29.jpg");
    background-repeat: no-repeat;
    background-size: 107%;
    background-position-x: center;
    background-position-y: bottom;
    border: 12px white solid;
    box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.289);
    margin: 40px 0px 40px 0px;
}

.mainHome {
    padding-bottom: 20px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    background-color: #f7efe7;
    border-left: solid 3px #3d464d;
    border-right: solid 3px #3d464d;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../images/homepage-04.png"), url("../images/spill1.png");
    background-size: 360px, 100%;
    background-position-x: 550px, left;
    background-position-y: 360px, bottom;
    background-repeat: no-repeat;
}

.annHeader {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: center;
    color: #171e33;
    text-transform: uppercase; 
    font-size: 1.25rem; 
    margin: 0px auto 0px auto; 
    line-height: 130%;
    letter-spacing: 7px;
}

.annHeader2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: center;
    color: #171e33;
    text-transform: uppercase; 
    font-size: 3rem; 
    margin: 4px auto 0px auto; 
    line-height: 120%;
}

.weddingDate {
    font-family: 'Times New Roman', Times, serif;
    color: #171e33;
    font-size: 1.25em;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 7px auto 20px auto;
}

.homeContent {
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.homeContent a{
    text-decoration: none;
}

.homeBox {
    width: 550px;
    height: auto;
    background-color: white;
    border: 2px solid #d8c5b2;
    margin: 30px 0px 15px 0px;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-weight: 100;
    font-size: 2.3em;
}

.clock {
    padding: 20px;
}

.smallText {
    font-size: .75em;
    font-family: 'Amatic SC', cursive;
}

.bigText {
    font-size: 1.2em;
    line-height: 120%;
}

.hzLine2 {
    width: 85%;
    margin: 5px auto 20px auto;
    background-color: #d8c5b2;
    height: 2px;
}

.songQuote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3em;
    font-weight: 100;
    line-height: 100%;
    text-align: center;
    color: #171e33;
    margin: 20px auto;
    padding: 30px 0px;
    border-top: 2px solid #ddcab7;
    border-bottom: 2px solid #ddcab7;
}

.passwordTitle {
    font-family: 'Cormorant Garamond', serif;
    color: #6f102a;
    font-size: 2.3em;
}

#err {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 120%;
    text-align: center;
    color: #6f102a;
    margin: 20px auto;
}

.passwordEntry {
    font-family: 'Cormorant Garamond', serif;
    color: #171e33;
    font-size: 1.5em;
}

.passwordEntry input[type=text] {
    padding: 5px;
    width: 300px;
    height: 35px;
    font-size: .7em;
    border: 1px solid #d8c5b2;
    border-radius: 2px;
}

.passwordEntry input[type=button] {
    border: 1px solid #d8c5b2;
    background: none;
    color: #6f102a;
    padding: 6px 30px;
    height: 35px;
    text-decoration: none;
    margin: 15px 2px;
    cursor: pointer;
    font-size: .7em;
    border-radius: 2px;
  }

  .passwordEntry input[type=button]:hover {
      background-color: #6f102a;
      color: white;
  }

@media only screen and (max-width: 1020px) {
    .mainHome {
        padding-top: 65px;
    }

    .bannerImage {
    background-size: 100%;
    height: 350px;
    max-width: 100%;
    background-position-y: bottom;
    margin-top: -11px;
    border: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    .homeContent {
        width: 75%;
    }

    .homeBox {
        width: 100%;
    }
    
    .clock {
        border-left: 2px solid #ddcab7;
    }
    

}

@media only screen and (max-width: 675px) {
.mainHome {
    padding-top: 65px;
}

.bannerImage {
    background-size:  107%;
    height: 320px;
    background-position-y: bottom;
    margin-top: -10px;
    border: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

}
