/* Add here all your CSS customizations */

.page-header {
	color:black;
	height: 12px;
	opacity:0.85;
}

.header-column {
	opacity:1.0;
}

#header{
	opacity:1.0;
	color:#D2C3C3;
}

ul.nav-pills > li > a {
	background-color: #203B5B;
	color:#fff;
}
.social-icons li:hover.social-icons-linkedin a {
	background: #203b5b;
}
.list-icons > li > i {
	background: #203b5b;
}

.featured-box{
	background-color: #203b5b;
}
/*iconcolor*/
i.yellow	{
	color: #FBE91F;
}

a.footlinks {
	color:#FBE91F;
}

.fa-check:before{
	color:#FBE91F;
}

/*
ul.list-icons-style-3 {
	background-color: #203B5B;
	color:#fff;

}*/

h5.mb-sm {
	color:#333;
	text-decoration: underline;
}

.header-semi-transparent {
	opacity: 0.6;
}

.foots {
	color: black;
}

/*this
.jumbotron {
    margin-bottom: 0px;
    background-position: 0% 25%;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}
*/



/*new footer info*/
.footer-distributed{
	background-color: #203b5b;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
*/


/*3/14 check out*/

.btn-info.dropdown-toggle {
	border-left-color: #203b5b;
}


@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		-webkit-transition: margin-top 0.2s ease;
		-moz-transition: margin-top 0.2s ease;
		transition: margin-top 0.2s ease;
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		margin-top: -10px;
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
		margin-top: 0;
	}
}


.nav-pills > li > a {
	background-color: #203b5b;
	color:#FBE91F;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #FBE91F;
	background-color: #203b5b;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #FBE91F;
	background-color: #337ab7;
}

a {
	color: #203B5b;
}

hr > h4.heading-primary {
	color:#203b5b;
}



/*3/15*/

html ul.nav-pills-primary a:hover {
	color: #0099e6;
}

i.fa-bars{
	color:#FBE91F;
}

.iframe-wrap{
	text-align: center;
}




