.nav
{
    margin-top:-50px;
    height: 220px;
    width: 100%px;
    background-color: black;	
}

.nav li
{
	background-color: black;
    font-size: 16px;
    height: 60px;
    line-height: 50px;
    width: 200px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;	
	position: relative;
	top: 80px;
	left:0px;
	
}
.nav a
{
	display: block;
    background-color: orange;
	color: black;
	font-size: 18px;
	text-transform: uppercase;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;	
	text-decoration: none;
}

.nav a:hover
{
	background-color: red;
	color: black;
	
}
.nav ul p img
{
	float: left;
	position: relative;
	right: 30px;
	bottom: -40px;
	width: 200px;
	height: 170px;
}

.nav ul aside
{
	display: none;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
40% { left: -100%; }
50% { left: -200%; }
55% { left: -200%; }
65% { left: -300%; }
70% { left: -300%; }
75% { left: -300%; }
85% { left: -300%; }
90% { left: -400%; }
100% { left: -400%; }
}

body { margin: 0;} 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 40s slidy infinite; 
}


body
{
	
width: cover;
height: cover;
background-color: green;

	
}


.jumbotron h1
{
	text-align: center;
	font-size:42px;
	color: orange;
	background-color: black;
	  border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;
	width: 550px;
	position: relative;
	left: 500px;
	bottom: 880px;
}

.jumbotron h2
{
	text-align: center;
	font-size:30px;
	color: orange;
	background-color: black;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 600px;
	bottom: 880px;
}

.jumbotron h3
{
	text-align: center;
	font-size:20px;
	color: orange;
	background-color: black;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 600px;
	bottom: 700px;
	
}

.jumbotron p
{
	text-align: center;
	font-size:24px;
	background-color: black;
	position: relative;
        bottom: 910px;
	
}



.jumbotron ul
{
	background-color: black;
	color: red;
	   border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;
	width: 270px;
	position: relative;
	left: 620px;
	bottom: 860px;
	
}

@media only screen and (max-width:1400px) 
{
    .nav
       {
    margin-top:-50px;
    height: 220px;
    width: 100%px;
    background-color: black;	
    }

    .nav li
    {
	background-color: black;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 170px;
        display: inline;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;	
	position: relative;
	top: 80px;
	left:-10px;
    }
}
.nav a
{
	display: block;
    background-color: orange;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;	
	text-decoration: none;
}

.nav a:hover
{
	background-color: red;
	color: black;
	
}
.nav ul p img
{
	float: left;
	position: relative;
	right: 30px;
	bottom: -40px;
	width: 200px;
	height: 170px;
	
	
}

.nav ul aside
{
	display: none;
}


.jumbotron
{
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-top-width: 2px;
	border-color: black;
}

.jumbotron h1
{
	text-align: center;
	font-size:42px;
	color: orange;
	background-color: black;
	 border-radius: 30px/25px;
        -moz-border-radius: 30px/25px;
        -webkit-border-radius: 30px/25px;
	width: 550px;
	position: relative;
	left: 520px;
	bottom: 840px;
}

.jumbotron h2
{
	text-align: center;
	font-size:30px;
	color: orange;
	background-color: black;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 600px;
	bottom: 820px;
	
}

.jumbotron h3
{
	text-align: center;
	font-size:20px;
	color: orange;
	background-color: black;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 600px;
	bottom: 820px;
}

.jumbotron p
{
	text-align: center;
	font-size:24px;
	background-color: black;
	position: relative;
	bottom: 290px;
}

.jumbotron ul
{
	background-color: black;
	color: red;
	border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 270px;
	position: relative;
	left: 620px;
	bottom: 810px;
}




}

@media only screen and (max-width:1300px) 
{
    .nav
       {
    margin-top:-50px;
    height: 220px;
    width: 100%px;
    background-color: black;	
    }

    .nav li
    {
	background-color: black;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 170px;
        display: inline;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;	
	position: relative;
	top: 80px;
	left:-10px;
    }
}
.nav a
{
	display: block;
    background-color: orange;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;	
	text-decoration: none;
}

.nav a:hover
{
	background-color: red;
	color: black;
	
}
.nav ul p img
{
	float: left;
	position: relative;
	right: 30px;
	bottom: -40px;
	width: 200px;
	height: 170px;
	
	
}

.nav ul aside
{
	display: none;
}


.jumbotron
{
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-top-width: 2px;
	border-color: black;
}

.jumbotron h1
{
	text-align: center;
	font-size:42px;
	color: orange;
	background-color: black;
	 border-radius: 30px/25px;
        -moz-border-radius: 30px/25px;
        -webkit-border-radius: 30px/25px;
	width: 550px;
	position: relative;
	left: 480px;
	bottom: 800px;
}

.jumbotron h2
{
	text-align: center;
	font-size:30px;
	color: orange;
	background-color: black;
    border-radius: 30px/25px;
    -moz-border-radius: 30px/25px;
    -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 580px;
	bottom: 780px;
	
}

.jumbotron h3
{
	text-align: center;
	font-size:20px;
	color: orange;
	background-color: black;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 580px;
	bottom: 780px;
}

.jumbotron p
{
	text-align: center;
	font-size:24px;
	background-color: black;
	position: relative;
	bottom: 290px;
}

.jumbotron ul
{
	background-color: black;
	color: red;
	border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 270px;
	position: relative;
	left: 600px;
	bottom: 770px;
}




}

@media only screen and (max-width:1200px)
{ 
   .nav
   {
       margin-top:-50px;
       height: 220px;
       width: 100%px;
       background-color: black;	
   }

   .nav li
   {
	background-color: black;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 140px;
        display: block;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;	
	position: relative;
	top: 80px;
	left:-5px;
	
   }
   .nav a
   {
	display: block;
        background-color: orange;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;	
	text-decoration: none;
   }

   .nav a:hover
   {
	background-color: red;
	color: black;
	
   }
   .nav ul p img
   {
	float: left;
	position: relative;
	right: 30px;
	bottom: -40px;
	width: 200px;
	height: 170px;
	
	
   }

   .nav ul aside
   {
	display: none;
   }


   .jumbotron
   {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	border-top-width: 2px;
	border-color: black;
   }

   .jumbotron h1
   {
	text-align: center;
	font-size:42px;
	color: orange;
	background-color: black;
	border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 550px;
	position: relative;
	left: 150px;
	bottom: 600px;
   }

   .jumbotron h2
   {
	text-align: center;
	font-size:30px;
	color: orange;
	background-color: black;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 250px;
	bottom: 600px;
   }

   .jumbotron h3
   {
	text-align: center;
	font-size:20px;
	color: orange;
	background-color: black;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 350px;
	position: relative;
	left: 250px;
	bottom: 600px;
   }

   .jumbotron p
   {
	text-align: center;
	font-size:24px;
	background-color: black;
	position: relative;
	bottom: 290px;
	left: 0px;
   }

   .jumbotron ul
   {
	background-color: black;
	color: red;
        border-radius: 30px/25px;
       -moz-border-radius: 30px/25px;
       -webkit-border-radius: 30px/25px;
	width: 270px;
	position: relative;
	left: 250px;
	bottom: 60px;
   }

}

@media only screen and (max-width:1000px)
{
    body 
	{
        background-color: green;
    }
	
	.nav
    {
   	    width: 350px;
		 margin-top:-40px;
         height: 600px;
		display: block;
		position: relative;
	    left: 0px;
	    bottom: 0px;
    }
	
	.nav li
    {
       float: left;
	   display: block;
	   margin-top:10px;
	   position: relative;
	   left: 10px;
	   bottom: 0px;
    }
	
	.nav ul p
	{
		float: left;
		position: relative;
		left: 60px;
	}
	
	.jumbotron
    {
	    background: black;
		float: left;
		position: relative;
	   left: 0px;
	   bottom: 0px;
	}
    
	 
	.jumbotron h1, .jumbotron p
	{
		display: none;
	}
	
	.jumbotron h2, .jumbotron h3, .jumbotron ul
	{
	   float left;
	   position: relative;
	   left: 0px;
	   bottom: 0px;
	}
}

@media only screen and (max-width:600px) 
{
    body 
	{
        background-color: green;
    }
	
	.nav
    {
   	    width: 250px;
		 margin-top:-40px;
         height: 600px;
		display: block;
		position: relative;
	    left: 50px;
	    bottom: 0px;
    }
	
	.nav li
    {
       float: left;
	   display: block;
	   margin-top:10px;
	   position: relative;
	   left: 10px;
	   bottom: 0px;
    }
	
	.nav ul p
	{
		float: left;
		position: relative;
		left: 60px;
	}
	
	.jumbotron
    {
	    background: black;
		float: left;
		position: relative;
	   left: 0px;
	   bottom: 0px;
	}
    
	 
	.jumbotron h1, .jumbotron p
	{
		display: none;
	}
	
	.jumbotron h2, .jumbotron h3, .jumbotron ul
	{
	   float left;
	   position: relative;
	   left: 0px;
	   bottom: 0px;
	}
}

@media only screen and (max-width:480px) 
{
    body 
	{
        background-color: yellow;
    }
	
	.nav
    {
   	    width: 280px;
		 margin-top:-40px;
         height: 600px;
		display: block;
		position: relative;
	    left: 50px;
	    bottom: 0px;
    }
	
	.nav li
    {
       float: left;
	   display: block;
	   margin-top:10px;
	   position: relative;
	   left: 10px;
	   bottom: 0px;
    }
	
	.nav ul p
	{
		float: left;
		position: relative;
		left: 60px;
	}
	
	.jumbotron
    {
	    background: black;
		float: left;
		position: relative;
	   left: 0px;
	   bottom: 0px;
	}
    
	 
	.jumbotron h1, .jumbotron p
	{
		display: none;
	}
	
	.jumbotron h2, .jumbotron h3, .jumbotron ul
	{
	   float left;
	   position: relative;
	   left: 0px;
	   bottom: 0px;
	}
}