body {
font-family: Verdana, Arial, Geneva, Arial Black;
font-weight: normal;
font-size: 14px;
background-color:rgb(200,200,145);
}

#header {
font-weight: normal;
background-color:rgb(0,111,55);
margin: 10px;
height: 100px;
border-radius: 5px;
}

#navbar ul {
padding: 5px;
list-style-type: none;
text-align: center;
background-color:black;
margin: 10px;
border-radius: 5px;
}

#navbar ul li {
display: inline;
}

#navbar ul li a {
text-decoration: none;
font-family: Arial;
padding: .2em 1em;
color: white;
background-color: black;
}

#navbar ul li a:hover {
color: black;
background-color: white;
}

.main {
background-color: white;
margin-right: 320px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
padding: 20px;
font-size:110%;
}

.sideright {
font-weight: normal;
font-size: 105%;
background-color: white;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
border-radius: 5px;
padding: 20px;
float:right;
width: 260px
}

.imagesidebar {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
float:right;
width: 300px;
clear:right;
}


#footer {
background-color: rgb(0,111,55);
margin: 10px;
height: 60px;
clear:both;
border-radius: 5px;
color: yellow;
text-align: center;
padding: 15px;
font-size: 90%;
}

#footer ul {
padding: 5px;
list-style-type: none;
text-align: center;
margin: 10px;
border-radius: 5px;
}

#footer ul li {
display: inline;
}

#footer ul li a {
text-decoration: none;
font-family: Arial;
padding: .2em 1em;
color: white;
background-color: rgb(0,111,55);
}

#footer ul li a:hover {
color: black;
background-color: white;
}

h3 {
color: blue;
font-size: 110%;
text-align: center;
}

h2 {
font-size: 120%;
color: black;
text-align: center;
}
p {
font-size: 25px;
}

h1 {
font-size: 250%;
margin-top: 0px;
text-align: center;
color: yellow;
font-family: "century Gothic", "Gill Sans", "Bauhaus 93", "Comic Sans MS", Arial, Ink Free,serif;
margin: 0px;

position: relative;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 
}

@media (max-width: 600px) {
.sidebar {
display:none;

}

#test1 {
float: left;
}

*{
	margin: 0;
	padding: 0;
}
@keyframes slide{
	0%{
		left: 0;
	}
	10%{
		left: 0;
	}
	20%{
		left: -100%;
	}
	30%{
		left: -100%;
	}
	40%{
        left: -200%;	
	}
	50%{
		left: -200%;
	}
	60%{
		left: -300%;
	}
	70%{
		left: -300%;
	}
	80%{
		left: -400%;
	}
	90%{
		left: -400%;
	}
	100%{
		left: 0;
	}
}

#slider{
	overflow: hidden;	
}
#slider figure img{
	float: left;
	width: 10%;
}

#slider figure{
	margin: 10px;
	position: relative;
	width: 500%;
	animation: slide 20s infinite;
}


img{
	max-width: 100%;
	max-height: 100%;
}