/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background: url('../img/background.jpg') no-repeat center center fixed;*/
    background-color: #0e2140;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: 1.5em;
    letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}
.footer {
    font-size: 1em;
    line-height: 1;
    color: #000;
    margin-top: 1em;
    margin-bottom: 1em;
}
hr {
    max-width: 400px;
    border-color: #999999;
}
.orange {
    color: #FF6701;
    font-size: 0.2em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 1em;
}
.golden {
    color: #ffc960;
    font-size: 0.2em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}
.green {
    color: #2dda86;
    font-size: 0.2em;
    letter-spacing: 1px;
    font-weight: bold;
}
.brand,
.address-bar {
    display: none;
}
.navbar-brand {
    text-transform: none;
    font-weight: 900;
    letter-spacing: 1px;
}
.navbar-nav {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
}
.img-full {
    min-width: 100%;
}
.brand-before,
.brand-name {
    text-transform: none;
}
.brand-before {
    margin: 15px 0;
}
.brand-name {
    margin: 0;
    font-size: 4em;
}
.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}
.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}
.intro-text {
    text-transform: none;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}
.img-left {
    float: none;
    margin: 0 auto 0;
}
footer {
    background: #fff;
    width: 100%;
	position: fixed;
    bottom: 0;
}
footer p {
    margin: 0;
    padding: 50px 0;
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
    .top-divider {
        margin-top: 0;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        text-transform: none;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }
    .navbar {
        border-radius: 0;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }
    .nav>li>a {
        padding: 20px;
    }
    .navbar-nav>li>a {
        line-height: normal;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
    }
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
.carousel {
    margin: 0 auto;
    padding: 0;
}

.home_carousel{width: 16em;}
.building_carousel{width: 30em;}

.fb_stuck {
    margin-left: 1em;
    opacity: 0.8;
    width: 2em;
    height: 2em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fb_stuck:hover,
.fb_stuck:focus,
.fb_stuck:active {
    opacity: 1;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
}
#map {
    height: 22em;
    width: 20em;
    margin: 0 auto;
}

.container_margin { margin-bottom: 5em; }

.active a {
    color: #0e2140;
	font-weight: bold;
}