@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;700&display=swap');


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header{
    position: absolutes;
    display: flex;
    background-color: #d9d9d9;
    padding: 9% 7% 9% 10%;
}


.about_us{
    background-color: #4b4b4b;
    padding: 9% 5% 9% 5%;
}

.title{
    font-family: "Cormorant Infant", serif;
    font-size: 60px;
    text-align: center;
    padding: 0% 5% 0% 5%;
}

.text_section{
    margin: 0% 10% 0% 10%;
}

.text_header{
    font-family: "Raleway";
    font-size: 27px;
    margin: 3% 10% 7.5% 15%;
    text-align: justify;
}

.text_abt{
    font-family: "Raleway";
    font-size: 27px;
    text-align: justify;
    color: #d9d9d9;
    margin: 0% 10% 0% 10%;
}

.logo{
    height: 250px;
    width: 600px;
    display: flex;
}


.abt_title{
    font-family: "Cormorant Infant", sans-serif;
    font-size: 60px;
    color: #d9d9d9;
    text-align: center;
    margin-bottom: 9%;
    
}

footer{
    color: #d9d9d9;
    background-color: #222222;
    font-family: "Raleway";
}

a{
    color: #d9d9d9;
}

@media (max-width: 1080px) {
    .header {
        flex-direction: column;
        padding: 15% 2% 15% 2%; /* Stack divs vertically */
    }
    .text_abt{
        margin: 1%;
    }
    .logo{
        height: 250px;
        width: 250px;
        margin: 0%;
        padding: 0%;
        justify-self: center;
        align-self: center;
    }
    .logo_img{
        height: 100%;
        width: 100%;
    }
    .text_header{
        margin: 3%;
    }

    .title{
        margin: 5% 0% 5% 0%;
        font-size: 45px;
    }
    .text_section{
        margin: 0;
    }
}
