@charset "UTF-8";
/* CSS Document */



.clearfix::after {
 	content: "";
	clear: none;
	display: table;
}
.clearfix {
	overflow: auto;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */

.body{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
body{
 	background-color: #353C46;
}

/* Yläbannerit */

.index-banner{
	background-image: url("../logo10.jpg");
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	border-color: black;
	border-style: inset;
	border-radius: 0%;
	border-width: 2px;
}


/* Linkit */

nav ul{
	text-align: center;
	padding-left: 0px;
	list-style-type: none;
}
nav a{
	text-decoration: none;
	color: white;
	background-color: #6881B2;
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
}
nav a:hover{
	background-color: #B0A01B;	
}

navv ul{
	text-align: center;
	padding-left: 0px;
	list-style-type: none;
}
navv a{
	text-decoration: none;
	color: white;
	background-color: #BB7D47;
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
}
navv a:hover{
	background-color: #BEB884;	
}




/* Textit */

h2{
	color: white;
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 220px;
}
h3{
	color: antiquewhite;
	font-size: 14px;
}

p{
	color: antiquewhite;
	font-size: 15px;
	margin-top: -15px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 9px;
	
}
p3{
	color: #F38A0C;
	font-size: 19px;
	margin-top: -15px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 9px;
	
}


/* Infotexti */

.infotext p{
	margin-left: 12px;
	margin-top: 0px;
	color: white;
}
.infotext h2{
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
	color: antiquewhite;
}




} 















