
:root{
    --curlyFont: 'Carattere', sans-serif;
    --fancyFont: 'Aboreto';
    --standardFont: 'Quicksand';

    --gold: #AB9A63;
    --pinkBeige: #F0E2E0;
    --white: #FFF;
    --eucalyptus: #B0C4B1;
    --bluegray: #536878;
}



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--standardFont);
}
body{
    line-height: 1.6;
    background-image: url("/resources/img/golden_hearts_Large.png");
    background-repeat: repeat-y;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div.googleform {
    width: 100%;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 80%;
    padding: 2% 2%;
}

/* Image Banner CSS - Not Logged In*/
/* .imageBanner {
    z-index: 1;
    align-items: center;
    width: 98%;
    padding-bottom: 3vw;
    background-image: url(/resources/img/CN-Selfie.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: Center;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
} */
#bannerImage{
    width: 80%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
}
#bannerH2{
    font-family: var(--curlyFont);
    font-size: 7vw;
    font-weight: 400;
    color: var(--gold) !important;
    text-align: center;
}
.imageBanner h1{
    /* font-size: 18vw; */
    font-family: var(--fancyFont);
    color: var(--gold) !important;
    word-spacing: 5px;
    position: relative;
    padding-bottom: 0.8rem !important;
    padding-right: 2vw !important;
    text-align: center;
}
/* .imageBanner h2{
    font-family: var(--curlyFont);
    font-size: 7vw;
    font-weight: 400;
    color: var(--gold) !important;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 1.2rem;
    padding-right: 2vw !important;
} */
.imageBanner a{
    text-decoration: none;
}

/* Image Banner CSS - Logged In*/
/* .imageBannerM {
    z-index: 1;
    align-items: center;
    width: 98%;
    padding-bottom: 3vw;
    background-image: url(/resources/img/CN-Selfie.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: Center;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
} */
#bannerImageM{
    width: 80%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
}
#bannerH2M{
    font-family: var(--curlyFont);
    font-size: 7vw;
    font-weight: 400;
    color: var(--gold) !important;
    text-align: center;
}
.imageBannerM h1{
    /* font-size: 18vw; */
    font-family: var(--fancyFont);
    color: var(--gold) !important;
    word-spacing: 5px;
    position: relative;
    padding-bottom: 0.8rem !important;
    padding-right: 2vw !important;
    text-align: center;
}
/* .imageBannerM h2{
    font-family: var(--curlyFont);
    font-size: 7vw;
    font-weight: 400;
    color: var(--gold) !important;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 1.2rem;
    padding-right: 2vw !important;
} */
.imageBannerM a{
    text-decoration: none;
}


/* Content CSS */
.content{
    min-height: 100vh;
    z-index: 1;
    color: var(--bluegray);
    background-color: var(--white);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    min-height: 50%;
    padding-bottom: 1%;
}
.content h1{
    font-size: 3vw;
    font-family: var(--fancyFont);
    color: var(--bluegray);
    position: relative;
    padding: 1.2rem 0;
}
.content h2{
    font-family: var(--curlyFont);
    font-size: 7vw;
    font-weight: 400;
    color: var(--gold);
    text-align: right;
    letter-spacing: 2px;
    padding-right: 2vw;
}
.content h3{
    font-size: 3vw;
    letter-spacing: 2px;
    padding-bottom: 3rem;
    /* display: block; */
}
p.blurb{
    text-align: justify;
    font-size: 4vw;
}
.blurbContainer{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3rem;
}

header {
    display: flex;
}

.logo {
    /* height: 17vw; */
    height: 100%;
    width: auto;
    max-height: 17vw;
}

header a {
    text-decoration: none;
    margin: auto 0;
}

header a:hover {
    text-decoration: none;
}

h1.navHeader {
    font-family: var(--curlyFont);
    font-size: 8.5vw !important;
    font-weight: 400;
    color: var(--gold);
    padding: 0;
    padding-left: 1rem;
    text-align: left;
    align-items: center;
}

nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2vw !important;
    background-color: var(--bluegray);
    padding: 1rem 0;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    width: 100%;
}

.navLinks {
    list-style: none;
}

.navLinks li {
    display: inline-block;
    padding: 0 1rem;
}

.navLinks li a {
    text-decoration: none;
    color: var(--white);
}

.navLinks li a:hover {
    color: var(--eucalyptus);
}

nav a.menu, nav hr {
    display: none;
}

#greeting {
    margin-bottom: 3rem;
}

#greeting-header {
    font-family: var(--curlyFont);
    font-weight: 400;
    font-size: 7vw;
    padding-bottom: 0;
}

#greeting-helper {
    font-size: 1.5vw;
}

#greeting-helper a {
    text-decoration: none;
    color: var(--gold);
}

#greeting-helper a:hover {
    color: var(--eucalyptus);
}


/* Countdown */
.time-show{
    margin: 1.2rem 1.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.time-show div{
    margin: 0.25rem;
    width: 100px;
    height: 90px;
    color: var(--bluegray);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
}
.time-show div span{
    display: block;
    font-size: 4vw;
    font-weight: 800;
    opacity: 0.9;
}
.time-show div p{
    color: var(--gold);
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 600;
}




/* Button CSS */
.unlockButton, .rsvpButton, .icalButton, #submitRSVPButton, #unlock-button{
    background-color: var(--bluegray);
    padding: 1.2rem 20px;
    border-radius: 10px;
    border: 0px solid;
    color: var(--white);
    font-size: 3vw;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.5);
}
.unlockButton:hover, .rsvpButton:hover, .icalButton:hover, #submitRSVPButton:hover, #unlock-button:hover{
    background-color: var(--eucalyptus);
}
#twoButtonContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Login Form */
.login-form h3 {
    margin-top: 10vh;
}
.login-form{
    min-height: 50vh;
    margin: 3% 0;
    padding-top: 1.2rem;
}
.login-form h3{
    letter-spacing: normal;
    font-size: 3.25vw;
}
#unlock-code {
    font-size: 3vw;
    padding: 1.2rem;
    margin-right: 1.2rem;
    width: 50%;
    background-color : var(--white);
    color : var(--gold);
    font-weight: 600;
    border: 2px solid;
    border-color: var(--gold);
    border-radius: 0.5rem;
}





/* FAQ CSS */
.FAQ{
    text-align: Left;
    padding: 0 4%;
}
.FAQ h4{
    font-size: 5vw;
    font-weight: 800;
}
.FAQ .question{
    font-weight: 800;
    font-size: 4.5vw;
}
.FAQ .answer{
    padding-bottom: 25px;
    font-size: 3.5vw;

}
.FAQ .answer a{
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}
.FAQ .answer a:hover{
    color: var(--eucalyptus);
    font-weight: 600;
    text-decoration: underline;

}



/* RSVP CSS */
#formContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.formCSS{
    text-align: left;
    width: 80%;
    Margin: auto;
    margin-bottom: 1.2rem;
    /* padding-left: 20%; */
}
label{
    font-weight: 550;
    font-size: 4vw;
    min-width: 30%;
    text-align: left !important;
}
#attending-form-elements{
    font-weight: 550;
    font-size: 4vw;
    min-width: 30%;
}
select, input{
    font-size: 4vw;
    border-radius: 5px;
    width:100%;
    border: 1px solid var(--bluegray);
    margin-bottom: 15px;
    padding: .6rem;
    border: 2px solid;
    border-color: var(--gold);
    border-radius: 0.5rem;
}
#attending1, #attending2{
    opacity: 0;
    position: fixed;
    width: 0;
}
#radioDiv{
    display: inline-block;
}
#radioLabel{
    color: var(--bluegray);
    display: inline-block;
    padding: .3rem 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid var(--gold);
    border-radius: 5px;
    margin-left: .25rem;
}
#radioLabel:hover{
    background-color: var(--eucalyptus);
    border-color: var(--eucalyptus);
    /* padding: 5px 5px; */
    color: var(--white);
}
#attending1:checked + label, #attending2:checked + label{
    background-color: var(--eucalyptus);
    border-color: var(--eucalyptus);
    color: var(--white);
}
#RSVPButtonContainer{
    text-align: center;
}
.formCSS p a{
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}
.formCSS p a:hover{
    color: var(--eucalyptus);
    font-weight: 600;
    text-decoration: underline;
}





/* Footer CSS */
.footer{
    z-index: 1;
    color: var(--gold);
    background-color: var(--bluegray);
    width: 98%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    border-radius: 0px 0px 5px 5px;
    margin-left: 1%;
    margin-right: 1%;
}
.footer {
    z-index: 1;
    color: var(--gold);
    /* margin-bottom: 1.2rem; */
}
.footer p{
    text-align: center;
    font-family: var(--fancyFont);
    font-weight: 600;
}





/* Media Size CSS */

/* Responsive navigation */
@media screen and (max-width: 768px) {
    .navLinks {display: none;}
    nav a.menu {
        display: block;
    }
    .navLinks.responsive {position: relative;}
    .navLinks.responsive {
        display: block;
    }
    .navLinks.responsive li, .navRule.responsive {
        display: block;
    }
    .navRule.responsive, .navLinks.responsive li {
        margin: 7px 0;
    }
    nav a.menu, .navLinks li a:hover, .navLinks.responsive li a {
        text-decoration: none;
        color: var(--white);
        font-size: 5.5vw;
    }
}

/* Responsive attending radio buttons */
@media screen and (max-width: 768px) {
    .radioButton {
        width: 46%;
        margin: 0 1% 10px 1%;
    }
    .radioButton label {
        width: 100%;
        text-align: center !important;
    }
}

/* Responsive attending radio buttons */
@media screen and (max-width: 768px) {
    #greeting-header {
        font-size: 9.5vw;
    }
    #greeting-helper {
        font-size: 3.5vw;
    }
}

/* Mobile Phones */
@media screen and (min-width: 380px){
    .content .imageBanner h1{
        font-size: 4vw;
    }
    .content .imageBannerM h1{
        font-size: 4vw;
    }
    .content h1{
        font-size: 4.5vw;
    }
    .time-show{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .time-show div{
        flex: 0 0 calc(25% - 1rem);
    }
    .footer p{
        font-size: 2.5vw;
    }
}

/* Tablets */
@media screen and (min-width: 768px){
    .content .imageBanner h1{
        font-size: 5vw;
    }
    #bannerImage{
        width: 55%;
    }
    .content .imageBannerM h1{
        font-size: 4vw;
    }
    #bannerImageM{
        width: 35%;
    }
    .content h1{
        font-size: 3vw;
    }
    .content h3{
        font-size: 3vw;
    }
    p.blurb{
        font-size: 2vw;
    }
    p{
        font-size: 2vw;
    }
    .footer p{
        font-size: 1.5vw;
    }
    .login-form{
        min-height: none;
        margin: 1% 0;
    }
    .FAQ h4{
        font-size: 2.75vw;
    } 
    .FAQ .question {
        font-size: 2.25vw;
    }
    .FAQ .answer{
        font-size: 1.85vw;
    }
    .formCSS{
        width: 70%;
    }
    input{
        font-size: 2vw;
    }
    label{
        font-size: 2vw;
    }
    #radioLabel{
    padding: .6rem 20px;
    margin-left: .5rem;
    }
    #attending-form-elements{
        font-size: 2vw;
    }
    select{
        font-size: 2vw;
    }
    #submitRSVPButton, #unlock-button, #unlock-code{
        font-size: 2vw;
    }
    .login-form h3{
        font-size: 2vw;
    }
}

/* Computers */
@media screen and (min-width: 992px){
    .time-show div{
        flex: 0 0 calc(25% - 1rem);
    }
    .time-show div span{
        font-size: 3.5vw;
    }
    .time-show div p{
        font-size: 2vw;
    }
    .login-form h3{
        font-size: 2vw;
    }
    #unlock-code {
        font-size: 2vw;
    }
    .FAQ h4{
        font-size: 2.5vw;
    } 
    .FAQ .question {
        font-size: 2.25vw;
    }
    .FAQ .answer{
        font-size: 2vw;
    }
}