
/*!
 * 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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    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;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

a{
    color: #337ab7;
}

a:hover, a:focus{
    color: #23527c;
}

.brand,
.address-bar {
    display: none;
    position: relative;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    list-style-type: none;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.brand img{
    max-height: 250px !important;
}

.brand div{
    display: inline-block;
    width: auto !important;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
}

.intro-text {
    text-transform: uppercase;
    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: #FFFFFF;
    color: #222;
    position: relative;
}

footer p {
    margin: 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: block;
        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;
    }

    .brand a{
        text-decoration: none;
        color: inherit;
    }

    .brand a:hover{
        text-decoration: none;
    }

    .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: uppercase;
        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;
    }

    .nav a {
        padding: 35px;
    }

    .navbar-nav a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

html, body{
    min-height: 100%;
}

.btn-default{
    background-color: transparent !important;
    color: black;
}

.btn-default:hover{
    background-color: #FFF !important;
    color: #222 !important;
}

.btn-primary {
    color: #fff;
    background: #00BBFC;
    border-color: #00BBFC;
}

.btn-primary:hover {
    background: #3A92D7;
    color: #222;
    border-color: #3A92D7;
}

#social-links{
    text-align: center;
    font-size: 40px;
    color: #b7a933;
}

#social-links a{
    color: #b7a933;
}

#social-links a:hover{
    color: #b7a933;
}

#contactInfo{
    color: #222;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
}

#contactInfo a{
    color: #222;
}

#contactInfo a:hover{
    color: #222;
}

#contactInfo i{
    margin-right: 8px;
}

/*Calendar*/
.day .event-slot.event {
    background-color: #028fcc;
}

.flexContainer{
    border: 1px solid #028fcc;
    border-collapse: collapse;
}

.flexContainer .today {

}

.flexColumn{
    border-bottom: 1px solid #028fcc;
    border-right: 1px solid #028fcc;
}

.flexContainer .day {
    border-bottom: 1px solid #028fcc;
    border-right: 1px solid #028fcc;
    background-color: white;
}

.flexContainer .inactive{
    background-color: white;
}

.calendarContainer{
    margin: 0 auto;
    padding-right: 15px;
}

.calendarContainer .container{
    max-width: 100%;
    padding-right: 15px;
}

.group-section-holder{
    padding-right: 15px;
}

/*Tab Section*/
.tabSection .tabs .tab-selected {
    color: white;
    background-color: #028fcc;
}

.tabSection .tabs .tab-unselected {
    color: #028fcc;
    background-color: white;
}

.tabSection .tabs .tabButton {
    transition: 400ms;
}

.tabSection .buttons .tabButton {
    padding: 0 15px;
    font-size: 18px;
    width: 200px;
    vertical-align: text-top;
}

.tabSection .buttons .tabButton .tabTitle {
    padding: 0 15px;
    font-size: 18px;
}

.tabSection .buttons .tab-selected {
    color: #028fcc;
    background: none;
}

.tabSection .buttons .tab-unselected {
    color: #028fcc;
    background: none;
}

.tabSection .buttons .tabIcon {
    border: 1px solid #028fcc;
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
    transition: 400ms;
}

.tabSection .buttons .icon-selected {
    background-color: #028fcc;
    color: white;
}

.tabSection .buttons .icon-unselected {
    background: none;
    color: #028fcc;
}

/*Backgrounds*/
.primaryBackground {
    background-color: #028fcc;
    color: white;
}

/*padding stuff*/
.fus-section > .container{
    padding: 0;
    width: 100%;
}

.container .row{
    margin: 0;
}

.fus-section{
    padding: 0 8px;
}

.group-section-holder{
    padding: 0;
}

.group-section-holder > .col-xs-12{
    padding: 0;
}

/*Footer*/
footer {
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

footer a {
    color: #028fcc;
}

footer #social-links, #adminLogin, #copyright, #websitesByFinalweb {
    text-align: center;
}

footer a:hover {
    color: #026fac !important;
}


/*Menu stuff*/

.navbar-header .navbar-nav > li > a {
    margin: 10px 10px;
}

body .navbar-header .navbar-brand {
    padding: 2px;
}

.navbar-header #logoText {
    color: #333;
    font-size: 18px !important;
    padding-top: 5px;
    font-weight: bold;
}

#logoContainer a:hover {
    text-decoration: none;
}

.navbar-header .navbar-brand img {
    max-height: 100%;
}

body .navbar .navbar-header .navbar-brand {
    font-size: 22px;
    font-weight: bold;
    line-height: 90%;
}

.fus-white-bg{
    color: #000;
}

.noWrapperGroup{
    color: #FFF;
}

.fus-white-bg .login{
    color: white;
    background-color: rgba(0,0,0,.25);
}

.group-placeholder{
    color: inherit !important;
}

.static-page .container {
    background-color: #FFF;
}

@media (max-width: 767px){
    .carousel-indicators{
        display: none !important;
    }

    .main-header{
        display: none;
    }

    .navbar-header #logoText{
        color: #555;
    }

    .navbar-default{
        background: #FFF;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus{
        background: #e7e7e7;
    }

    .navbar-default a{
        color: #555 !important;
    }
}

.navbar-brand {
    align-items: center;
    display: flex;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    height: 100%;
}

@media (max-width: 480px) {
    .navbar-brand {
        max-width: 210px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 22px
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }
}

@media (min-width: 1382px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 34px;
    }
}

.navbar-header #logoImage {
    max-height: 55px !important;
    height: auto !important;
}

.fus-section, .fus-section > .container {
    position: relative;
}

.fus-section{
    padding: 25px;
}

#detailsBox h1{
    font-size: 30px;
}
