/*  CSS Document: Style Sheet for screen */

/* Elements: h1 - h6, p, a, list, links, images
----------------------------------------------------------------------------*/
body {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 100%;
}

abbr {
	text-decoration: none;
	letter-spacing: .1em;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0e265f;
}

a:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #6026ff;
}

a:link:hover, a:visited:hover {
	color: #3664cf;
	background-color: #ee9631;
}

a:link:active, a:visited:active {
	color: #553e18;
	background-color: #ebebe0;
}

ol, ul {
	padding-left: 1em;
}

ul > li {
	list-style-type: disc;
	list-style-position: inside;
}

ol > li {
	list-style-type: decimal;
	list-style-position: inside;

}

/* Typography and Colors
----------------------------------------------------------------------------*/
h1 {
	font-size: 2.25em; /* 16x2.25=36 */
	/*  font-size: 0.75em; 16x0.75=12 */
}

h2 {
	font-size: 1.5em; /* 16x1.5=24 */
	text-indent: -1em;
	line-height: 1.25; 
	margin-top: 0.875em;
	margin-bottom: 0.875em;
}

h3 {
	font-size: 1.125em; /* 16x1.125=18 */
	line-height: 2.25; 
}

h4 {
	font-size: 0.875em; /* 16x0.875=14 */
}

p, ul, ol, li {
	font-size: 1em; /* 16x1=16 */
	/* Leading of 8. Unit left out for scaling */
	line-height: 1.5; 	/* 1.5 for readability */
}

p {
	/* Rhythm space in between paragraph (browser default) */
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Page layout: header, content, navigation, global navigation, subnavigation, sidebar, footer.
----------------------------------------------------------------------------*/
section {
	display: block;
	width: 70%;
	margin-left: 15%;
}

header {
	width: 100%;
	height: 300px;
	background-image: url("../images/img001.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

header h1, header h3 {
	padding-left: 35px;
	color:  hsl(32, 100%, 50%);
	text-shadow: hsl(212, 100%, 25%) .1em .1em .1em;
}

header h1 {
	padding-top: 20px;
	position: relative;
}

nav {
	width: 100%;
	float: left;
	padding-top: 190px;
	border-bottom: 1px solid hsl(212, 100%, 25%);
}

.nav li {
	float: left;
    list-style: none;
	text-align: center;
	position: sticky;
    top: 0px;
}

.nav a {
	display: block;
	padding: 0 0.8em; /* adjust  */
	border: 1px solid hsl(212, 100%, 25%);
	border-left: 8px solid hsl(212, 100%, 25%);
	border-bottom: none;
	margin-left: 3px;
	width: 5em;
	background-color: #ffffff;
}

#navmenu { 

}

ul a {
    transition-timing-function: linear;
    transition-duration: .66s;
    transition-property: background-color;
}

img {
	width: 200px;
	float: right;
	padding-top: 16px;
	padding-left: 4px;
}

footer {
	background-color: hsl(0, 0%, 75%);
	display: block;
	width: 100%;
}

footer p {
	width: 70%;
	margin-left: 15%;
	text-align: center;
}

.relative { 
	position: relative;
}

/* Form tags: form, fieldset, label, legend.
----------------------------------------------------------------------------*/
input[type="search"] {
	border-radius: 10px;
}

/* Contents: post, events, news.
----------------------------------------------------------------------------*/


