@charset "utf-8";

body {
	text-align: center;
	background-color: #092949;
	color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	height: 650px;
}

header {
	background-color: slategray;
	background-image: url(../images/viking_ship_v4.jpg);
	background-position:left top;
	/*background-attachment:inherit;*/
	background-repeat:no-repeat;
	padding-top: 20px;
	height: 120px;
}
 ul {
	position: absolute;
	top: 0%;
	right: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: right;
	text-shadow: 2px 2px 1px #000000;
	margin: 30px 1em 0 0 ;
	font-size: 1.35em;
	line-height: .8em;
}

header h4 {
	position: absolute;
	top: 0%;
	right: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: right;
	text-shadow: 1px 1px .5px #000000;
	margin: 85px 1em 0 0 ;
	font-size: .9em;
	
}

header h1 	{
	padding-left: 25%;
	margin-top: 15px;
	font-variant:small-caps;
	text-shadow: 3px 3px 1px #000000;
	font-size: 3em;
	text-align: center;
	max-width: 52%;
	
}


main, section, aside, h1, h2, h3, p {
	margin: 0;
	padding:0;
}



h2 	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.25em;
	padding-top: 20px;
}

h3 	{
	font-size: 2.5em;
	margin-top:0;
	padding:10px;
	font-style:normal;
	font-weight:200;
}

h4 	{
	clear: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: right;
	font-size: 150%;
	padding-top: 30px;
	
}

#sidebarA {
	width: 30%;
	float: left;
	height: 400px;
	margin-left: 2%;
	margin-right: 1%;
	/*background-color:aqua;*/
}

#sidebarA h2 {
	text-align:center;
	font-size: 150%;
	letter-spacing:normal;
}
	
#sidebarA img {
	padding: 10px;
	width:90%;
	margin-bottom: 20px;	
}



section  {
	float: left;
	width: 33%;
	/*background-color:blueviolet;*/
}

section img{
	margin-top: 15px;
	width: 80%;
	
}

section h2 {
	text-align:center;
	font-size: 150%;
	letter-spacing:normal;
	padding:10px;
}

#sidebarB {
	width: 29%;
	float: right;
	height: 400px;
	margin-left: 1%;
	margin-right: 3%;
	/*background-color:aqua;*/
}

#sidebarB h2{
	letter-spacing:normal;
	font-size: 150%;
	margin-bottom: 10px;
}

#sidebarB img {
	padding: 10px;
	width:90%;
	margin-bottom: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {color: #FFFFFF}

a:hover {color: darksalmon}



a img{transition: 1s;}

a img:hover {
	transform: scaleX(1.05) scaleY(1.05);
}



/*desktop less than 1140px */
@media only screen and (max-width: 1139px) {
	
		
}

/*tablet portrait to standard 960 */
@media only screen and (max-width: 959px) {
	
	
	
	
	
	
}

/*mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
	
	header { margin-left: -35px}
	
	header h1 	{
	padding-left: 30%;
	margin-top: 0px;
	line-height: 1em;
	font-variant:small-caps;
	text-shadow: 3px 3px 1px #000000;
	font-size: 3em;
	text-align: center;
	max-width: 45%;
	
}

ul {
	position: absolute;
	top: 0%;
	right: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: right;
	text-shadow: 2px 2px 1px #000000;
	margin: 30px 1em 0 0 ;
	font-size: 1.15em;
	line-height: 1em;
}

header h4 {
	position: absolute;
	top: 0%;
	right: 0;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: right;
	text-shadow: 1px 1px .5px #000000;
	margin: 87.5px 1em 0 0 ;
	font-size: .75em;
	
}	
	
		
	h2 {font-size: 1.05em;}
	
	h3 {font-size: 2.2em;}
	
	#sidebarA h2 {
	text-align:center;
	font-size: 135%;
	letter-spacing:normal;
}
	
	section h2 {
	text-align:center;
	font-size: 135%;
	letter-spacing:normal;
	padding: 7.5px;
}
	
	#sidebarB h2{
	font-size: 135%;
	margin-bottom: 5px;
}
	
}
	
/*mobile portrait to mobile landscape */
@media only screen and (max-width: 579px) {
	
	header { margin-left: -55px}
	
	
	
	header h1 	{
	padding-left: 34%;
	margin-top: 7.5px;
	line-height: 1em;
	font-variant:small-caps;
	text-shadow: 2.5px 2.5px 1px #000000;
	font-size: 2.25em;
	text-align: center;
	max-width: 45%;
	
}
	
	ul {
	position: absolute;
	top: 0%;
	right: 0;
	width: 10%;
	
	text-shadow: 2px 2px 1px #000000;
	margin: 30px 1em 0 0 ;
	font-size: .9em;
	line-height: 1em;
}

header h4 {
	position: absolute;
	top: 0%;
	right: 0;
	
	text-shadow: 1px 1px .5px #000000;
	margin: 90px 1em 0 0 ;
	font-size: .6em;
	
}	
	
	h2 {font-size: .9em;}
	
	h3 {font-size: 2em;}
	
	#sidebarA h2 {
	text-align:center;
	font-size: 120%;
	letter-spacing:normal;
}
	
	section h2 {
	text-align:center;
	font-size: 120%;
	letter-spacing:normal;
	padding: 5px;
}
	
	#sidebarB h2{
	font-size: 120%;
	margin-bottom: 0px;
}
	
	}

	