@import url('https://fonts.googleapis.com/css?family=Lato|Righteous|Roboto+Condensed|Ubuntu&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}

.spinner-border {
    color: #197bd6 !important;
}

.btn {
    background-color: #197bd6;
    font-family: 'Ubuntu';
    font-weight: 700;
    color: white !important;
    text-transform: uppercase;
    transition: all 300ms ease-in;
}

.btn:hover {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #212121 !important;
}

.btn i {
    color: white;
    transition: all 300ms ease-in;
}

.btn:hover i {
    color: #211212;
}

.sslider {
    width: 100%;
}

nav {
    background: whitesmoke;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    font-family: 'Righteous';
    font-size: 35px;
    color: #197bd6 !important;
}

.nav-link {
    font-size: 16px;
    margin: 15px;
    color: black !important;
    font-family: 'Roboto Condensed';
}

.nav-link:hover {
    color: #197bd6 !important;
}

.menu-right-btn {
    background-color: transparent;
    border-color: gray;
    padding: 13px 46px;
    margin-right: 4%;
    color: #212121 !important;
    transition: all 300ms ease-in;
}

.menu-right-btn:hover {
    background-color: #197bd6;
    border-color: #197bd6;
    color: white !important;
}

main {
    margin-top: 86px;
}

#home {
    background-attachment: fixed;
    background-image: url('../img/1.JPG');
    background-position: center;
    background-size: cover;
    background-color: gray;
    background-blend-mode: multiply;
    height: calc(100vh - 86px);
    position: relative;
    color: white;
}

#home h1 {
    margin: 0 auto 6% auto;
    font-family: 'Righteous';
    font-size: 50px;
}

#home p {
    font-size: 16px;
    margin: 0 50px;
    text-align: center;
}

#home button {
    margin: 5% auto 0 auto;
    background-color: #197bd6;
    font-family: 'Ubuntu';
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.headline-1,
.headline-2 {
    padding: 0;
}

.headline-1 {
    margin: 0;
    font-family: 'Righteous';
    font-size: 40px;
}

.headline-2 {
    margin: 0 0 7% 0;
    font-family: 'Ubuntu';
    font-size: 20px;
    color: gray;
}

section {
    padding-top: 10%;
}

section p {
    font-size: 15px;
}

section p,
section li,
section i {
    color: #3d3d3d;
}

#about h3 {
    font-family: 'Ubuntu';
    font-size: 23px;
}

#solutions .col-12 {
    margin-bottom: 32px;
}

#solutions .card {
    transition: transform .2s ease-in;
}

#solutions .zoom-img {
    overflow: hidden;
}

.zoom-img img {
    transition: all 1.5s ease;
}

#solutions .card-body {
    transition: background .5s ease-in-out;
}

#solutions .card:hover .zoom-img img {
    transform: scale(1.5);
}

#solutions .card:hover .card-body {
    background-color: #197bd6;
}

#solutions .card:hover h4,
#solutions .card:hover p {
    color: white !important;
}

#products {
    background-image: url('../img/5.JPG');
    background-attachment: fixed;
    background-size: cover;
    background-color: gray;
    background-blend-mode: multiply;
    padding: 10% 2%;
    margin-top: 10%;
}

#products .headline-1 {
    color: white;
}

#products p {
    width: 80%;
    font-family: 'Ubuntu';
    color: whitesmoke;
}

#products button {
    font-family: 'Ubuntu';
    font-weight: 700;
    text-transform: uppercase;
}

#gallery img:hover {
    cursor: pointer;
}

#associates div:focus,
#customers div:focus {
    outline: 0;
}

#associates img,
#customers img {
    height: 250px;
}

#video {
    margin-top: 5%;
}

#video iframe {
    width: 100%;
    height: 500px;
    background-color: black;
}

#contact label {
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 600;
}

#contact input,
#contact textarea {
    font-size: 17px;
    border-radius: 4px;
}

#contact .btn:hover {
    background-color: skyblue;
    border-color: skyblue;
}

#map {
    padding: 0;
    margin: 10% 0 0 0;
    width: 100%;
    height: 500px;
}

#map iframe {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

footer {
    background-image: url('../img/10.JPG');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #131313;
    background-blend-mode: overlay;
    padding: 150px 0;
}

footer h2,
footer h5 {
    font-weight: 600;
}

footer h2 {
    font-family: 'Righteous';
    color: whitesmoke;
}

footer h5 {
    font-family: 'Ubuntu';
    color: #197bd6;
}

footer p {
    font-family: 'Roboto Condensed';
    color: lightgray;
}

footer ul li a i {
    transition: background .5s, transform .3s;
}

footer ul li a i:hover {
    color: #197bd6;
    transform: scale(1.2);
}

@media screen and (max-width: 991px) {
    #home {
        height: calc(100vh - 79.8px);
    }
    main {
        margin-top: 79.8px;
    }
}

@media screen and (max-width: 767px) {
    #about .row .col-12:nth-child(1) {
        margin: 50px 0;
    }
    #associates img,
    #customers img {
        height: 150px;
    }
    #video iframe {
        height: calc(100vh - 79.8px);
        margin-top: 25px;
    }
}