/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
h1 {
    color: #262626;
    font-family: brandon-grotesque, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 106.25% */
    text-transform: uppercase;
}
h2 {
    color: #262626;
    font-family: brandon-grotesque, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.8px; /* 140% */
    text-transform: uppercase;
    text-align: center;
}
h2 .fixit {
    font-family: serif;
}
h3 {
    color: #262626;
    text-align: center;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.8px; /* 224% */
}
p {
    font-weight: 400;
    color: black;
    font-size: 14px;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: white;
    
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    font-size: 16px;
    padding: 12px 56px;
    background: #FBD04E;
    border: 1px solid #FBD04E;
    color: black;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}
button:hover {
    background: black;
    border: 1px solid black;
    color: white;
}
.container.topper {
    background: white;
    text-align: center;
    padding: 15px 0;
}
.container.topper img {
    max-width: 105px;
}
.container.header {
    background-image: url("../img/bz-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10%;
}
.header h1 {
    margin-bottom: 43px;
}
.header button {
    background: #4B433B;
    border: 1px solid #4B433B;
    color: white;
}
.header button:hover {
    background: transparent;
    border: 1px solid #4B433B;
    color: #4B433B;
}
.container.iconic {
    padding: 10%;
    text-align: center;
    border-bottom: 10px solid #FC0;
}
.container.iconic .col-md-4 {
    text-align: center;
}
.container.iconic h2 {
    margin-bottom: 50px;
}
.container.iconic .hexo img {
    max-width: 164px;
    margin-bottom: 16px;
}
.container.iconic h3 {
    margin-top: 0;
}
.container.iconic button {
    margin-top: 70px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.container.gray {
    text-align: center;
}
.flexslider {
    background: transparent;
    border: none;
    margin: 0;
    margin-bottom: 3rem;
}
.flex-control-nav {
    width: 100%;
    position: relative;
}
.flex-control-nav li {
   
}
.flex-direction-nav .flex-prev {
    background-image: url("../img/airfield-arrow-right.png");
    background-repeat: no-repeat;
    opacity: 1;
    top: 40%;
    left: -80px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -80px;
}
.flex-direction-nav .flex-next {
    background-image: url("../img/airfield-arrow-left.png");
    background-repeat: no-repeat;
    opacity: 1;
    top: 40%;
    right: -80px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -80px;
}
.flex-direction-nav .flex-nav-prev a:before {
    content: "";
}
.flex-direction-nav a.flex-next:before {
    content: "";
}
.flex-control-nav {
    display: none;
}
div.quote h2 {
    margin-bottom: 10%
}
div.quote {
    font-weight: 700;
    font-style: normal;
    color: black;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
div.quote h3 {
    font-weight: 800;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    color:#A20000;
    margin-bottom: 10%;
}
div.quote p.place {
    font-weight: 500;
    font-size: 25px;
    color: #F8C52A;
    line-height: 36px;
    margin-bottom: 4rem;
}
div.quote p.copyq {
    color: #262626;
    text-align: center;
    font-family: brandon-grotesque, sans-serif; 
    font-size: 27px;
    font-style: normal;
    font-weight: 390;
    line-height: 31px; /* 114.815% */
}
.quote p.quotey {
    margin-bottom: -25px;
    font-size: 300%;
    color: black;
}
.quote p.signature {
    color: #262626;
    font-weight: 600;
    font-size: 23px;
    line-height: 22px;
}
.quote p.signature span.place {
    font-weight: 400;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background:#FC0;
    background-image: url("../img/bz-footer.jpg");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 12% 50%;
    color: #262626;
    padding: 5% 10%;
    font-weight: 700;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 82px;
}
footer button {
    background: #4B433B;
    border: 1px solid #4B433B;
    color: white;
}
footer button:hover {
    background: transparent;
    border: 1px solid #4B433B;
    color: #4B433B;
}

/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h2 {
        line-height: 37px;
    }
    .container.header {
        background-image: none;
        background-color:#FC0;
        text-align: center;
    }
    .container.header h1 {
        text-align: center;
        font-size: 24px;
        line-height: 25.5px; /* 106.25% */
    }
    .mobile-show img {
        width: 100%;
    }
    .container.iconic {
        padding-top: 5%;
    }
    .container.gray {
        padding: 10%;
    }
    .flex-direction-nav {
        display: none;
    }
    .flex-control-nav {
        display: block;
    }
    .flex-control-paging li a {
        background: transparent;
        border: 1px solid #FC0;
        box-shadow: none;
    }
    .flex-control-paging li a:hover {
        background: #FC0;
    }
    .flex-control-paging li a.flex-active {
        background: #FC0;
    }
    div.quote p.copyq {
        margin-bottom: 40px;
    }
    footer {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  