* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

p {
    font-family: Arial, Helvetica, sans-serif !important;
}

.header {
    background-image: url("img/man.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -500px -900px
}

@media only screen and (max-width: 600px) {
    .header {
        background-position: -200px;
        background-size: cover;
    }
}

.banner {
    padding: 4vh;
    width: 100%;
    margin-top: 25vh;
    background-color: rgba(5, 52, 114, 0.850);
}

#banner-title {
    font-size: 42px;
}

@media only screen and (max-width: 600px) {
    .banner {
        padding: 20px;
        margin-top: 25vh;
    }

    #banner-title {
        font-size: 30px;
    }
}

/*NAVBAR*/
#nav-container {
    background-color: rgba(5, 52, 114, 0.950);
}

#navbar-brand {
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
}

#brand-name {
    font-size: 28px;
}

@media only screen and (max-width: 415px) {
    #navbar-brand {
        font-size: 20px;
    }

    #brand-name {
        font-size: 20px;
    }
}

.navbar-brand:hover {
    color: white;
}

.navbar-phone {
    color: white;
}

.nav-item {
    padding-left: 40px;
}

.nav-item a {
    font-size: 22px;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.nav-item a:hover {
    color: #bfc2c7;
}

.dropdown-menu a {
    color: #023a74;
    font-size: 24px;
}

@media only screen and (max-width: 600px) {

    .dropdown-menu a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 450px) {

    .dropdown-menu {
        position: absolute !important;
    }
}

.navbar-toggler-icon .fa-bars {
    color: white;
}

.fa-bars:hover {
    color: #bfc2c7;
}

/*END NAVBAR*/

/*INDEX PRODUCTS*/
.products {
    padding: 60px 15px 60px 15px;
}

.products-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.products-title h1 {
    font-size: 40px;
}

.products-title div {
    width: 100vw;
    text-align: center;
    line-height: 75px;
    margin: 0 10px 0 10px;
}

.products-title .line {
    background-color: #023a74;
    margin-top: 24px;
    height: 10px;
    border: 10px;
}

.products {
    background-color: white;
    color: #023a74;
    padding-top: 20px;
}

.product-name {
    font-size: 28px;
    font-weight: bold !important;
}

@media only screen and (max-width: 600px) {
    .product-name {
        font-size: 20px;
    }
}

.products img {
    border-radius: 50%;
    box-shadow: 0px 0px 20px #053472;
}

/*END INDEX PRODUCTS*/

/*CATALOGS*/
.cat-title {
    font-size: 28px;
}

.cat-info {
    font-size: 16px;
    font-weight: bold !important;
}

.cat-row {
    padding-top: 20px;
}

/*END CATALOGS*/

/*ABOUT US*/
.about-title-top {
    font-size: 4vh;
    padding-top: 4vh;
}

.about-title {
    margin-top: 10px;
    font-size: 28px;
}

.about-info {
    font-size: 22px;
}

.row {
    letter-spacing: 0;
    font-size: 14px;
    float: none;
}

/*END ABOUT US*/


/*TECHNOLOGIES*/
.tech-title {
    font-size: 28px;
}

.tech-info {
    font-size: 16px;
}

/*END TECHNOLOGIES*/

/*ONLINE STORE*/
.under-construction {
    margin: 150px 0 0 0;
    font-size: 60px;
}

/*END ONLINE STORE*/

/*CONTACT & INDEX CONTACTS*/
.map {
    display: block;
    height: 600px;
}

.contact-map {
    display: block;
    height: 70vh;
}

.contact-info {
    padding: 0;
    font-size: 22px;
}

#contact-title {
    font-size: 70px;
}

.contact-lead {
    font-size: 38px;
}

#googleMap {
    width: 100%;
    background-color: yellowgreen;
}

#contact-phone {
    color: rgba(5, 52, 114, 0.950);
}

#submit-contact {
    background-color: rgb(5, 52, 114);
    border-color: rgb(5, 52, 114);
}

[type=reset],
[type=submit],
button,
html [type=button] {
    padding: 20px !important;
    width: 100% !important;
    margin-top: 18px !important;
}




label {
    width: 100% !important;
}

.form-control {
    border: 1px solid rgb(5, 52, 114) !important;
}

.form-control:focus {
    border: 1px solid rgb(83, 148, 233) !important;
}

/*END CONTACT*/

/*FOOTER CSS*/
.footer {
    background-color: rgba(5, 52, 114, 0.950);
}

.footer p {
    padding-top: 10px;
    font-size: 14px;
}

.footer p a {
    text-decoration: underline;
}

/*END FOOTER CSS*/