/*!
 * 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/chess.jpg') #28487c no-repeat center center fixed;*/
	background: #28487c no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    /*font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	/*font-family: 'Quattrocento', serif;*/
	/*font-family: 'Crimson Text', serif;*/
    font-weight: 700;
   /*letter-spacing: 1px;*/
}



p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 1110px;
/*    border-color: #00a1e1;*/
	border-color: #d9232e;
}

.extra-bottom-margin {
	margin-bottom: 40px;
	}
.extra-top-padding {
	padding-top: 30px;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline {
	background: #d9232e;
	color: white;
	font-size: 1.6em;
	font-weight: 700;
	padding: 10px;
	margin-top: 30px;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.header-row {
	/*background: rgba(255,255,255,0.2);*/
	background: #28487c;
}
.box {
    margin-bottom: 20px;
    padding: 20px 15px 30px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.box ul>li {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
    /*letter-spacing: 1px;*/
	color: #163372; /*dark blue*/
	/*color: #d9232e; 	red*/
	
}

.highlight-text {
	color: #d9232e;
}

.body-heading {
	text-transform: capitalize;
	font-size: 1.4em;
	color: #163372;
	}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.panel-default > .panel-heading {
    background-color: #e5eae4;
    border-color: #ddd;
    color: #333;
}

footer {
    background: #fff;
    /*background: rgba(255,255,255,0.9);*/
	background: rgba(0, 161, 225, 0.7) none repeat scroll 0 0;
}

footer p {
    margin: 0;
    padding: 20px 0;
	color: #fff;
	
}

.brand > a {
	color: inherit;
	text-decoration: none;
}

.brand > a:hover {
	color: inherit;
	text-decoration: underline;
}

.locations p {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	}

@media screen and (min-width:768px) {
   .brand {
        display: inherit;
        margin: 0;
        padding: 22px 0 10px;
        text-align: center;
	   text-shadow: 2px 1px 1px rgba(217,35,46,0.9);
        /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
        /*font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-family: 'Quattrocento', serif;
		font-family: 'Crimson Text', serif;*/
	   	font-family: 'Open Sans', serif;
        font-size: 4em;
        font-weight: 700;
        line-height: normal;
/*        color: #d9232e;*/
	   color: white;
		text-transform:capitalize;
		letter-spacing: 3px;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
	.img-right {
        float: right;
        margin-left: 15px;
    }

    .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;
       /* background: rgba(255,255,255,0.9);*/
	   background: rgba(0, 161, 225, 0.7) none repeat scroll 0 0;
    }
	
	.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
    font-weight: bold;
}


    .nav>li>a {
        padding: 20px 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media (max-width: 767px) {
	.navbar-default .navbar-brand {
		color: #d9232e;
	}
	
	.navbar-default .navbar-nav > li > a {
    color: #163372;
	font-weight: bold;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}