html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../../Custom/Seamlink3/fonts/MyriadPro-Light.otf') format('opentype');
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #5a5a5a;
}

form {
    height: 100%;
    min-height: 100% !important;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.navbar,
.nav {
    background: rgba(236, 236, 236, 0.8);
    height: 60px;
    transition: all ease 0.5s;
    border: none !important;
    padding: 0;
}

.navbar-fixed-top {
    border-radius: 0 !important;
}

.navbar-brand,
.navbar-brand:focus,
.navbar-brand:active,
.navbar-brand:hover {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    transition: all ease 0.5s;
}

    .navbar-brand img {
        height: 60px;
    }

.navbar-top {
    padding: 0;
    border: none !important;
}

    .navbar-top.navbar {
        background: transparent;
        padding: 0;
        border: none !important;
    }

    .navbar-top .navbar-brand {
        margin-top: 100px;
        padding: 0;
    }

        .navbar-top .navbar-brand img {
            height: 82px;
        }

.navbar-toggle {
    border: none;
}

.nav-divider {
    float: left;
    background-color: transparent !important;
    padding: 15px 5px;
    margin: 0 !important;
    color: #999;
}

.btn-primary {
    background-color: #0268BD !important;
    border-color: #fff;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        border-color: #fff;
        box-shadow: 0 0 2px #fff;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    padding: 20px 0 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.banner .container,
.banner .item {
    min-height: 500px;
    height: 100vh;
    position: relative;
}
/* Since positioning the image, we need to help out the caption */
.banner-caption {
    z-index: 10;
    position: absolute;
    bottom: 10vh;
    left: 150px;
    transition: all ease 0.5s;
}

    .banner-caption h1 {
        font-family: 'MyriadPro-Light', Open Sans, Arial;
        font-size: 5em;
        color: #ff0000;
    }

    /* Bump up size of carousel content */
    .banner-caption p {
        font-size: 15px;
    }

.banner-inner > .item.home1 {
    background: url(_img/bkg.home.jpg) top right no-repeat;
    background-size: contain;
}

/* stripes */

.page-stripe {
    position: relative;
    padding: 20px 0 30px;
}

    .page-stripe h2 {
        font-family: 'MyriadPro-Light', Open Sans, Arial;
        font-size: 5em;
        color: #ff0000;
        margin: 40px 0 20px;
        line-height: 0.9em;
    }

    .page-stripe h3 {
        font-family: 'MyriadPro-Light', Open Sans, Arial;
        font-size: 3em;
        color: #4D5B53;
        margin: 30px 0 20px;
    }

.page-stripe-about {
    background-color: #f9f9f9;
}

.about-image-theme {
    background-image: url(_img/bkg.about.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    margin: -20px 0 -30px;
}

.exp-theme {
    font-family: 'MyriadPro-Light', Open Sans, Arial;
    background-color: #F9F9F9;
    height: 800px;
    margin: -20px 0 -30px;
    font-size: 2em;
    font-weight: lighter;
}

    .exp-theme h4 {
        font-family: 'MyriadPro-Light', Open Sans, Arial;
        font-size: 1.6em;
        color: #ff0000;
        margin: 80px 0 0px;
    }

.page-stripe-gatewaybox {
    padding: 0;
    background: transparent url(_img/bkg.stripe2.jpg) center center no-repeat;
    background-size: cover;
}

    .page-stripe-gatewaybox h2,
    .page-stripe-gatewaybox h3 {
        color: white;
    }

    .page-stripe-gatewaybox .container {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: transparent;
    }

.page-stripe-contacts {
    background-color: #fff;
    text-align: left;
}

.buffer-before {
    margin-top: 40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 991px) {

    .navbar-top .navbar-brand {
        margin-top: 80px;
    }

    .banner .container,
    .banner .item {
        height: 80vh;
    }

    .banner-caption {
        left: 0;
    }

        .banner-caption h1 {
            font-size: 4em;
        }

    .exp-theme {
        margin: 0;
        height: auto;
    }
}

@media (max-width: 767px) {

    .navbar-top.navbar {
        background: rgba(236, 236, 236, 0.8);
    }

    .navbar-top .navbar-brand {
        margin-top: 0;
        padding: 0;
    }

        .navbar-top .navbar-brand img {
            height: 60px;
        }

    .banner .container,
    .banner .item {
        height: 80vh;
    }

    .banner-caption {
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(236, 236, 236, 0.8);
    }

        .banner-caption h1 {
            font-size: 2.5em;
            text-align: center;
            padding: 15px;
        }

    .page-stripe-gatewaybox .container {
        background-color: rgba(0,0,0,0.5);
    }
}

#map-container {
    height: 400px;
}
