@font-face {
  font-family: 'Batang';
  src: url('batang.ttc'); /* IE9+ Compat Modes */
  src: url('batang/.ttc') format('ttc');
}

body {
	color:#142a72!important;
	font-size:16px!important;
	font-family: 'Open Sans', sans-serif!important;
}

h1,h2, h3 {
	font-family:Batang!important;
}

.bg-blue {

	background-color : #0e1e50;
}

header p {
	line-height: 750px;
	height:100px;
}
header p img {
	vertical-align:middle;
}

.bg-lightblue {
	background-color: #142a72;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

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


nav ul li a, nav ul li .txt {
	color:#fff;
	float:left;
	display: inline-block;
	padding : 15px 0 15px 0 ;
	text-align: center;
	width:100%;
}

nav ul li a:hover {
	background-color : #0e1e50;
	text-decoration: none;
	color:#fff;

}

nav ul li.evd a:hover {
	text-decoration: none;
	color:#142a72;
	background-color : #fff;

}

h1 {
	font-weight: bold;
	font-size:72px!important;
	margin-top:60px!important;
}

h3 {
	font-weight: bold;
	font-size:24px!important;
	margin-top:25px!important;
	font-family: 'Sanchez', serif!important;
}

nav ul li {
	list-style-type:none!important;
}