@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;
}

hammenu-component{
    display: none;
}
footer-component, menu-component {
    width: 100%;
    height: 100%;
}


/* ABOUT US */

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-header{
    width: 100%;
    padding: 80px 80px;
    text-align: center;
}

.about-header h1{
    margin:0;
}

.about-header h2{
    font-size: 30px;
    color: rgb(14, 14, 14);
   margin-bottom: 40px;
    padding: 0;
    text-transform: uppercase;
}

.solid {
    width: 15%;
 
   
}

.about-header p {
    margin: 40px 0px;
    padding: 0px 350px;
    text-align: justify;
}

.about-photo {
    background-image: url("../media/ajlin_emir.jpeg");
    background-size: cover;
    background-position: center;
    background-position-y: -250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 60vh;

}

.about-photo h2{
    margin: 40px 0px;
    color: #fbfaf8;
    width: 50%;
    height: auto;
    opacity: .8;
    text-transform: uppercase;
}

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


.about-text {
    padding: 0px 200px;
    width: 100%;
}

.nuno, .erko{
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}


.nuno-img, .erko-img{
    flex: 50%;
    height: auto;
    padding: 0px 50px;
}

.nuno-text, .erko-text{
    flex: 50%;
    height: auto;
    padding: 0px 50px;
    text-align: justify;
}

.about-text h2 {
    text-transform: uppercase;
}

.about-text img {
    object-fit: cover;
    width: 100%;
    
}

.about-together {
    padding: 80px 200px;
    text-align: justify;
}

.about-together p {
    margin: 40px 0px;
}

.personal-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    
}

.message-img {
    background-image: url("../media/Elma\ _\ Dino\ wedding\ \(68\)_comp.jpeg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 60vh;

}

.message-img h2{
    margin: 40px 0px;
    color: #fbfaf8;
    width: 50%;
    height: auto;
    opacity: .8;
} 

.personal-message h2 {
    margin-top: 80px;
    text-transform: uppercase;
}

.personal-message p {
    padding: 20px 200px;
    text-align: justify;
}

.signatures {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}


/* 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;
       
    }
    
     
    /* ABOUT US */
    
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .about-header{
        width: 100%;
        padding: 10px 10px;
        text-align: center;
        
    }
    
    .about-header h1{
        margin-top:80px;
    }
    
    .about-header h2{
        
        font-size: 24px;
        color: rgb(14, 14, 14);
       margin-bottom: 40px;
        padding: 0px 20px;
        text-transform: uppercase;
    }
    
    .solid {
        width: 15%;
     
       
    }
    
    .about-header p {
        margin: 40px 0px;
        padding: 0px 20px;
        text-align: justify;
    }
    
    .about-photo {
        background-image: url("../media/Elma\ _\ Dino\ wedding\ \(68\)_comp.jpeg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: auto;
    
    }
    
    .about-photo h2{
        background-color: #353535ce;
        margin: 20px 0px;
        color: #fbfaf8;
        width: 70%;
        height: auto;
        opacity: .8;
        text-transform: uppercase;
        padding: 20px 20px;
    }
    
    .divider{
        width: 55%;
        margin: 80px 0px;
    }
    
    
    .about-text {
        display: flex;
        flex-direction: column;
        padding: 10px 10px;
        width: 100%;
    }
    
    .nuno, .erko{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 80px;
    }
    
    
    .nuno-img, .erko-img{
       width: 100%;
        height: auto;
        padding: 10px 10px;
        
    }
    
    .nuno-img {
        margin-bottom: 20px;
    }

    .nuno-text, .erko-text{
        width: 100%;
        height: auto;
        padding: 0px 20px;
        text-align: justify;
    }
    
    .about-text h2 {
        text-transform: uppercase;
    }
    
    .about-text img {
        object-fit: cover;
        width: 100%;
        
    }
    
    .about-together {
        padding: 10px 20px;
        text-align: justify;
    }
    
    .about-together p {
        margin: 40px 0px;
    }
    
    .personal-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    
        
    }
    
    .message-img {
        background-image: url("../media/Elma\ _\ Dino\ wedding\ \(68\)_comp.jpeg");
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 60vh;
    
    }
    
    .message-img h2{
        background-color: #353535ce;
        margin: 40px 0px;
        color: #fbfaf8;
        width: 100%;
        height: auto;
        opacity: .8;
    } 
    
    .personal-message h2 {
        margin-top: 80px;
        text-transform: uppercase;
    }
    
    .personal-message p {
        padding: 20px 20px;
        text-align: justify;
    }
    
    .signatures {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;
    }

 

}