.navbar {
    background-color: #FAFAFA;
}

.logo {
    width: 45px;
}

.bg {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgba(4, 9, 30, 0.4), rgba(4, 9, 30, 0.4)), url(../imgs/backg.png);
}

.title {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 620px;
    width: 600px;
}

.mainTitle {
    color: #F1F1F1;
}


.introText {
    text-align: justify;
    color: #F1F1F1;
}

.gray {
    background-color: #636363;
    color: #F1F1F1;

}

.gray:hover {
    background-color: #636363;
    color: #F1F1F1;
}

.white {
    background-color: #F1F1F1;
}

.white:hover {
    border: solid 1px #F1F1F1;
    color: #F1F1F1;
}

.sign {
    background-color: #636363;
    color: #F1F1F1;
}

.sign:hover {
    background-color: #636363;
    color: #F1F1F1;
}

.inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 200px;
}

.aboutText {
    text-align: justify;
    margin-top: -40px;
}

.product {
    background-color: #FAFAFA;
    height: 100%;
}

.hover:hover {
    background-color: #FAFAFA;
}

.actionBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}


.rowServices {
    display: flex;
    
    justify-content: center;
}

.serviceImgs {
    width: 100px;
    display: flex;
    margin: auto;
}

.colServices:hover {
    background-color: #FAFAFA;
}

.footer {
    background-color: #E0E0E0;
    height: 30vh;
}

.footerLogo {
    width: 140px;
}

.aHover {
    color: black;
}

.aHover:hover {
    color: blue;
}

.rowFooter {
    display: flex;
    align-content: center;
    justify-content: space-around;
}

.bi-facebook, .bi-twitter, .bi-instagram {
    font-size: 24px;
}

.copyright {
    background-color: #566573;
    height: 40px;
}


@media screen and (max-width: 990px)  {
    .bg {
        height: 50vh;
    }

    .title {
        height: 410px;
        width: 310px;


    }

    .mainTitle {
        font-size: 15px;
    }

    .introText {
        font-size: 12px;
    }

    .icon {
        width: 310px;
    }
    .aboutText {
        margin-top: -60px;
    }

    .footerLogo {
        width: 70px;
    }

    .textHead {
        font-size: 12px;
    }

    .div {
        font-size: 10px;
    }

    .bi-facebook, .bi-twitter, .bi-instagram {
        font-size: 12px;
    }

    .footer {
        height: 20vh;
    }

    .copyText {
        font-size: 10px;
    }
}