a, a:focus, a:hover {
    color: #2398ab;
}

body {
    background-color: #eee;
    margin: 0px
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2000;
}

.header a {
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0 12px;
    color: white;
}

h2 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #2398ab;
    font-size: 52px;
    line-height: 1.23;
}

h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #2398ab;
    font-size: 32px;
    line-height: 1.23;
}

.uptitle {
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #231f20;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
}

h4 {
    color: #424242;
    font-size: 24px;
    line-height: 1.35;
    padding: 24px 0;
}

.button {
    height: 60px;
    padding: 0 60px;
    border-width: 3px;
    font-weight: 700;
}

.button-green, .button-green:focus, .button-green:hover {
    color: white !important;
    background-color: #27d061;
    border-color: #27d061;
}

.button-light, .button-light:focus, .button-light:hover {
    color: #424242;
}

.button-light:focus, .button-light:hover {
    color: #fff;
    opacity: .9;
    background-color: #c9064d;
}

.button-dark-outline, .button-dark-outline:focus, .button-dark-outline:hover {
    color: black;
    border-color: black;
    background-color: transparent;
}

hr, .simple-divider {
    height: 1px;
    width: 60%;
    margin: 0.5rem 0;
    opacity: 0.2;
    margin: 0 auto;
    background: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 18%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0) 100%);
}

.button-primary, .button-primary:focus {
    background-color: #c9064d;
}

p {
    margin: 8px 0;
}

.container-medium {
    margin: 0 auto;
    max-width: 600px
}

.hero {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    background-size: cover;
    background-position: center bottom;
    background-image: url("/images/big-data.jpg");
    height: 687px;
}

.hero-wrapper {
    background-size: cover;
    background-position: center bottom;
    background-image: url("/images/big-data-20.jpg");
    height: 687px;
}


.hero-uptitle {
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 14px;
    letter-spacing: 2.5px;
}

.hero-title {
    color: white;
    padding: 52px 0 52px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
}


.hero-inner {
    height: 687px;
    background-image: -webkit-linear-gradient(top, rgba(9, 47, 51, 0.8), rgba(8, 29, 31, 0.4));
}

footer {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.fav {
    height: 30px;
    display: none;
}

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

    h2 {
        font-size: 42px;
    }

    .logo {
        display: none;
    }

    .fav {
        display: block;
    }

    .header a {
        font-size: 14px;
        font-family: 'Roboto', Arial, sans-serif;
        padding: 0 4px;
        color: white;
    }

    .hero-title {
        font-size: 18px;
    }

    .button {
        height: 50px;
        padding: 0 50px;
    }

}
