@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1C5B7C;
}

.unicorn {
    color: #C52D2F;
}

.logo {
    width: 200px;
    margin-top: -10px;
}

.rss {
    /*background-color: #ECEFF0;*/
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
}

.rss strong {
    font-size: 14pt;
    padding-left: 3px;
}

.home {
    text-align: justify;
}

.content {
    text-align: justify;
}

.gmap strong {
    font-size: 14pt;
}

.side-nav {
    border-top: 5px dashed #ECEFF0;
    font-size: 12px;
}

.side-nav li {
    padding: 10px;
    border-top: 1px solid #ECEFF0;
    border-bottom: 1px solid #ECEFF0;
    background-color: #fafcfd;
}

.size-nav li a:hover {
    text-decoration: none;
}

footer {
    border-top: 1px solid #F3F3F3;
    margin-top: 50px;
    font-size: 12px;
    background-color: #ECEFF0;
}

footer h3 {
    font-size: 15px;
    font-weight: bold;
}

footer a:hover {
    text-decoration: none;
}

footer form .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
}

.footer a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #1C5B7C;
    border-top: 2px solid #C52D2F;
    color: #FFFFFF;
}

.copyright a {
    color: #FFFFFF;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
    /*height: 50px;*/
    font-size: 12px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border-top: 5px solid #1C5B7C;
}

.navbar-content {
    margin-top: 10px;
}

#navbar ul {
    margin-top: 10px;
}

#navbar ul li {
    padding-right: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1C5B7C;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #FFFFFF;
    background-color: #C52D2F;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #C52D2F;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.submenu {
    position: relative;
}

.submenu > .dropdown-menu a {
    font-size: 12px;
    margin-left: 5px;
}

.submenu > .dropdown-menu a:hover, .submenu > .dropdown-menu li:hover {
    background-color: #C52D2F;
    color: #FFFFFF;
}

.submenu:hover > .dropdown-menu {
    display: block;
    top: 80%;
}

.submenu:hover > .dropdown-menu > .submenu:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 90%;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1C5B7C;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
    padding: 0px;
}

#jumbotron {
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

.carousel-caption h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
}

.carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* CUSTOMIZE BUTTONS
-------------------------------------------------- */
.btn-primary {
    background-color: #1C5B7C;
    border-color: #034A80;
}

.btn-default {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}
