@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
    box-sizing: border-box; /* makes sure that the content width doesn't go over the screen display size */
}

body {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #fbfaf8;
    width: 100%;
}

h1 {
    font-family: 'Rozha One', serif;
    font-size: 50px;
    line-height: 1;
    color: rgb(14, 14, 14);
    margin: 20px 20px;
    padding: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: rgb(14, 14, 14);
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 10px;
    color: rgb(14, 14, 14);
    margin: 0;
    padding: 0;
}

p{
    font-size: 14px;
    line-height: 2;
}


.main-header{
    width: 100%;
    overflow: hidden;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

/* HERO */


.hero{
    background-image: url("../gallery/AJLA\ _\ MILAN\ -\ KOPER\ -\ SLOVENIA/img (30).jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero h1, .hero h2{
    color:#fbfaf8;
}
.hero h2{
    text-transform: uppercase;
}

.content{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 80px;
    
}

.content p {
    margin-top: 80px;
    padding: 0px 120px;
}


menu-component{
    width: 100%;
    height: 100%;
}

footer-component{
    width: 100%;
    height: 100%;
}

hammenu-component {

    display: none;

}

/* CONTENT */

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 80px;
}

.wedding-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wedding-intro h2{
    text-transform: uppercase;
}

.wedding-intro p {
    text-align: justify;
    padding: 0 200px;
}

.divider{
    width: 55%;
    margin: 40px 0px;
}

.gallery-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.gallery{
    width: 100%;
    padding: 80px 200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;

}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
  

    /* Tablets*/

@media (max-width: 767.98px) {



}



/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 320px) and (max-width: 480px) {

    menu-component{
        display: none;
    }

    hammenu-component {
        width: 100%;
       display: block;
       position: fixed;
       z-index: 9999999;
    }

    footer-component {
        display: none;
    }

    h1 {
        font-family: 'Rozha One', serif;
        font-size: 40px;
        line-height: 1;
        color: rgb(14, 14, 14);
        margin: 10px 10px;
        padding: 0;
    }
    
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 200;
        color: rgb(14, 14, 14);
        margin: 0;
        padding: 0;
    }
    
    h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 10px;
        color: rgb(14, 14, 14);
        margin: 0;
        padding: 0;
    }
    
    p{
        font-size: 20px;
        line-height: 1.8;
       
    }

    .main-header{
        width: 100%;
        overflow: hidden;
    }
    main{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        margin-top: 80px;
    }
    
    /* HERO */
    
    .hero{
        background-image: url("../gallery/AJLA\ _\ MILAN\ -\ KOPER\ -\ SLOVENIA/img (30).jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .hero h1, .hero h2{
        color:#fbfaf8;
    }
    .hero h2{
        text-transform: uppercase;
    }

    iframe {
        width: 400px;
        height: 250px;
    }
    
    .content{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 40px 20px;
        
    }
    
    .content p {
        margin-top: 80px;
        padding: 0px 20px;
    }
    
    
    /* CONTENT */
    
    .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px;
    }
    
    .wedding-intro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .wedding-intro h2{
        text-transform: uppercase;
    }
    
    .wedding-intro p {
        text-align: justify;
        padding: 0 20px;
    }
    
    .divider{
        width: 55%;
        margin: 40px 0px;
    }
    
    .gallery-title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 80px;
    }
    
    .gallery{
        width: 100%;
        padding: 80px 20px;
        display: flex;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    
    }
    
    .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
      


}