


/* navigointipalkin asetuksia */
ul#menu li {
display: inline; /* vaakatasoon painikkeet */n-right: 14px;
}

ul#menu li a{
	align: center;
	background-color: #111a00;
	padding: 10px 20px;
	text-decoration: none;
	color: whitesmoke;
	border-radius: 8px; 
	box-shadow: 3px 3px 15px yellow;
	overflow-y: hidden;
	}
ul#menu li a:hover {
	color: goldenrod;
	background-color: #444422;
	}

#kehikko 
	{
	
	justify-content: center;
	align-items: center;
	box-align: center;
	float: left;
	margin-left: 80px;
	padding-top: 20px;
	width: 800px;
	height: auto;
	background-color: #666633;
	text-align: center;
	
	border-radius: 15px;
	
	
	box-shadow: 4px 4px 40px #111a00;
	overflow-y: hidden;
	}
	 
#vasenalakehikko {
	 width: 330px;
	 height: auto;
	 background-color: #aaaa55;
	 padding: 25px;
	 border: solid 2px;
	 border-radius: 15px;
	 float: left;
	 margin-left: 35px;
	 margin-bottom: 100px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	 
#oikeaalakehikko  
	 {
	 width: 800px;
	 height: 450px;
	 background-color: #aaaa55;
	 
	 box-align: right;
	 border-radius: 15px;
	 float: right;
	 margin-right: 35px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	 
	 #kehikko3 {
	 width: 330px;
	 height: auto;
	 background-color: #aaaa55;
	 padding: 25px;
	 border: solid 2px;
	 border-radius: 15px;
	 float: left;
	 margin-left: 35px;
	 margin-bottom: 100px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	 
	 #kehikko4 {
	 width: 500px;
	 height: auto;
	 background-color: #aaaa55;
	 padding: 25px;
	 border: solid 2px;
	 border-radius: 15px;
	 float: left;
	 margin-left: 35px;
	 margin-bottom: 100px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	 
	 #kehikko5  
	 {
	 width: 800px;
	 height: 450px;
	 background-color: #aaaa55;
	 box-align: right;
	 
	 border-radius: 15px;
	 float: right;
	 margin-right: 35px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	 
	 #kehikko6
	 {
	 width: auto;
	 height: auto;
	 background-color: #aaaa55;
	 padding: 25px;
	 border: solid 2px;
	 border-radius: 15px;
	 float: left;
	 margin-left: 35px;
	 margin-bottom: 100px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }
	
	#kehikko7  
	 {
	 width: 450px;
	 height: auto;
	 background-color: #aaaa55;
	 padding: 25px;
	 box-align: right;
	 border-radius: 15px;
	 float: right;
	 margin-right: 35px;
	 box-shadow: 3px 3px 25px yellow;
	 overflow-y: hidden;
	 }

body {
     background-color: black;
     
     }

h1 {
   font-family: "Times New Roman", Times, serif;
   color: #33331a;
   font-size: 40px;
   }

#yksi {color: blue;}

.footer {
	position: fixed;
	margin-top: 30px; 
	left: 0;
	bottom: 0;
	width: 100%;
	border-top-width: 10px; 
	background-color: #1a1a00;
	color: white;
	text-align: center;
 }
 
 i1:hover {
   background-color: #3b5999;
 }
 i2:hover {
   background-color: #e4405f;
 }