.footer {

    background-color: #AECAD6;
    color: white;
}

.footerbody {
    padding-bottom: 25px;
    align-items: top;
    padding-top: 50px;
    margin: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.firstsector {
    margin-top: 20px;
    width: 35%;
    min-width: 300px;
}

.secondsector {
    margin-top: 20px;
    min-width: 300px;
    width: 15%;
}

.thirdsector {
    margin-top: 20px;
    width: 15%;
    min-width: 300px;
}

.firstsector p {
    width: 100%;
    color: white;

}

.social {
    display: flex;
}

.social img {
    width: 50px;
}

.footer {

    list-style: none;
}


.footer h3 {
    font-size: 20px;
}




.footer .nav-link {
    color: #8E8E8E;
    font-size: 14px;
    border: 0;
    margin: 0;
}

.footer .nav-link:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding: 15px 0;
    background-color: #AECAD6;
    color: white;
    font-size: 14px;
}

@media screen and (max-width: 600px) {


    .card {
        width: 100%;
    }

    .video .left {
        width: 100%;
    }

    .video .right {
        width: 100%;
    }

    .contact {
        flex-direction: column;
    }

    .contactinfo {
        width: 100%;
    }

    .firstsector {
        width: 100%;
    }

    .secondsector {
        width: 100%;
    }

    .thirdsector {
        width: 100%;
    }
}