@charset "UTF-8";

a {
text-decoration: none;
}

body header {
	color: #FFFFFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-align: right;
	border-bottom: medium solid #FFFFFF;
	background-color: #221E4B;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: xx-large;
	font-variant: normal;
	font-weight: lighter;
	font-style: normal;
	line-height: 100%;
}
body header section {
	position: absolute;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
body header img {
	border: thin solid #FFFFFF;
	-webkit-box-shadow: 3px 3px 11px 0px #767676;
	box-shadow: 3px 3px 11px 0px #767676;
	float: left;
}

body main article {
	color: #EBEBEB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	background-color: #002845;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 153%;
	width: 25%;
	display: block;
	float: right;
	height: 100%;
	vertical-align: top;
}

section figure figcaption {
	margin-bottom: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #4D4D4D;
	line-height: 144%;
	letter-spacing: 1px;
	white-space: normal;
	word-spacing: 4px;
	text-align: center;
	clear: both;
}

.gallery hr {
	height: 3px;
	background-color: #002845;
	width: auto;
	margin-top: 22px;
	margin-bottom: -16px;
}
div.gallery img:hover {
    opacity: 0.7;
}

.gallery h3 {
	color: #221E4B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin-bottom: 13px;
}

.gallery img {
		border: 5px solid #221E4B;
}

.gallery {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #4D4D4D;
	line-height: 144%;
	letter-spacing: 1px;
	white-space: normal;
	word-spacing: 4px;
	text-align: center;
	float: left;
	padding-right: 10px;
}

h1 {
	font-size: 184%;
	color: #FFFFFF;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: -30px;
	margin-bottom: -10px;
}

h3 {
	color: #FFFFFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 100;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	line-height: 100%;
}

.left {
	width: 25%;
}


@media only screen and (min-width:481px) and (max-width:900px){
	body main article {
	width: 32%;
	}
	.gallery {
	width: 34%;
	padding-right: 11px;
	}	
	body header {
	font-size: x-large;
	}
	body header img {
	width: 150px;
	height: 150px;
	}
}
	
@media only screen and (min-width : 901px )
{
	body main article {
	width: 24%;
	}	
	.gallery {
	width: 19%;
	}	
}


@media only screen and (max-width:480px) and (orientation:portrait){
	
	body header img {
	width: 100%;
	height: auto;
	}
	body header {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: medium;
	font-variant: normal;
	font-weight: lighter;
	font-style: normal;
	}
	body main article {
	width: 100%;
	height: 100px;
	text-overflow: clip;
	overflow-y: scroll;
	}	
	.gallery {
	width: 100%;
	}
	tr td  {
	width: 25vw;
	}	
}

.contact {
	margin-bottom: -3%;
	margin-top: -1%;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-variant: small-caps;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}
