* {
    margin:0;
    padding:0;
}
/*calc(100vh-150px);*/
.announcement{
    text-align: center;
    margin:auto;
    color:#fff;
    left:0;
    right:0;
    top:10%;
    font-size: 4rem;
}
.container{
    height:100vh;
    width:auto;
    margin: 0;
    scroll-behavior: smooth;
    background-image: url(assets/hero1.png);
    background-size:cover;
}

.logo{
    height:80px;
    padding: 80px 80px;
}
.board{
    background-color: #F4ABBA;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 380px;
    height: 400px;
    position: absolute;
    top:0;
    right:80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.board, h2{
    color:#fff;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 2.3rem;
    text-align: center;
    padding: 56px 8px;
    font-weight: bold;
    line-height:20px;

}
.board, h3{
    color:#fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size:1.2rem;
}
.dash{
    background-color:#fff;
    height:2px;
    width:200px;
    z-index: 5;
    margin:auto;
    margin-top: 20px;
    margin-bottom:20px;
}

 /*** MENU ****/
.container2{
    position: relative;
    width: 1440px;
    height: 1050px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;
}
.content2{
    height: calc(100% - 150px);
    padding: 124px 150px 118px 150px;
    align-content: center;
    margin: auto;
    right:0;
    left:0;
    top:0;
    position:absolute;
}

.content2, h1{
    color:#000;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 3rem;
    position:absolute;
    top:0;
    padding-top: 100px;
}

.dash2{
    height:3px;
    width: 990px;
    background-color:#F4ABBA;
    position:absolute;
    display: inline-block;
    margin-top: 125px;
    margin-left: 150px;
    border-radius: 24px;
    top:0;

}

.our-story{
    width:270px;
    height:192px;
    background-image: url(assets/our-story.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 180px;
    top:0;
}

.our-story-title {
    font-family: 'Inter', sans-serif;
    font-size:2.8rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 80px;
}

.our-story:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.gallery{
    width:270px;
    height:192px;
    background-image: url(assets/gallery.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 180px;
    margin-left:290px;
    top:0;
}

.gallery-title {
    font-family: 'Inter', sans-serif;
    font-size:2.8rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 80px;
    text-align: center;
}

.gallery:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.rsvp{
    width:560px;
    height:504px;
    background-image: url(assets/rsvp.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 180px;
    margin-left:580px;
    top:0;
}

.rsvp-title {
    font-family: 'Inter', sans-serif;
    font-size:4rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 330px;
    padding-left: 300px;
}

.rsvp:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.wedding-info{
    width:560px;
    height:504px;
    background-image: url(assets/wedding-info.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 394px; 
    top:0;
    
}

.wedding-info-title {
    font-family: 'Inter', sans-serif;
    font-size:4rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 350px;
}

.wedding-info:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.seoul{
    width:270px;
    height:192px;
    background-image: url(assets/seoul.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 705px;
    margin-left:580px;
    top:0;
}

.seoul:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.seoul-title {
    font-family: 'Inter', sans-serif;
    font-size:3rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    padding: 30px 80px 0 0 ;
}

.faqs{
    width:270px;
    height:192px;
    background-image: url(assets/faqs.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top:705px;
    margin-left:870px;
    top:0;
}

.faqs-title {
    font-family: 'Inter', sans-serif;
    font-size:3rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    padding: 30px 80px 0 0 ;
}

.faqs:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}


 /*** COUNTDOWN ****/
.container3{
    position: relative;
    height: 620px;
    width: auto;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;
    background-color: #F4ABBA;
    background-size: cover;
    background-position: center;

}
.title3{
font-size: 2.5rem;
font-weight: 600;
color:#fff;
font-family: 'Julius Sans One', sans-serif;
position:absolute;
margin: auto;
text-align: center;
left:0;
right:0;
top:0px;
padding-top: 160px;
}

ul#countdown {
    position: relative;
    top: 400px;
    transform: translateY(-50%);
    width: 700px;
    margin: auto;
    padding: 15px 0 20px 0;
    color: #fff;
    border: 1px solid #fff;
    border-width: 1px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    top:0px;
    margin-top: 200px;
  }
  
  ul#countdown li {
    margin: 0 -3px 0 0;
    padding: 0;
    display: inline-block;
    width: 24%;
    font-size: 4.5rem;
    text-align: center;
  }
  
  ul#countdown li .label {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  
  /*** FOOTER ****/

.footer{
    position: relative;
    width: 1440px;
    height: 380px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;
    background-color: #fff;
    text-align: center;
    align-items: center;
}
.title-footer{
    text-align: center;
    font-size: 2rem ;
    font-family: 'Inter', sans-serif;
    color: #3E3E3E;
    width: 450px;
    margin:auto;
    right:0;
    left:0;
    top:0px;
    font-weight: 600;
}

.description-footer{
    text-align: center;
    font-size: 1rem ;
    font-family: 'Inter', sans-serif;
    color: #3E3E3E;
    width: 750px;
    margin:auto;
    padding:180px 280px 0 280px;
    width: 600px;
    font-weight: 400;
}

.dash3{
    height:3px;
    width: 990px;
    background-color:#F4ABBA;
    position:absolute;
    display: inline-block;
    margin:auto;
    left:0;
    right:0;
    top:330px;
    border-radius: 24px;
    align-items: center;
}
.small-text{
    text-align: center;
    font-size: 0.5rem ;
    font-family: 'Inter', sans-serif;
    color: #3E3E3E;
    width: 750px;
    margin:auto;
    padding:100px 0 0 0;
    width: 500px;
    line-height: normal;
    font-weight: 400;
}
  
@media only screen and (min-width:1000px) and (max-width:1439px){


.logo{
    height:56px;
    padding: 80px 80px;
    }

    .board{
        background-color: #F4ABBA;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        width: 260px;
        height: 300px;
        position: absolute;
        top:0;
        right:80px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .board, h2{
        color:#fff;
        font-family: 'Julius Sans One', sans-serif;
        font-size: 1.5rem;
        text-align: center;
        padding: 30px 8px;
        font-weight: bold;
    
    }
    .board, h3{
        color:#fff;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size:1rem;
    }
    .dash{
        background-color:#fff;
        height:1px;
        width:200px;
        z-index: 5;
        margin:auto;
        margin-top: 20px;
        margin-bottom:10px;
    }

/*** MENU ****/
.container2{
    position: relative;
    width: 1000px;
    height: 780px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;
}
.content2{
    height: calc(100% - 80px);
    padding: 90px 80px 90px 80px;
    align-content: center;
    margin: auto;
    right:0;
    left:0;
    top:0;
}

.content2, h1{
    color:#000;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 2rem;
    position:absolute;
}

.dash2{
    height:3px;
    width: 730px;
    background-color:#F4ABBA;
    position:absolute;
    display: inline-block;
    margin-top: 115px;
    margin-left: 110px;
    border-radius: 24px;
}

.our-story{
    width:200px;
    height:140px;
    background-image: url(assets/our-story.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 160px;
}

.our-story-title {
    font-family: 'Inter', sans-serif;
    font-size:2rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 70px;
}

.our-story:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.gallery{
    width:200px;
    height:140px;
    background-image: url(assets/gallery.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 160px;
    margin-left:215px;
}

.gallery-title {
    font-family: 'Inter', sans-serif;
    font-size:2rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 70px;
    padding-right: 8px;
}

.gallery:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.rsvp{
    width:415px;
    height:340px;
    background-image: url(assets/rsvp.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 160px;
    margin-left:428px;
}

.rsvp-title {
    font-family: 'Inter', sans-serif;
    font-size:3rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 190px;
    padding-left: 180px;
}

.rsvp:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.wedding-info{
    width:415px;
    height:340px;
    background-image: url(assets/wedding-info.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 315px;
    
}

.wedding-info-title {
    font-family: 'Inter', sans-serif;
    font-size:3rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    margin-top: 240px;
}

.wedding-info:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.seoul{
    width:200px;
    height:140px;
    background-image: url(assets/seoul.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 515px;
    margin-left:428px;
}

.seoul:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

.seoul-title {
    font-family: 'Inter', sans-serif;
    font-size:2rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    padding: 20px 80px 0 0 ;
}

.faqs{
    width:200px;
    height:140px;
    background-image: url(assets/faqs.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    position: absolute;
    margin-top: 515px;
    margin-left:643px;
}

.faqs-title {
    font-family: 'Inter', sans-serif;
    font-size:2rem;
    font-weight:600;
    text-shadow: 2px 2px 4px #9d9d9d;
    padding: 20px 80px 0 0 ;
}

.faqs:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01); 
}

 /*** COUNTDOWN ****/
 .container3{
    position: relative;
    height: 370px;
    width: auto;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;
    background-color: #F4ABBA;
    background-size: cover;
    background-position: center;

}
.title3{
font-size: 2rem;
font-weight: 600;
color:#fff;
font-family: 'Julius Sans One', sans-serif;
position:absolute;
margin: auto;
text-align: center;
left:0;
right:0;
top:0px;
padding-top: 100px;
}

ul#countdown {
    position: relative;
    top: 400px;
    transform: translateY(-50%);
    width: 700px;
    margin: auto;
    padding: 15px 0 20px 0;
    color: #fff;
    border: 1px solid #fff;
    border-width: 1px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    top:0px;
    margin-top: 180px;
  }
  
  ul#countdown li {
    margin: 0 -3px 0 0;
    padding: 0 0 0 27px;
    display: inline-block;
    width: 20%;
    font-size: 3rem;
    text-align: center;
  }
  
  ul#countdown li .label {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }
  


/*** FOOTER****/

    .footer{
        position: relative;
        width: 1000px;
        height: 350px;
        align-content: center;
        margin: auto;
        scroll-behavior: smooth;
        background-color: #fff;
        text-align: center;
        align-items: center;
    }
    .title-footer{
        text-align: center;
        font-size: 1.5rem ;
        font-family: 'Inter', sans-serif;
        color: #3E3E3E;
        width: 350px;
        margin:auto;
        right:0;
        left:0;
        top:0px;
        font-weight: 600;
    }
    
    .description-footer{
        text-align: center;
        font-size: 0.8rem ;
        font-family: 'Inter', sans-serif;
        color: #3E3E3E;
        width: 750px;
        margin:auto;
        left:0;
        right:0;
        width: 400px;
        font-weight: 400;
        padding-top: 20px;
    }
    
    .dash3{
        height:3px;
        width: 700px;
        background-color:#F4ABBA;
        position:absolute;
        display: inline-block;
        margin:auto;
        left:0;
        right:0;
        top:280px;
        border-radius: 24px;
        align-items: center;
    }
    .small-text{
        text-align: center;
        font-size: 0.5rem ;
        font-family: 'Inter', sans-serif;
        color: #3E3E3E;
        width: 750px;
        margin:auto;
        width: 500px;
        right:0;
        left:0;
        top:0;
        font-weight: 400;
        padding-top: 290px;
        position:absolute;
        line-height: normal;
    }
}
  
    @media only screen and (min-width:425px) and (max-width:767px){


    .container{
        height:100vh;
        width:auto;
        margin: 0;
        scroll-behavior: smooth;
        background-image: url(assets/hero1-mb.png);
        background-size:cover;
        position: relative;
    }
    .content{
        height: calc(100% - 16px);
        align-content: center;
        align-items: center;
        margin: auto;
    }

        .logo{
            height:40px;
            padding: 40px 40px;
            position:absolute;
            top:0;
            }
        
            .board{
                display:none;
                background-color: #F4ABBA;
                border-radius: 24px;
                width: 275px;
                height: 250px;
                position:relative;
                margin:auto;
                align-items: center;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            }
            
            .board, h2{
                color:#fff;
                font-family: 'Julius Sans One', sans-serif;
                font-size: 1.2rem;
                text-align: center;
                padding: 20px 8px 20px;
                font-weight: bold;
            
            }
            .board, h3{
                color:#fff;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                font-size:1rem;
            }
            .dash{
                background-color:#fff;
                height:1px;
                width:200px;
                z-index: 5;
                margin:auto;
                margin-top: 20px;
                margin-bottom:10px;
            }
        
        /*** MENU ****/
        .container2{
            position: relative;
            width: 425px;
            height: 800px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        }
        .content2{
            height: calc(100% - 16px);
            padding: 80px 16px 80px 16px;
            align-content: center;
            margin: auto;
            right:0;
            left:0;
        }
        
        .content2, h1{
            color:#000;
            font-family: 'Julius Sans One', sans-serif;
            font-size: 1.5rem;
            position:absolute;
            padding-top:70px;
        }
        
        .dash2{
            height:3px;
            width: 310px;
            background-color:#F4ABBA;
            position:absolute;
            display: inline-block;
            margin-top: 80px;
            margin-left: 80px;
            border-radius: 24px;
        }
        
        .our-story{
            width:192px;
            height:140px;
            background-image: url(assets/our-story.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 120px;
        }
        
        .our-story-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 80px;
        }
        
        .our-story:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .gallery{
            width:192px;
            height:140px;
            background-image: url(assets/gallery.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 120px;
            margin-left:201px;
        }
        
        .gallery-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 80px;
            padding-right: 28px;
        }
        
        .gallery:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .rsvp{
            width:393px;
            height:140px;
            background-image: url(assets/rsvp2.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top:420px;
            margin-left:0;
        }
        
        .rsvp-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 40px;
            padding-left: 180px;
        }
        
        .rsvp:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .wedding-info{
            width:393px;
            height:140px;
            background-image: url(assets/wedding-info2.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 270px;
            
        }
        
        .wedding-info-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 80px;
        }
        
        .wedding-info:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .seoul{
            width:192px;
            height:140px;
            background-image: url(assets/seoul.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 570px;
            margin-left:0px;
        }
        
        .seoul:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .seoul-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            padding: 20px 80px 0 0 ;
        }
        
        .faqs{
            width:192px;
            height:140px;
            background-image: url(assets/faqs.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 570px;
            margin-left:201px;
        }
        
        .faqs-title {
            font-family: 'Inter', sans-serif;
            font-size:2rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            padding: 20px 80px 0 0 ;
        }
        
        .faqs:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
         /*** COUNTDOWN ****/
         .container3{
            position: relative;
            height: 370px;
            width: auto;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
            background-color: #F4ABBA;
            background-size: cover;
            background-position: center;
        
        }
 
        
        .title3{
        font-size: 1.4rem;
        font-weight: 600;
        color:#fff;
        font-family: 'Julius Sans One', sans-serif;
        position:absolute;
        margin: auto;
        text-align: center;
        width:auto;
        left:0;
        right:0;
        top:0px;
        padding-top: 100px;
        }
        
        ul#countdown {
            position: absolute;
            transform: translateY(-50%);
            width: 425px;
            padding: 20px 0 20px 0;
            color: #fff;
            border: 1px solid #fff;
            border-width: 1px 0;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            text-align: center;
            align-items: center;
            top:0;
            left:0;
            right:0;
          }
          
          ul#countdown li {
            position:inline-block;
            width: 80px;
            font-size: 1rem;
            text-align: center;
            align-items: center;
          }
          
          ul#countdown li .label {
            color: #fff;
            font-size: 1rem;
            text-transform: uppercase;
            align-items: center;
            text-align: center;
          }
        

        
        /*** FOOTER****/
        
            .footer{
                position: relative;
                width: 425px;
                height: 350px;
                align-content: center;
                margin: auto;
                scroll-behavior: smooth;
                background-color: #fff;
                text-align: center;
                align-items: center;
            }
            .title-footer{
                text-align: center;
                font-size: 1.5rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                width: 350px;
                margin:auto;
                right:0;
                left:0;
                font-weight: 600;
            }
            
            .description-footer{
                text-align: center;
                font-size: 0.8rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                width: 750px;
                padding:100px 0 0 0;
                width: 300px;
                font-weight: 400;
            }
            
            .dash3{
                height:3px;
                width: 325px;
                background-color:#F4ABBA;
                position:absolute;
                display: inline-block;
                margin:auto;
                left:0;
                right:0;
                top:280px;
                border-radius: 24px;
                align-items: center;
            }
            .small-text{
                text-align: center;
                font-size: 0.5rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                padding:90px 0 0 0;
                width: 300px;
                right:0;
                left: 0;
                line-height: normal;
                font-weight: 400;
            }
        }


 @media only screen and (min-width:320px) and (max-width:424px){


    .container{
        height:100vh;
        width:auto;
        margin: 0;
        scroll-behavior: smooth;
        background-image: url(assets/hero1-mb.png);
        background-size:cover;
        position: relative;
    }
    .content{
        height: calc(100% - 8px);
        align-content: center;
        align-items: center;
        margin: auto;
    }

        .logo{
            height:32px;
            padding: 40px 40px;
            position: absolute;
            top:0;
            }
        
            .board{
                display:none;
                background-color: #F4ABBA;
                border-radius: 24px;
                width: 275px;
                height: 250px;
                position:relative;
                margin:auto;
                align-items: center;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            }
            
            .board, h2{
                color:#fff;
                font-family: 'Julius Sans One', sans-serif;
                font-size: 1.2rem;
                text-align: center;
                padding: 20px 8px 20px;
                font-weight: bold;
            
            }
            .board, h3{
                color:#fff;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                font-size:1rem;
            }
            .dash{
                background-color:#fff;
                height:1px;
                width:200px;
                z-index: 5;
                margin:auto;
                margin-top: 20px;
                margin-bottom:10px;
            }
        
        /*** MENU ****/
        .container2{
            position: relative;
            width: 320px;
            height: 585px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        }
        .content2{
            height: calc(100% - 8px);
            padding: 40px 8px 40px 8px;
            align-content: center;
            margin: auto;
            right:0;
            left:0;
            top:0;
            position: relative;
        }
        
        .content2, h1{
            color:#000;
            font-family: 'Julius Sans One', sans-serif;
            font-size: 1.5rem;
            position:absolute;
            top:0;
            padding-top: 50px;

        }
        
        .dash2{
            height:3px;
            width: 222px;
            background-color:#F4ABBA;
            position:absolute;
            display: inline-block;
            margin-top: 60px;
            margin-left: 80px;
            border-radius: 24px;
            top:0;
            
        }
        
        .our-story{
            width:145px;
            height:100px;
            background-image: url(assets/our-story.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 100px;
            top:0;
        }
        
        .our-story-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 45px;
        }
        
        .our-story:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .gallery{
            width:145px;
            height:100px;
            background-image: url(assets/gallery.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 100px;
            margin-left:158px;
        }
        
        .gallery-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 45px;
            padding-right: 28px;
        }
        
        .gallery:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .rsvp{
            width:304px;
            height:100px;
            background-image: url(assets/rsvp2.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 324px;
            margin-left:0;
        }
        
        .rsvp-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 30px;
            padding-left: 160px;
        }
        
        .rsvp:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .wedding-info{
            width:304px;
            height:100px;
            background-image: url(assets/wedding-info2.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 212px;
        }
        
        .wedding-info-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            margin-top: 40px;
        }
        
        .wedding-info:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .seoul{
            width:145px;
            height:100px;
            background-image: url(assets/seoul.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 435px;
            margin-left:0px;
        }
        
        .seoul:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
        .seoul-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            padding: 10px 80px 0 15px ;
        }
        
        .faqs{
            width:145px;
            height:100px;
            background-image: url(assets/faqs.png);
            background-size: cover;
            background-position: center;
            box-shadow: none;
            border-radius: 8px;
            position: absolute;
            margin-top: 435px;
            margin-left:158px;
        }
        
        .faqs-title {
            font-family: 'Inter', sans-serif;
            font-size:1.5rem;
            font-weight:600;
            text-shadow: 2px 2px 4px #9d9d9d;
            padding: 10px 80px 0 15px ;
        }
        
        .faqs:hover {
            -ms-transform: scale(1.01); /* IE 9 */
            -webkit-transform: scale(1.01); /* Safari 3-8 */
            transform: scale(1.01); 
        }
        
         /*** COUNTDOWN ****/
         .container3{
            position: relative;
            height: 370px;
            width: auto;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
            background-color: #F4ABBA;
            background-size: cover;
            background-position: center;
        
        }

        .title3{
        font-size: 1.5rem;
        font-weight: 600;
        color:#fff;
        font-family: 'Julius Sans One', sans-serif;
        position:absolute;
        margin: auto;
        text-align: center;
        width:250px;
        left:0;
        right:0;
        top:0px;
        padding-top:100px;
        }
        
        ul#countdown {
            position: absolute;
            transform: translateY(-50%);
            width: 320px;
            padding: 10px 0 10px 0;
            color: #fff;
            border: 1px solid #fff;
            border-width: 1px 0;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            text-align: center;
            align-content: center;
            top:30px;
            left:0;
            right:0;
          }
          
          ul#countdown li {
            position:inline-block;
            width: 60px;
            font-size: 1rem;
            text-align: center;
            align-items: center;
            align-content: center;
          }
          
          ul#countdown li .label {
            color: #fff;
            font-size: 0.9rem;
            text-transform: uppercase;
            align-items: center;
            text-align: center;
            align-content: center;
          }
        

        
        /*** FOOTER****/
        
            .footer{
                position: relative;
                width: 320px;
                height: 310px;
                align-content: center;
                margin: auto;
                scroll-behavior: smooth;
                background-color: #fff;
                text-align: center;
                align-items: center;
            }
            .title-footer{
                text-align: center;
                font-size: 1.3rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                width: 300px;
                margin:auto;
                right:0;
                left:0;
                padding-top:80px;
                font-weight: 600;
            }
            
            .description-footer{
                text-align: center;
                font-size: 0.8rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                width: 750px;
                padding:140px 0 0 0;
                width: 300px;
                font-weight: 400;
            }
            
            .dash3{
                height:3px;
                width: 300px;
                background-color:#F4ABBA;
                position:absolute;
                display: inline-block;
                margin:auto;
                left:0;
                right:0;
                top:260px;
                border-radius: 24px;
                align-items: center;
            }
            .small-text{
                text-align: center;
                font-size: 0.5rem ;
                font-family: 'Inter', sans-serif;
                color: #3E3E3E;
                padding:70px 0 0 0;
                width: 300px;
                right:0;
                left: 0;
                font-weight: 400;
                line-height: normal;
            }
 }



 @media only screen and (min-width:768px) and (max-width:999px){
    .logo{
        height:56px;
        padding: 60px 60px;
        }
    
        .board{
            background-color: #F4ABBA;
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 24px;
            width: 200px;
            height: 250px;
            position: absolute;
            top:0;
            right:60px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
        
        .board, h2{
            color:#fff;
            font-family: 'Julius Sans One', sans-serif;
            font-size: 1.2rem;
            text-align: center;
            padding: 30px 8px;
            font-weight: bold;
        
        }
        .board, h3{
            color:#fff;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size:0.8rem;
        }
        .dash{
            background-color:#fff;
            height:1px;
            width:150px;
            z-index: 5;
            margin:auto;
            margin-top: 20px;
            margin-bottom:10px;
        }
    /*** MENU ****/



    .container2{
        position: relative;
        height:550px;
        width: auto;
        align-content: center;
        margin: auto;
        scroll-behavior: smooth;
    
    }
    .content2{
        height: calc(100% - 80px);
        padding: 90px 80px 90px 80px;
        align-content: center;
        margin: auto;
        right:0;
        left:0;
        height: 370px;
        width: 630px;
    }

    
    .content2, h1{
        color:#000;
        font-family: 'Julius Sans One', sans-serif;
        font-size: 2rem;
        position:absolute;
        padding-top: 90px;
    }
    
    .dash2{
        height:3px;
        width: 520px;
        background-color:#F4ABBA;
        position:absolute;
        display: inline-block;
        margin-top: 105px;
        margin-left: 110px;
        border-radius: 24px;
    }
    
    .our-story{
        width:150px;
        height:100px;
        background-image: url(assets/our-story.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 140px;
    }
    
    .our-story-title {
        font-family: 'Inter', sans-serif;
        font-size:1.5rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        margin-top: 35px;
    }
    
    .our-story:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
    .gallery{
        width:150px;
        height:100px;
        background-image: url(assets/gallery.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 140px;
        margin-left:160px;
    }
    
    .gallery-title {
        font-family: 'Inter', sans-serif;
        font-size:1.5rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        margin-top: 35px;
        padding-right: 8px;
    }
    
    .gallery:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
    .rsvp{
        width:310px;
        height:200px;
        background-image: url(assets/rsvp.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 140px;
        margin-left:320px;
    }
    
    .rsvp-title {
        font-family: 'Inter', sans-serif;
        font-size:2rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        margin-top: 100px;
        padding-left: 180px;
    }
    
    .rsvp:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
    .wedding-info{
        width:310px;
        height:200px;
        background-image: url(assets/wedding-info.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 250px;
        
    }
    
    .wedding-info-title {
        font-family: 'Inter', sans-serif;
        font-size:2rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        margin-top: 100px;
    }
    
    .wedding-info:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
    .seoul{
        width:150px;
        height:100px;
        background-image: url(assets/seoul.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 350px;
        margin-left:320px;
    }
    
    .seoul:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
    .seoul-title {
        font-family: 'Inter', sans-serif;
        font-size:1.5rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        padding: 10px 60px 0 0 ;
    }
    
    .faqs{
        width:150px;
        height:100px;
        background-image: url(assets/faqs.png);
        background-size: cover;
        background-position: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px;
        position: absolute;
        margin-top: 350px;
        margin-left:480px;
    }
    
    .faqs-title {
        font-family: 'Inter', sans-serif;
        font-size:1.5rem;
        font-weight:600;
        text-shadow: 2px 2px 4px #9d9d9d;
        padding: 10px 60px 0 0 ;
    }
    
    .faqs:hover {
        -ms-transform: scale(1.01); /* IE 9 */
        -webkit-transform: scale(1.01); /* Safari 3-8 */
        transform: scale(1.01); 
    }
    
     /*** COUNTDOWN ****/
     .container3{
        position: relative;
        height: 370px;
        width: auto;
        align-content: center;
        margin: auto;
        scroll-behavior: smooth;
        background-color: #F4ABBA;
        background-size: cover;
        background-position: center;
    
    }
    .title3{
    font-size: 2rem;
    font-weight: 600;
    color:#fff;
    font-family: 'Julius Sans One', sans-serif;
    position:absolute;
    margin: auto;
    text-align: center;
    left:0;
    right:0;
    top:0;
    padding-top: 90px;
    }
    
    ul#countdown {
        position: relative;
        top: 400px;
        transform: translateY(-50%);
        width: 700px;
        margin: 0 auto;
        padding: 15px 0 20px 0;
        color: #fff;
        border: 1px solid #fff;
        border-width: 1px 0;
        overflow: hidden;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        top:90px;
      }
      
      ul#countdown li {
        margin: 0;
        padding: 0 0 0 25px;
        display: inline-block;
        width: 20%;
        font-size: 3rem;
        text-align: center;
        align-items: center;
      }
      
      ul#countdown li .label {
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase;
      }
      
    
    
    /*** FOOTER****/

        .footer{
            position: relative;
            height:350px;
            width: auto;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
            background-color: #fff;
            text-align: center;
            align-items: center;
        
        }
        .title-footer{
            text-align: center;
            font-size: 1.5rem ;
            font-family: 'Inter', sans-serif;
            color: #3E3E3E;
            width: 350px;
            margin:auto;
            right:0;
            left:0;
            top:0px;
            font-weight: 600;
        }
        
        .description-footer{
            text-align: center;
            font-size: 0.8rem ;
            font-family: 'Inter', sans-serif;
            color: #3E3E3E;
            width: 750px;
            margin:auto;
            padding:0px 100px 0 100px;
            width: 400px;
            font-weight: 400;
        }
        
        .dash3{
            height:3px;
            width: 700px;
            background-color:#F4ABBA;
            position:absolute;
            display: inline-block;
            margin:auto;
            left:0;
            right:0;
            top:280px;
            border-radius: 24px;
            align-items: center;
        }
        .small-text{
            text-align: center;
            font-size: 0.5rem ;
            font-family: 'Inter', sans-serif;
            position:absolute;
            color: #3E3E3E;
            width: 750px;
            margin:auto;
            padding:100px 0 0 0;
            width: 500px;
            right:0;
            left:0;
            text-align: center;
            line-height: normal;
        }
    }
