/*
Author: Terry Banks
Updated: February 2017
Notes: Website Custom CSS Template for Bootstrap
*/

/* 	--------------------------------------
	Global Styles
	-------------------------------------- */
body {
	
}

/* 	--------------------------------------
	Typography
	-------------------------------------- */
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 2em;
	color: #011c37;
}
h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h2 {
	font-weight: 700;	
	font-size: 1.5em;
	color: #124f67;
}
h3 {
	font-weight: 700;
	font-size: 1.2em;
	color: #5b8991;
}
h4 {
	font-weight: 400;
	font-style: italic;
	font-size: 1.2em;
}
h5 {
	font-weight: 400;
	font-size: .75em;
	color: #124f67;
}
h6 {
	font-weight: 700;
	font-size: .75em;
	color: #124f67;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #5b8991;
}
p a:link, p a:active, p a:visited {
	color: #124f67;
}
p a:hover {
	color: #124f67;
	text-decoration: underline;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.boldIt {
	font-weight: 700;
	font-style: italic;
}
.center {
	text-align: center;
}

/* 	--------------------------------------
	Navbar
	-------------------------------------- */
.navbar {
	background-color: #011c37;
	margin-bottom: 0px;
	border: none;
	height: 68px;
}
.navbar.nav.navbar-nav ul li a {
    background-color: #001a4b;
    color:#f5f7e2;
}
ul.nav.navbar-nav li a {
	font-family: 'Open Sans', sans-serif;
	color:#b2d4d3;
}
.navbar ul li a:link {
	font-family: 'Open Sans', sans-serif;
	color:#f5f7e2;
	font-size: 1em;
	font-weight: 700;
}
.navbar ul li a:active {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 1em;
	font-weight: 700;
}
.navbar-brand {
	margin-top: 0px;
	padding-top: 2px;
}
/* This controls the colors of the nav menu */
#my-navbar-collapse-1 {
	background-color: #011c37;
}
.navbar-collapse ul li.active a {
	background-color: #124f67 !important;
}
.navbar-collapse ul li a:link, .navbar-collapse ul li a:active, .navbar-collapse ul li a:visited {
	color:#fff !important;
}
.navbar-collapse ul li a:hover {
	color: #5b8991 !important;
}
/*-----------------------------------------*/
/* This centers the nav menu in the navbar*/
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
  min-height: 68px;
}
/*--------------------------------------*/
 a.navbar-brand {
 	min-height: 68px;
 }
ul.dropdown-menu {
	background-color: #153b3a;
}
ul.dropdown-menu li a:hover {
	background-color: #2c7472;
}

/* 	--------------------------------------
	Layout
	-------------------------------------- */
#main {
	margin-top: 68px;
	padding-bottom: 10px;
}
ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #5b8991;
}
ol {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #5b8991;
}
#thumbsSection h3 {
	color: #2c7472;
	margin-top: 0;
	margin-bottom: 6px;
}
.thumbnail {
	border: none;
}
.imgCenter {
	display: block;
	margin: auto;
	 
}
.imgBoxLeft {
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.imgBoxRight {
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
}
/* 	--------------------------------------
	Carousel
	-------------------------------------- */

.jumbotron {
    margin-bottom: 6px;
    background-image: url(../_images/banner1.jpg);
   	background-size: cover;
    background-repeat: no-repeat;
    /*color: white;*/
    text-shadow: black 0.3em 0.3em 0.3em;
}

.jumbotron h1, .jumbotron h2, .jumbotron p {
	color: #fff;
	text-align: center;
}
.jumbotron h2 {
	
	font-style: italic;
}
.jumbotron .btn {
    font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight: 700;
    text-shadow: none;
    
}

.jumbotron2 {
	margin-bottom: 0px;

	background-image: url(../_images/#);
	background-size: cover;
	background-repeat: no-repeat;
    color: white;
    text-align: center;
}

.bigBanner {
	background-color: #124f67;
	background-image: url(../_images/banner1.jpg);
	min-height: 400px;
}
.ctaBar h3 {
	color: #fff;
	text-align: center;
}

#carousel-example-generic h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #703b1c;
	text-shadow: none;
}
#carousel-example-generic p {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  filter:none !important;
  background-image:none;
  outline: 0;
  opacity: 1;
 }
 .carousel-caption {
 background: rgba(0, 0, 0, 0);
}
/* Vertical Align Test */
.vertical-normal {
  min-height: 60%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 60vh; /* These two lines are counted as one :-)       */
  display: flex;
}

.vertical-center {
  min-height: 60%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 60vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
/*  --------------------------------------
	Divider section
	-------------------------------------- */
.dividerSection {
	padding-bottom: 20px;
}
.dividerLine {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.dividerSection .container {
	
	padding-bottom: 5px;
}
.dividerSection img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 6px;
}
.dividerSection .btn {
	font-weight: 700;
}
.grayBk {
	background-color: #ddd;
}
ul.vBullet {
	list-style-image: url('../_images/bullet1.png');
}

/*  -----------------------------------
	Social Network Bar
    -------------------------------------*/
#socialBar {
	background-color: #0050e2;
}

#socialBar h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
}
#socialBar a:link, #socialBar a:active, #socialBar a:visited {
	color: #fff;
	text-decoration: none;
}
#socialBar a:hover {
	color: #87b1ff;
	text-decoration: underline;
}


/* 	--------------------------------------
	Footer Styles
	-------------------------------------- */
footer {
	background:#011c37;
	color: #fff;
	padding: 20px;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
}
footer p a:link, p a:active, p a:visited {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
}
footer p a:hover {
	color: #ccc;
	text-decoration: underline;
}
footer h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
	color: #b7c6b5;
}
ul.footnav {
	font-size: 1em;
	list-style: none;
	padding: 0;
}
ul.footnav a:link, ul.footnav a:visited {
	color: #f5f7e2;
}
ul.footnav a:hover {
	color: #b7c6b5;
}
footer p a.email {
	font-size: 1.2em;	
	font-weight: 700;
}

.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: .85em;
	font-weight: 400;
	color: #f5f7e2;
	text-align: center;
}

/* 	--------------------------------------
	Media Queries
	-------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
		
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
}

/* Up to small desktop */
@media (max-width: 979px) {
	
}

/* Small desktop & up */
@media (min-width: 979px) {
	
}