body {
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-default {
    background: transparent;
    border-bottom: 0;
    padding: 10px 0;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}

.navbar-default .navbar-nav>.active>a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: transparent;
    letter-spacing: 2px;
    font-weight: 700;
}

.navbar-fixed-top {
    transition: background-color 200ms linear;
}

.navbar-default .navbar-nav>li>a:hover {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}

.navbar-brand {
    padding: 10px 0 10px 15px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

h2,
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(21, 214, 235, 1);
    background: -webkit-linear-gradient(-45deg, #15d6eb, #b3d86d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    color: #17C0D2;
    letter-spacing: 0;
    line-height: 30px;
}

h2 {
    font-size: 43px;
    color: #488BC2;
    letter-spacing: 2.3px;
    line-height: 45px;
    letter-spacing: 3px;
    padding-bottom: 20px;
}

h3 {
    font-size: 35px;
    color: #488BC2;
    letter-spacing: 1.87px;
    line-height: 35px;
    padding-bottom: 20px;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3em;
    color: #666666;
    letter-spacing: 0;
    line-height: 35px;
    font-size: 19px;
    font-weight: 500;
}

.lead {
    font-size: 1.5em;
    color: #666666;
    letter-spacing: 0;
    line-height: 35px;
    font-weight: 700;
}

#header {
    height: 70vh;
    background: url('../images/header-bg.jpg') no-repeat center center;
    background-size: cover;
}

#header .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    opacity: .45;
    background: rgba(21, 214, 235, 1);
    background: -moz-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(21, 214, 235, 1)), color-stop(100%, rgba(179, 216, 109, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: linear-gradient(135deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#15d6eb', endColorstr='#b3d86d', GradientType=1);
}

#header-sub {
    height: 70vh;
    background: url('../images/header-bg.jpg') no-repeat center center;
    background-size: cover;
}

#header-sub .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    opacity: .45;
    background: rgba(21, 214, 235, 1);
    background: -moz-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(21, 214, 235, 1)), color-stop(100%, rgba(179, 216, 109, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: linear-gradient(135deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#15d6eb', endColorstr='#b3d86d', GradientType=1);
}

#header h1 {
    font-size: 5em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff !important;
    padding-top: 10vh;
    text-transform: uppercase;
    font-weight: 700;
}

#header-sub h1 {
    font-size: 3.5em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff !important;
    padding-top: 10vh;
    text-transform: uppercase;
    font-weight: 700;
}

#z-index-100 {
    z-index: +1 !important;
}

.intro-text {
    z-index: 99;
}

.pulled-up {
    position: relative;
    top: -150px;
    background: #fff;
    z-index: 99;
}

.pulled-up-sub {
    position: relative;
    top: -300px;
    background: #fff;
    z-index: 99;
}

a {
    color: #15d6eb;
    text-decoration: none;
}

a:hover {
    color: #15d6eb;
    text-decoration: underline;
}

a:active {
    color: #15d6eb;
    text-decoration: underline;
}

.btn-primary {
    background: #15d6eb;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.btn-primary:hover {
    background: #4DA188;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.btn-primary:focus {
    background: #4DA188;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

#home {
    min-height: 80vh;
    background: url('../images/hclogistik_1.png') no-repeat center;
}

#quote {
    width: 100%;
    height: 500px;
    padding-top: 0;
    background: url('../images/quote-image.jpg') no-repeat center right;
    background-size: cover;
}

.quote-bg {
    width: 100%;
    height: 500px;
    position: absolute;
    top: auto;
    opacity: .65;
    left: 0;
    background: rgba(21, 214, 235, 1);
    background: -moz-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(21, 214, 235, 1)), color-stop(100%, rgba(179, 216, 109, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    background: linear-gradient(135deg, rgba(21, 214, 235, 1) 0%, rgba(179, 216, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#15d6eb', endColorstr='#b3d86d', GradientType=1);
}

footer {
    margin-top: 60px;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
}

footer p {
    color: #999;
    font-size: 1.2em;
}

.quote-text {
    font-size: 84px;
    color: #FFFFFF;
    letter-spacing: 5.4px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2em;
    padding: 120px 0;
}

.quote-text span {
    font-size: 84px;
    color: #FFFFFF;
    letter-spacing: 5.4px;
    font-weight: 300;
    font-style: italic;
}

section {
    padding: 20px;
}

#questions {
    padding: 40px 20px 60px 20px;
}

.question {}

#nba {
    padding: 80px 20px 60px 20px;
}

#features {
    padding-top: 50px !important;
}

.feature {
    padding: 20px 40px;
}

.feature-image {
    display: block;
    width: 200px;
    height: 80px;
}

.nba {
    padding-bottom: 0;
}

.padding-top {
    padding-top: 50px;
}

.glyphicon {
    padding-right: 20px;
}

.content-image{
    padding: 5px 0;
}

.content-part{
    padding: 0 20px 50px 20px;
}

@media screen and (max-width: 999px) {
    .navbar-default {
        background: #4DA188 !important;
    }
    .feature {
        padding-bottom: 50px;
    }
    .question {
        padding-bottom: 50px;
    }
    #header {
        height: 600px;
    }
    #header .gradient {
        height: 600px;
    }
    #header-sub {
        height: 600px;
    }
    #header-sub .gradient {
        height: 600px;
    }
    #quote {
        height: 400px;
    }
    .quote-bg {
        height: 400px;
    }
    .quote-text {
        font-size: 54px;
    }
    .quote-text span {
        font-size: 54px;
    }
    .nba {
        padding-bottom: 50px;
    }
    footer {
        margin-top: 0;
    }
.padding-top {
    padding-top: 20px;
}    
}

@media screen and (max-width: 599px) {
    #header h1 {
        font-size: 4em;
    }
    #quote {
        height: 370px;
    }
    .quote-bg {
        height: 370px;
    }
    #header {
        height: 600px;
    }
    #header .gradient {
        height: 600px;
    }
    #header-sub {
        height: 700px;
    }
    #header-sub .gradient {
        height: 700px;
    }
    h2 {
        font-size: 32px;
        line-height: 35px;
    }
    h3 {
        font-size: 25px;
        line-height: 28px;
    }
    .quote-text {
        font-size: 37px;
    }
    .quote-text span {
        font-size: 37px;
    }
.padding-top {
    padding-top: 0;
}    
}

@media screen and (max-width: 320px) {
    #header h1 {
        font-size: 3em;
    }
    #quote {
        height: 400px;
    }
    .quote-bg {
        height: 400px;
    }
    .quote-text {
        font-size: 28px;
    }
    .quote-text span {
        font-size: 28px;
    }
}

.black {
    color: #000 !important;
    font-size: 110%;
}