@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 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.2em;
	margin-left: 5%;
	margin-right: 5%;
	text-align:left;
	padding-top:10px;
}


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

p a:link {
	text-decoration: underline
}


a:visited {color: #FFFFFF}

a:hover {color: darksalmon}
	


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

/*tablet portrait to standard 960 */
@media only screen and (max-width: 959px) {
	
header h1 	{
	max-width: 52%;
	}
	
	
ul {
	margin: 30px .5em 0 0 ;
	font-size: 1.2em;
	line-height: 1em;
	
	}
	
}

header h4 {margin: 120px 1em 0 0 ;
	font-size: .75em;
	
}
	

/*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;
	width: 20%;
	text-shadow: 2px 2px 1px #000000;
	margin: 30px .5em 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: 120px 1em 0 0 ;
	font-size: .75em;
	
}	
	
main{font-size: 1.1em}
	
}
	
/*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: 20%;
	
	text-shadow: 2px 2px 1px #000000;
	margin: 30px .5em 0 0 ;
	font-size: .9em;
	line-height: 1.25em;
}

	header h4 {
	position: absolute;
	top: 0%;
	right: 0;
	
	text-shadow: 1px 1px .5px #000000;
	margin: 120px 1em 0 0 ;
	font-size: .6em;
	
}	
	
	main{font-size: 1em}
	
	
	}

	