body{
	font-family: 'EB Garamond', serif;
}
.main:before{
	background-image: url('wv.jpg');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wv.jpg', sizingMethod='scale')";
    background:#fff;
	background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 140%;
    filter: contrast(1.3) saturate(1);
    top: -175px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.main:before{
		background-attachment: fixed;
	}
}


.main{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
p, span, image, body, img, a, form, table, ul, li, ol, h2, h1, h3,h4,strong,i,td,tr,#showinfo{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h1{
	text-align:center;
	margin:25px;
	padding: 15px;
}
h1,h2,h3,h4{
	font-family: 'EB Garamond', serif;
}
h1{
    font-size: 45px;
    font-weight: bold;
    font-variant: small-caps;
    text-shadow: 2px 2px 5px rgba(171, 171, 171, 0.85);
}
h2{
	color:#fff;
    background: rgba(0,0,0,0.7);
    width: 400px;
	max-width: 95%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    font-size: 28px;
    /* text-decoration: overline; */
	color: #416678;
    font-variant: small-caps;
}
.sub h3{
	color:#fff;
}
.sub{
    background: rgba(65, 102, 120, 0.62);
    background-image: url(wv.jpg);
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wv.jpg', sizingMethod='scale')";
    padding: 25px;
    width: 100%;
    text-align: center;
    display: block;
    min-height: 125px;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-position-y: -350px;
	background-repeat:no-repeat;
}
/*.sub:hover{
	background:rgba(79,133,213,0.7);
}*/
.innersub{
	display:inline-block;vertical-align:middle;
	text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}
p a, div a {
	color: rgb(0, 0, 0);
}
p a:hover, div a:hover{
	color:rgba(79,133,213,1);
}

.sub img{
	width: 100px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    padding: 3%;
	margin-bottom: 10px;
}
.sub img:hover {
    background: rgba(79,133,213,1);
    padding: 8%;
}
.minitext{
	font-size:14px;
	text-align:left;
}
.btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 20px;
	margin-top:8px;
}
.white{
	color:#fff;
}
/* Mobile Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 990px){
	.main:before{
		top: -105px;
	}
	iframe{
		height:250px;
		width: 100%;
	}
	.main, .sub{
		background-size: 1500px;
	}
	
	  
}