* {
    font-family: 'Nunito';
}

header, .fixed-top {
    background-color: #0a0a0a;
    height: 55px;
}

header a.navbar-brand {
    font-size: 1.5rem;
    line-height: 0.7 !important;
    padding-top: 10px !important;
    font-weight: bold;
}

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

header .navbar-dark .navbar-nav .nav-link {
    color: #f9f9f9;
}

header .hvr-underline-from-left {
    color: white !important;
    padding-top: 5px !important;
}

header a.navbar-brand small {
    font-size: 12px;
    font-weight: normal;
    margin-left: 1px;
}

header nav {
    /*border-bottom: 1px solid #006f82;*/
}

header .nav ul li:last-child {
    margin-left: 10px;
}

header .nav-link, .navbar-brand {
    color: white;
}

.page {
    /*margin-top: 55px;*/
}

.home .hero {
    background: #0a0a0a url("../img/banners/deep-learning.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.home .hero h1.catch22 {
    font-weight: bold;
    font-size: 2.2rem;
    padding-top: 35vh;
    text-align: center;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Aleo', serif;
}

.home .hero h2.catch23 {
    font-size: 2.2rem;
    text-align: center;
    font-family: 'Aleo', serif;
}

.home .hero h1 {
    color: white;
    font-size: 25px;
}

.home .hero h2 {
    color: white;
    font-size: 22px;
}

.home .hero .scroll-next {
    padding-top: 30vh;
}

.home .hero .scroll-next h6 {
    font-size: 14px;
    color: white;
}

.home .hero .scroll-next a {
    border: 1px solid white;
    border-radius: 8px;
    padding: 5px 10px 30px 10px;
    margin-top: 5px;
    display: inline-flex;
}

.home .hero .scroll-next a i {
    width: 1px;
    height: 10px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.home .hero .fa-chevron-down {
    font-size: 1.5rem;
    color: white;
    border: 1px dashed white;
    border-radius: 50%;
    padding: 12px 12px;
    transition: 0.3s;
}

.home .hero .fa-chevron-down:hover {
    text-decoration: none;
    background-color: white;
    color: #0a0a0a;
    transition: 0.3s;
}

.home .services {
    padding: 0;
}

.home .wwd {
    padding: 75px 0;
}

.home .wwd h1 {
    font-weight: bold;
    font-size: 2.7rem;
}

.home .wwd1 {
    background-color: #0fbbaf;
}

.home .wwd2 {
    background-color: #01abde;
}

.home .wwd3 {
    background-color: #ff852c;
}

.home .wwd1, .home .wwd2, .home .wwd3 {
    margin-top: 50px;
    padding: 50px 25px;
    color: white;
}


.home .wwd h2 {
    font-weight: bolder;
}

.home .wwd h6 {
    font-weight: bold;
    font-size: 20px;
}

.services {
    padding: 25px 0;
}

.services h1 {
    padding-bottom: 70px;
    font-weight: bold;
    font-size: 2.7rem;
}

.services .service-list {
    border-top: 1px dashed #0a0a0a;
}

.services .col-lg-4 {
    /*margin: 25px 0;*/
    padding: 35px 25px;
    border-right: 1px dashed #0a0a0a;
    border-bottom: 1px dashed #0a0a0a;
}


.services i {
    font-size: 2em;
    padding: 0 15px;
    /*border: 1px solid #1b4b72;*/
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    float: left;
}

.services h3 {
    float: left;
    font-size: 23px;
    width: calc(100% - 65px);
    padding: 0 0px 0px 12px;
    font-weight: bold;
}

.services p {
    margin-left: 77px;
}

/* ----- CALL TO ACTION ----- */
.call-to-action {
    /*background-color: #0a0a0a;*/
    /*background: url('../img/nathan-anderson-218687.jpg') no-repeat;*/
    background: url('../img/call-to-action.jpg') no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.call-to-action h2 {
    color: white;
    margin-top: 0;
    margin-bottom: 25px;
}

.call-to-action a {
    color: white;
    text-align: center;
    font-weight: bold;
}

/* ----- Solutions ----- */
.solutions .background {
    background: url("../img/office.jpg") no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
}

/* ----- About ----- */
.about .background {
    background: url("../img/passion.jpg") no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
}


/* ----- About ----- */
.contact .background {
    background: url("../img/priscilla-du-preez-623040.jpg") no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.cookie-message {
    float: left;
    width: 100%;
    background-color: black;
    color: white;
    font-family: monospace;
    font-size: 14px;
    padding: 25px 0;
    /*border: 1px dashed white;*/
}

.cookie-message a {
    color: #6cb2eb;
}

.copyrights {
    padding: 15px 0;
}

.connect {

}

.connect .background {
    min-height: 100vh;
    background: url("../img/contact-us.jpg") no-repeat;
    background-size: cover;
}

.connect form {
    background-color: white;
    padding: 35px;
    min-height: 100vh;
}

form label {
    cursor: pointer;
}

.form-group select.nice-select {
    float: left;
    width: 100%;
}

/** // Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
    .home .hero h1.catch22 {
        padding-top: 25vh;
    }

    .home .hero .scroll-next {
        padding-top: 22vh;
    }

    .solutions .background, .about .background, .contact .background {
        max-height: 200px;
    }

    #navbarSupportedContent {
        background-color: #0a0a0a;
    }

    nav.navbar-dark .navbar-toggler {
        color: white !important;
        border: 1px solid #8b8b8b;
    }

    header, .fixed-top {
        height: auto !important;
    }

    .connect form {
        margin-top: 55px;
    }
}