body {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 90px;
    font-family: "acumin-pro-wide", sans-serif;
    text-align: left;
    color: #003557;
}
.dark-blue-bg a {
    color: #fff;
    text-decoration: none;
}
.dark-blue-bg a:hover {
    color: #fffeee;
}

.list-size-small
{
    font-size: 14px;
}

/* Navbar */

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 40px;
    height: 4px;
    margin-left: 2px;
}
.navbar-toggle {
    color: #fff;
    padding: 10px;
    min-height: 60px;
}
.navbar-toggle .hamburger-menu {
    font-size: .8em;
}
.navbar-brand>img {
    margin: 10px 10px;
    height: 90%;
    padding: 0px;
    width: auto;
}
.navbar {
    background-color: #0074bc;
    height: 90px;
    border-radius: 0;
}
.navbar-brand {
    padding: 5px;
    height: 80px;
}
.navbar li {
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
.nav>li>a:hover {
    background-color: transparent;
}
.nav a {
    color: #fff;
    padding: 10px 0;
}
.navbar-collapse {
    border-top: 0px;
    background-color: #0074bc;
}
.collapse > li {
    margin-top: 5px;
}
.navbar-header {
    margin-top: -7px;
}

/* Utilities */

.pad-top-bottom {
    padding: 65px 0;
}
.nopad {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
section.last {
    margin-top: 50px;
    ;
}
.notop {
    margin-top: 0;
    padding-top: 0;
}
h3.line {
    border-bottom: 2px solid rgba(0, 53, 87, .25);
    display: inline;
    color: inherit;
}
p.last {
    margin-bottom: 25px;
}
ul {
    text-align: left;
}
ul.left-address,
ul.right-address {
    padding-top: 10px;
    text-align: center;
}
.indent {
    padding-left: 15px;
}
.margin-left-10 {
    margin-left: 10px;
}

/* Hero */
.jumbotron {
    background: url(../img/heroadjusted.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
    color: #fff;
    margin-bottom: 0;
    border-bottom: 10px solid #003557;
}
.container-bg {
    width: 100%;
    background-color: #003557;
    min-height: 40px;
    margin-top: 50vh;
}

.container-content {
    position: absolute;
    width: 100%;
    margin-top: -35px;
    text-align: center
}

.heading1 {
    position: relative;
    font-size: 4.5em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -0.04em;
}
.heading2 {
    position: relative;
    display: inline-block;
    font-family: 'Yellowtail', cursive;
    font-weight: 100;
    font-size: 2.5em;
}
.heading3 {
    font-size: 1.75em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -0.04em;
}
.heading4 {
    display: inline-block;
    font-family: 'Yellowtail', cursive;
    font-weight: 100;
    font-size: 2em;
    letter-spacing: -0.02em;
}

/* About */
.about hr {
    border-width: 2px;
    border-color: rgba(0, 53, 87, .25);
}
.about h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4em !important;
    padding: 8px 0 0 0;
    text-align: center;
}
.about h3 {
    text-align: center;
}
.about {
    margin-top: 15px;
}
.amenities {
    font-size: 1em;
    padding-left: 10px;
}
.list-top-pad {
    padding-top: 15px;
    margin-left: 5px;
}

/* NAP Section */
.nap img {
    margin-bottom: 15px;
    width: 70%;
    margin-left: 15%;
}
.nap li {
    font-size: 1.1em;
    padding: 0;
}
li .last {
    margin-bottom: 10px;
}
.li-head {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.li-info {
    display: inline-block;
}

/* Weather Styles */
.weatherResults span {
    display: block;
}
.weatherHeader {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    font-size: 1.4em;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.weatherResults .results {
    padding-left: 15px;
    line-height: 2.9em;
}
.weatherForecast {
    text-align: center;
    font-size: 2.5em;
}
.pad-left-50 {
    padding-left: 50px;
}
.weatherTitle {
    display: block;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    font-size: 1.1em;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.wi {
    font-size: 1.5em;
    padding: 0 10px 0 0;
}
#weather {
    background-color: #0074bc;
    color: #fff;
    padding: 10px;
}
#weather .small {
    font-size: 8px;
    text-align: center;
}
/* News Items */
.news img {
    margin: 0;
    padding: 0;
}
.news-title {
    line-height: 1.1em;
    margin-top: 0;
    display: block;
}
.news-source {
    text-transform: uppercase;
    font-size: .8em;
    margin-top: 10px;
    display: block;
}
.news-date {
    font-size: .8em;
    margin-top: 0;
    display: block;
}

/* Affiliate Slider */
.affiliates {
    padding: 20px;
    background-image: url(../img/fluffy-clouds.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    border-bottom: 8px solid #003557;
    border-top: 8px solid #003557;
}
.carousel-control {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    width: 44px;
    height: 44px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003557;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=50);
}
.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}
.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    color: #0074bc;
    z-index: 10;
}
#affiliateSlider .affiliate-content {
    /*height: 24vh;*/
}
#affiliateSlider .affiliate-content p {
    padding: 10px;
    font-size: .8em;
    font-weight: 100;
}
#affiliateSlider .affiliate-content {
    margin-top: 110px;
    font-weight: 700;
}
.carousel-indicators {
    position: absolute;
    bottom: 100%;
    margin-bottom: -90px;
    left: 0;
    z-index: 15;
    width: 70%;
    padding-left: 0;
    margin-left: 15%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 -6px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    color: #95a5a6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 10px;
}
.carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0 0 0 -6px;
    color: #3498db;
    background: transparent;
    position: relative;
    z-index: 10;
}
.affiliate-title {
    text-align: center;
}
.btn-primary {
    background-color: #0074bc;
}

/* Footer */
footer {
    background-color: #3498db;
    color: #fff;
    font-size: .8em;
    padding-bottom: 4vh;
    padding-top: 2vh;
}
footer a {
    color: #fff;
}

/*--------------- Facility Page --------------*/
.facts {
    text-align: center;
    width: 100%;
    font-family: 'Cabin', sans-serif;
}
.facts h3 {
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 700;
}
.letter-spacing {
    letter-spacing: 1px;
}
.dark-background {
    background-color: #272b2e;
}
/*.dark-background h1,
h3,
h4,
h5 {
    color: #f9f9f9;
} */
.letter-spacing-2 {
    letter-spacing: 2px;
    color: #466bb0;
}
.strong {
    font-weight: bold;
}
.icons {
    max-width: 150px;
    margin: 0 auto;
    height: 150px;
}
.facility ul{
    line-height: 1.5em;
    text-transform: uppercase;
}
.facilities {
    border-top: 20px solid #0074bc;
    border-bottom: 20px solid #003557;
}
.facilities-hero {
    border-top: 10px solid #003557;
    border-bottom: 10px solid #003557;
    padding-left: 0;
    padding-right: 0;
}
/*--------------- CORPORATE PAGE -------------*/
/* Header */
.header {
    background: url(/img/Lux--Hangar-old.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
}
/* Position this where you want it, if you want it */
.header .content {
    color: #fff;
    padding: 270px 0 0 150px;
}
.header h1 {
    margin-top: 0;
}

/* Bio Section */
.corporate {
    text-align: center;
}
.corporate-slogan {
    background-color: #0074bc;
    color: #fff;
}
.corp-info{
    padding-top: 20px;
    font-size: 1.2em;
}
.corp-info img {
    padding-top: 10px;
}
.corp-info h2{
    padding: 10px 0;
    border-bottom: 1px solid gray;
    margin: 0; 
    display: inline-block;
}
.corp-info p {
    margin-top: 10px;
}
.corporate-hero {
background-image: url(../img/lux-air-hangar-wide.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
min-height: 50vh;
}
.bio {
    padding: 10px 0;
    text-align: center;
}
.bio p {
    padding: 10px 20px 0 20px;
}
.bio .last {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}
.bio-section {
    padding-bottom: 20px;
}
.bio img {
    height: 50vh;
    width: auto;
    margin: 0 auto;
}
#sticky-form {
    right: 30px;
    top: 95px;
}
.affix-top,
.affix-bottom {
    right: 35px;
    position: absolute;
}
.affix {
    right: 35px;
    top: 95px;
}

/*Not happy with how this is coded but folding up on it for now. */
.dark-blue-bg {
    padding-bottom: 5px;
    background-color: #0074bc;
    color: #fff;
}
.blue-bg-heading {
    padding-bottom: 5px;
    background-color: #0074bc;
    color: #fff;
}

/*--------------- CONTACT PAGE -------------*/
#contact {
    margin-bottom: 40px;
}
#contact hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
#contact .fa:hover {
    transition: 2s;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.info {
    /*  border-right: 2px solid black; */
}
.form-bg {
    background-color: #003557;
    color: #fff;
    padding: 28px 20px;
    border-radius: 7px;
    margin-top: 10px;
}
.form-bg p {
    color: #fff;
    text-align: center
}
.form-bg span {
    font-size: 14px;
    color: #fff;
}

/* Contact Result Popup Style */
.alert-danger .fa,
.alert-success .fa {
    padding-right: 10px;
    font-size: 30px;
}

/* Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-2x {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hiring-hero
{
    background: url(../img/now-hiring-hero.jpg) no-repeat;
    height: 50vh;
    background-size: cover;
}

.apply-now
{
    margin-top: 20px;
    padding-top: 20px;
    background: #003557;
    height: 250px;
    text-align: center;
}

.apply-now p 
{
    color: #fff;
}

.list-styled
{
    list-style: inside;
}

.headline
{
    background: #003557;
    color: #fff;
    padding: 10px
}

.mobile-btn
{
    margin: 10px;
    padding: 20px;
}

/* Responsive */
@media (min-width: 992px) {
    
    .hiring-hero
    {
        background-position: center;
    }
    
    .promo-vid
    {
        margin-top: 30px;
        padding: 5px;
    }
    
    .navbar li {
        font-size: .8em;
        margin-top: 20px;
        padding: 0 5px;
    }
    .nav > li > a.active {
        color: #fff;
        background-color: #0074bc;
        border-bottom: 1px solid #fff;
    }
    .navbar li {
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
        transition: border-color .5s ease-in-out;
        border-bottom: 1px solid transparent;
    }
    .navbar li:hover {
        border-bottom-color: #fff;
    }
    #affiliateSlider .carousel-control.left {
        left: 0;
    }
    #affiliateSlider .carousel-control.right {
        right: 0;
    }
    #affiliateSlider .affiliate-content p {
        padding: 10px 200px;
        font-size: 1em;
        font-weight: 100;
    }
    .heading h2 {
        text-align: center;
        font-size: 4.5em;
        font-weight: 700;
        margin-top: 40px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .carousel-inner h2 {
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: bold;
    }
    .list-top-pad {
        padding-top: 25px;
        margin-left: 25px;
    }
    .amenities {
        font-size: 1.4em;
        line-height: 1.5em;
        padding-left: 10px;
    }
    .nap img {
        width: 100%;
        margin-left: 0;
    }
    .about h2 {
        text-align: left;
    }
    /* Weather Styles */
    .weatherHeader {
        padding-left: 0;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .weatherTitle {
        font-size: 1em;
        padding: 0;
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-bottom: 15px;
        border-bottom: 1px solid white;
    }
    .weatherResults .results {
        padding-left: 15px;
        line-height: 2.4em;
    }
    .weatherForecast {
        font-size: 2.3em;
        text-align: center;
        padding: 0;
    }
    .pad-left-50 {
        padding-left: 35px;
    }
    .wi {
        font-size: 1.5em;
        padding: 0 10px 0 0;
    }
    #weather {
        background-color: #0074bc;
        color: #fff;
        padding: 10px;
    }
    span.last {
        padding-bottom: 25px;
    }
    ul.left-address {
        text-align: right;
    }
    ul.right-address {
        text-align: left;
    }
    .bio {
        text-align: left;
    }
    .bio p img {
        width: 30%;
        height: auto;
        margin: 0 20px 0 0;
        padding: 0;
    }
    .stick {
        position: fixed;
        top: 95px;
        right: 85px;
    }
    .corporate {
    text-align: left;
    }
    .corporate-hero {
        background-image: url(../img/lux-air-hangar-wide.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        min-height: 492px;
}
}

@media(min-width:1200px) {
    #affiliateSlider .carousel-control {
        margin-top: -60px;
    }
    #affiliateSlider .carousel-indicators {
        border: none;
    }
    #affiliateSlider .carousel-indicators li {
        border: none;
        opacity: 0.3;
        width: 16.6%;
        text-align: center;
    }
    #affiliateSlider .carousel-indicators li img {
      width: 100%;
    }
    #affiliateSlider .carousel-indicators li.active {
        opacity: 1;
        color: red;
    }
    .navbar li {
        font-size: 1.1em;
        margin-top: 20px;
        padding: 0 5px;
    }
    .sticky-pad {
        margin-bottom: 100px;
    }
    .heading3 {
    font-size: 3.5em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -0.04em;
}
.heading4 {
    display: inline-block;
    font-family: 'Yellowtail', cursive;
    font-weight: 100;
    font-size: 3.5em;
    padding-left: .5em;
}
}

@media(min-width:1366px) {
    body {
        text-align: left;
    }
    .container-bg {
        min-height: 60px;
        margin-top: 45vh;
    }
    .container-content {
        position: absolute;
        width: 100%;
    }
    .jumbotron {
        height: 70vh;
    }
    .heading1 {
        position: absolute;
        left: 10vw;
        top: -4vh;
        font-size: 7.5em;
        letter-spacing: -0.04em;
    }
    .heading2 {
        position: absolute;
        top: 1.5vh;
        font-weight: 100;
        font-size: 4.5em;
    }
    .navbar li {
        font-size: 1em;
        padding: 0 15px;
    }
    .about {
        padding: 0 20px;
    }
    .about h2 {
        font-size: 1.2em;
    }
    .press {
        padding: 0px;
    }
    section p {
        font-size: 1.075em;
/*        padding-right: 50px*/
    }
    hr.about-main {
        margin-right: 50px;
    }
}

@media(min-width:1920px) {
    body {
        padding-top: 80px;
    }
    .jumbotron {
        height: 80vh;
    }
    .container-bg {
        min-height: 70px;
        margin-top: 60vh;
    }
    .container-content {
        position: absolute;
        width: 80%;
        margin-left: 10%;
        margin-top: -8vh;
    }
    .heading1 {
        top: 0;
        left: 0;
        font-size: 9.5em;
        position: relative;
        display: inline;
        vertical-align: middle;
        letter-spacing: -0.04em;
    }
    .heading2 {
        top: 0;
        left: 0;
        position: relative;
        margin-left: 85px;
        display: inline;
        vertical-align: middle;
        font-weight: 100;
        font-size: 6.5em;
    }
    .navbar-brand>img {
        margin: 15px 15px;
        height: 100%;
        padding: 0px;
        width: auto;
    }
    .navbar {
        background-color: #0074bc;
        min-height: 90px;
        border-radius: 0;
    }
    .navbar-brand {
        padding: 5px;
        height: 80px;
    }
    .corporate-hero {
        min-height: 590px;
    }
}

.color-white {
    color: #fff;
}
.reserve-cta {
    background: url(../img/hanger-day.jpg) no-repeat center bottom;
    width: 100%;
    background-size: cover;
    height: 75vh;
    position: relative;
    
}

.cta-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
}

.facility-cta {
    background: url(../img/hanger-night.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 75vh;
}
