/* Space out content a bit */
@font-face {
    font-family: 'calibriregular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibri-webfont.woff') format('woff'), url('fonts/calibri-webfont.ttf') format('truetype'), url('fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibrib-webfont.woff') format('woff'), url('fonts/calibrib-webfont.ttf') format('truetype'), url('fonts/calibrib-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibriitalic';
    src: url('fonts/calibrii-webfont.eot');
    src: url('fonts/calibrii-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibrii-webfont.woff') format('woff'), url('fonts/calibrii-webfont.ttf') format('truetype'), url('fonts/calibrii-webfont.svg#calibriitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'calibriregular', arial, helvetica, sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    height: 35px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}
.footer > p {
	display: none;
}

/* Customize container */
@media (min-width: 999px) {
    .container {
        max-width: 998px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.bgwrapper img {
    margin: 0 auto;
}

.aboutbgwrapper {
    background-image: url(images/about-banner-bg.jpg);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.banner {
    width: 100%;
    height: auto;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
    font-size: 1.1em;
}

.nav > li {
    float: left;
    margin-top: 5px;
}

a {
    color: #989797;
    text-decoration: none;
}

.nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus {
    color: #fff;
    background-color: #989797;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.large {
    font-size: 1.2em;
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .col-md-2 {
        width:20%
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */ .header, .marketing, .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 0px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px) {
    .header, .marketing, .footer {
        padding-right: 0;
        padding-left: 0;
    }

    .visible-xs-block {
        margin-bottom: 5px;
    }

    div.pull-right {
        float: left !important;
        width: 100%;
    }

    nav {
        text-align: center;
        height: 33px;
    }

    ul.nav {
        display: inline-block;
        margin: 0 auto;
    }

    .nav > li {
        margin: 3px 0;
    }
}

@media (max-width: 479px) {
    .nav > li > a {
        padding: 3px 5px;
    }
}
