@charset "utf-8";
/* CSS Document */
body {
	font-size:1.35em;
	  
}
.bannerText {
    font-size: 1.20em !important;
}

#top-header {
	position: fixed;
	background: #222461 !important;
	    z-index: 100000;
    
    
	line-height: 1em;
	width:100%;
}
#top-header .container {
    padding-top: 0.75em;
    font-weight: 600;
	width: 80%;
    max-width: 1080px;
    margin: auto;
	padding-bottom: 0.75em;
}
.top-email a, a:visited {color:#FFF;
}

/**** nav bar***/
.nav-holder {
	width:100%;
	background-color: #fff;
}
.nav-container {width:80%;
}
.navbg{background-color: #fff;}
.nav-links a, a:visited{color:#707070 !important;
font-size:1.0em !important;}
.nav-links a:active, a:hover{color:#d47229 !important;}
.nav-links .current-page {color:#D47229 !important;}
/*.header-logo {max-width:220px;}*/

.pt-top {padding-top:8em;}

/*****  jumbotron image *******/
.jumbotron img {
	padding: none !important;
	border-style: solid;
  border-width: 5px;
	
 max-width: 100%;
  
	border-color: #222461;
	background-color: #FFF !important;
	
}

.site-container {
	padding-top: 250px;
}

.contactform-messages {
    display: none;
}
.active {
    display: block;
}

@media (max-width: 445px) {
  .jumbotron {padding-top:10em !important;}
  }

/***** header colors *****/
h1, h2, h3, h4, h5, h6 {color:#d47229 !important;}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*width: 100%;*/
	text-align: center;
	max-width:200px !important;
}

.bg-blue {background-color:#222461;}

.font-copy{font-size:.5em;}