body, header, p, h1, h2, h3, h4{
	font-family: 'PT Sans', sans-serif;;
}
body{
	margin: 0;
}


h3{
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.inline{
	display: inline;
}
.blue{
	color: #003186;
}
.white{
	color: white;
}
.green{
	color: #0099a7;
}

hr.blue{
	border-top: 1px solid #00315f;
}

a{
	color: #003186;
	text-decoration: underline;
}
.nomargin{
	margin:0
}
.nomargin-top{
	margin-top:0;
}

#header{
	background-color:#00315f;
	height: 200px;
	border-bottom: 5px solid #cacaca;
}
@media (max-width: 575px) {
	#header{
		height: auto;
	}
}
#header .nav1{
	margin-top:30px;
}
#header a.nav-link{
	display: inline-block;
	color: white;
	font-size: 110%;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	padding: .1rem 0.5rem;
}
@media screen and (max-width: 1199px) {
	#header a.nav-link{
		font-size: 105%;
		padding: .0.5rem 0rem;
	}
#header .nav1{
		margin-top:25px;
	}	
}
@media screen and (max-width: 991px) {
	#header a.nav-link{
		font-size: 102%;
		padding: .0.5rem 0.1rem;
	}	
}
@media screen and (max-width: 767px) {
	#header a.nav-link{
		font-size: 100%;
		padding: none;
		padding: .0.5rem 0rem;
		line-height: 1;
	}	
}
@media (max-width: 575px) {
	#header a.nav-link{
	font-size: 105%;
	padding: none;
	padding: .0.5rem 0.2rem;
	}
}

#header a.nav-link:hover{
	border-bottom: 3px solid white;
}
#header a.nav-link.nav-small{
	font-size: 15px;
	text-transform: uppercase;
}
#header a.nav-link.nav-header:hover{
	border-color: transparent;
}
#header a.nav-link.nav-link-small {
	text-decoration: underline;
}
#header a.nav-link.nav-link-small:hover {
	text-decoration: none;
}
#header a.nav-header{
	font-size:19pt;
	letter-spacing:1px;
	text-transform: uppercase;
}
.nav-menu{
	text-align: right;
}
@media (max-width: 575px) {
	#header a.nav-header{
		font-size:15pt;
		margin-bottom: 15px;
	}
	.nav-menu{
		text-align: center;
	}
}


#logo{
	width: 300px;
	height: auto;
	margin-top:13px;
}
@media screen and (max-width: 991px) {
	#logo{
		width: 100%;
		height: auto;
		max-width: 300px;
		margin-top: 20px;
	}	
}
.logo-color{
	width: 550px;
	height: 316px;
}
@media screen and (max-width: 1024px) {
	.logo-color{
		width: 100%;
		height: auto;
		max-width: 550px;
	}	
}

h1{
	font-weight: bold;
	font-size: 32px;
	border-bottom: 3px solid #003186;
	color: #003186;	
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2{
	font-weight: bold;
	font-size: 23px;
	border-bottom: 3px solid #003186;
	color: #003186;	
	display: inline-block;
	margin-top: 0;
}
h4.news{
	font-weight: bold;
	color: #003186;
	font-size: 15px;
	margin-top: 23px;
	margin-bottom: 15px;
	text-transform: uppercase;	
}
.uppercase{
	text-transform: uppercase;
}
a.news{
	color:black;
	text-decoration: none;
}
a.news:hover{
	text-decoration: underline;
}
p.news{
	font-size:14px;
	line-height: 1.3;
}
#footer{
	background-color:#f4f4f4;
	height: 120px;
	border-top: 3px solid #d7d7d7;
	padding-top: 10px;
}
@media (max-width: 1199px) {
	#footer{
		height:150px;
	}
}
@media (max-width: 991px) {
	#footer{
		height:190px;
	}
}
@media (max-width: 767px) {
	#footer{
		height:auto;
	}
}
#footer a.nav-link{
	color: #00315f;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding:0;
	margin: 0;
	text-decoration: none;
}
#footer #nav-footer{
	padding-left: 20px;
	-webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    line-height: 1.3;
}
@media screen and (max-width: 991px) {
	#footer #nav-footer{
		-webkit-column-width: 50%;
	    -moz-column-width: 50%;
	    column-width: 50%;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}
@media screen and (max-width: 575px) {
	#footer #nav-footer{
		-webkit-column-width: 100%;
	    -moz-column-width: 100%;
	    column-width: 100%;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}

#footer a.nav-link:hover{
	text-decoration: underline;
}
#logo_small{
	width: 120px;
	height: auto;
	margin-top:10px;
	float:left;
	margin-right:10px;
}
@media screen and (max-width: 991px) {
	#logo_small{
		float: none;
		clear: both;	
	}	
}
p.copyright{
	color: #00315f;
	font-size: 8pt;
	line-height: 1.2;
	margin-top: 12px;
}
p.contacts{
	color: #00315f;
	font-size: 9pt;
	line-height: 1.3;
	margin-top: 12px;
	text-align: right;
}
p.contacts a{
	color: #00315f;
}
p strong, li strong{
	color: #003186;
}
img.bio{
	width:200px;
	height: auto;
	float:left;
	margin-right:10px;
}
img.bio.inner{
	margin-bottom: 15px;
	margin-right: 15px;
}
.bio-bg{
	clear: both;
}
.welcome{
	width:250px;
	float:left;
	position: relative;
}
.welcome img{
	width: 230px;
	height: auto;
}
.thank{
	color: #003186;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
	font-style: italic;
	font-size:14pt;
}
.first_headline{
	font-size: 17pt;
	line-height: 1.3;
}

.img-donate{
	width: auto;
	max-width: 525px;
	margin-top: 30px;
}

.fp1{
	width: calc(100% - 15rem);
	float:left;
}
.fp2{
	width: 15rem;
	float: right;
}
@media screen and (max-width: 1199px) {
	.img-donate{
		max-width: 390px;
	}
}
@media screen and (max-width: 991px) {
	.img-donate{
		max-width: 390px;
	}
}
@media (max-width: 767px) {
	.fp1{
		width: 100%;
		float:none;
	}
	.fp2{
		width: 100%;
		float: none;
	}
	.img-donate{
		max-width: 100%;
	}	
}
@media (max-width: 575px) {}