/*!
 * Henkell Building website CSS
 * Copyright (c) Henkell Brothers
 */


body {
    background: url("../images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: azo-sans-web;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.065em;
    line-height: 1.9em;
    color: #ababab;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

ul {
    margin-left: -22px;
}
/* Website Common START */

.content-border {
    margin-top: 25px;
}

.fadeIn {
    opacity: 0;
    animation: fadeIn 1.8s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.containerBox {
    position: relative;
    display: inline-block;
}
.text-box {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
}
.text-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.img-h4 {
    display: inline-block;
    font-size: 50px;
    color: #10143d;
    font-family: brandon-grotesque;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    /*letter-spacing: 0.57em;*/
    text-transform: uppercase;
}
.img-box {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Website Common ENDS */

/* Navigation Stuff START*/

.hb-brand {
    color: #10143d;
    font-size: 45px;
    font-weight: 400;
    font-family: "essonnes-headline";
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.4em;
    text-transform: capitalize;
}

.hb-nav {
    color: #10143d;
    font-family: "arno-pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-transform: none;
    margin-top: 24px;
}

.navbar-nav.navbar-right>li>a:hover {
    color: #ddd;
    background-color: #fff;
}
.navbar-nav.navbar-right>li>a:link {
    background-color: #fff;
}

.navbar-nav.navbar-right>li>a:active {
    background-color: #fff;
}

.hb-no-decor>a:hover {
    text-decoration: none;
}

/* Navigation Stuff ENDS */

/* Splash START */
.splash-body {
    background-color: #10143d;
}

.splash-img {
    width: 267px;
    height: 150px;
}

.splash-h1 {
    font-size: 74px;
    color: #fff;
    text-align: center;
    font-family: essonnes-headline;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1em;
    text-transform: none;
    padding-top: 10px;
}

.splash-p {
    color: #fff;
    font-family: azo-sans-web;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-transform: none;
    padding-top: 15px;
}
.splash-button {
    font-family: azo-sans-web;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1em;
    border: 2px solid #fff;
    color: #fff;
    transition: color 170ms ease-in-out 0s, border-color 170ms ease-in-out 0s;
    padding: 1em calc(1.44em - 0.2em) 1em 1.44em;
}
.splash-button:link {
    text-decoration: none;
}
.splash-button:hover {
    text-decoration: none;
    background-color: #fff;
}
.splash-button:active {
    text-decoration: none;
}

/* Splash END */

/* Home START */

.home-h1 {
    font-family: "brandon-grotesque";
    font-size: 46px;
    color: #10143d;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25em;
    line-height: 1.21em;
    text-transform: uppercase;
    text-align: center;

}

.home-img-gap {
    padding: 30px 0px;
}

/* Home ENDS */

/* Versatility START */
.versatility-h1 {
    font-family: "brandon-grotesque";
    font-size: 46px;
    color: #10143d;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25em;
    line-height: 1.21em;
    text-transform: uppercase;
    text-align: left;

}
/* Versatility ENDS */

/* Contact START */

.contact-h2 {
    color: #10143d;
    font-family: brandon-grotesque;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25em;
    line-height: 2.1em;
    text-transform: uppercase;
}

/* Contact ENDS */