body {
    padding-bottom: 60px;
    background: url('../images/background.jpg');
    font-family: 'Open Sans', sans-serif;
}

.adjust {
    height: 250px !important;
}

.secondary-color {
    color: rgb(42, 181, 222);
}

.secondary-background {
    background-color: rgb(42, 181, 222);
    border-radius: 12px 0 0 12px;
    color: black;
}

.gray-background {
    background-color: #eee;
    border-radius: 12px;
}

.white-background {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
}

.table-height {
    height: 296px;
}

@media screen and (max-width: 750px) {
    .res_image {
        width: 100% !important;
    }
}

.navbar-brand {
    padding: 0;
}

.navbar {
    background-color: #222 !important;
}

.navbar-default {
    position: fixed;
    z-index: 50;
    width: 100% !important;
    border: none !important;
}

.navbar-brand .fa {
    float: left;
    margin-top: 6px;
}

.navbar-brand .subtext {
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
}

.slide {
    margin-top: 50px;
    background-repeat: no-repeat !important;
    position: relative;
    background-size: 100%;
    background-image: url('../images/handshake.jpg');
    height: 410px;
    border-radius: 0 0 12px 12px;
}

.header-internal .slide {
    height: 215px;
}

.slide .cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #222;
    background-color: rgba(42, 181, 222, 0.8);
    width: 45%;
    padding: 6px;
    border-radius: 12px;
}

.slide .brand {
    position: absolute;
    top: 10px;
    left: 26px;
    color: white;
    text-shadow: 2px 2px 8px #000000;
}

.slide .brand span {
    /*-webkit-text-stroke: 1px #333;
    text-stroke: 1px #eee;*/
}

.slide .cost {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Permanent Marker', cursive;
    font-size: 26px;
    color: white;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
}

.slide .brand .fa {
    float: left;
    font-size: 140px;
}

.slide .brand .tagline {
    display: block;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .slide .brand .tagline {
        font-size: 32px;
        margin-top: 20px;
    }
    .slide .brand .fa {
        font-size: 90px;
    }
} 

@media screen and (max-width: 1000px) {
    .slide .brand .tagline {
        font-size: 22px;
        margin-top: 25px;
    }
    .slide .brand .fa {
        font-size: 80px;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: rgb(42, 181, 222);
}

.form-info {
    height: 100px;
}

