*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
}

.body{
    flex-wrap: wrap;
    width: 100%;
}

.imgheader{
    background-image: url(images/homee.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    justify-content: center;
    border-bottom: 0.25rem solid rgb(255, 255, 255);
}

.imgtext{
    padding-top: 4rem;
    margin-left: 3rem;
}

.imgheader h1{
    text-align: center;
    margin-bottom: 4.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: white;
}

.imgheader p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
    width: 70%;
    margin-bottom: 4.5rem;
    margin-left: 1rem;
}


footer{
    background-color: rgb(0, 0, 23);
    width: 100%;
    margin-top: 1.5rem;
    justify-content: center;
}

footer h6{
    color: white;
    text-align: center;
    padding-top: 1rem;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    flex-wrap: wrap;
}

.footerwrapper{
    margin: auto;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logoicon{
    height: 10rem;
    width: 10.3rem;
}

.socials{
    width: 40%;
    height: 100%;
    border: 1px solid white;
    justify-items: center;
    margin-bottom: 1rem;
}

.sociallogos{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    flex-direction: row;
}

.sociallogos svg{
    height: 3rem;
    width: 3rem;
}

.socialsbody{
    text-align: center;
}

.location{
    width: 19rem;
    height: 10rem;
}

.location svg{
    color: white;
}

.copyright{
    text-align: center;
    margin-top: 0.0625rem;
    margin-bottom: 0.25rem;
}

@media(max-width: 760px){

    footer{
        align-content: center;
        justify-content: center;
    }

    .socials{
        margin: 0 auto;
        width: 90%;
    }

    .footerwrapper{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .logoicon{
        display: none;
    }

    .location{
        margin: auto;
        width: 80%;
        height: 7rem;
    }
}

@media(max-width: 720px){

    footer h6{
        font-size: 1rem;
    }

}

@media(max-width: 500px){

    footer h6{
        font-size: 0.9rem;
    }

}

@media(max-width: 450px){

    footer h6{
        font-size: 0.82rem;
    }
}