body{
	font-family: "Myriad Pro","Times New Roman",sans-serif,Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2em;
}

h1 {
	font-size: 3em;	
}

.brand-logo{
	max-height:70px;
	margin-top:-14px;	
}

#logo-container {
	position:absolute;
	background-image:url(../img/trans_background_80.png);
	margin-left: 40px;
	margin-top: 70px;
	z-index: 101;
	width: 400px;
	padding: 20px;
	border: 1px solid #ffffff;
	border-radius: 5px;

}
.header-container{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;	
}

#logo-container img{
	width:100%;	
}

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

.spacer-bottom{
	margin-top:60px;
	margin-bottom: 60px;
}

.line {
	border-top: none;
	border-bottom: 1px solid #ccc;
	margin-top: -50px;
	padding-top:50px;
}

.full-width {
	width:100%;	
}
.round {
	border-radius: 100%;	
}

.footer-container{
	background-color:#2c4a8f;	
}

.title-image{
	margin-bottom:40px;	
}

.image-text {
	height:120px;	
	color:#ffffff;	
	font-style:italic;
}
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

font-size:100px;
}
	
#logo-container {
	position:inherit;
	background-image:none;
	margin-left: 0px;
	margin-top: 60px;
	z-index: 101;
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: none;
}

.small-image-container{
	position:relative;	
}

.panel-default .panel-heading{
	background-color:#fff;	
}

@media (max-width: 1199px){
.image-text {
	height:130px;	
}		
}

@media (max-width: 991px){
.image-text {
	height:110px;	
}		
}

@media (max-width: 767px) {

.image-text {
	height:90px;	
	}
	body{
		padding-top:60px;
	}
  #logo-container {
	position:inherit;
	background-image:none;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 101;
	width:100%;
	padding: 0px;
	border: none;
	border-radius: none;

}
#logo-container img{
	width: 70%;
	margin-bottom:50px;
	margin-left:50px;
}
}