*{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: black;
}
a{
	text-decoration: none;
	color: inherit;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
img{
	width: 100%;
}
body{
	/*background-color: #322;*/
	border-left: 280px solid black;
	border-right: 280px solid black;
	border-bottom: 100px solid black;
	/*border-top: 100px solid black;*/
	/*opacity: 0.5;*/
}
#container nav{
	background: rgba(0,0,0, .8);
	position: relative;
	left: 0px;
    top: -200px;
	/*margin-top: 30%;
*/	/*margin-bottom: 20%;*/
	z-index: 999;
}
#container nav ul{

	float: left;
	width: 100%;
	color: silver;
	/*overflow:hidden;*/
}
#container nav ul li{
	float: left;
	width: calc(100%/4);
	color: silver;
}
#container nav ul li a{
	float: left;
	width: 30%;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10%;
	cursor: pointer;
	text-align: center;
	transition: all .959999s;

}
#container nav ul li a:hover{
	font-size: 18px;
	color: orange;
	transition: all .959999s;
}
footer{
	color: silver;

	font-size: 10px;
	text-align: center;
		

}
footer ul li{
	float: left;
	width: calc(100%/4);
	
}
footer ul li a {
	font-size: 300%;
	display: block;
	text-align: center;
}
footer ul li a i:hover{
	
	color: orange;

	
}
@media screen and (max-width: 1800px) {
    body {
        border-left: 180px solid black;
		border-right: 180px solid black;
		border-bottom: 60px solid black;
    }
}
@media screen and (max-width: 1400px) {
    body {
        border-left: 90px solid black;
		border-right: 90px solid black;
		border-bottom: 30px solid black;
    }
}
@media screen and (max-width: 1200px) {
    body {
         border-left: 60px solid black;
		border-right: 60px solid black;
		border-bottom: 20px solid black;
    }
}
@media screen and (max-width: 1000px) {
    body {
         border-left: 30px solid black;
		border-right: 30px solid black;
		border-bottom: 10px solid black;

 
    }
    .cycle-slideshow{
    	/*width: 100%;*/
    	height: 180%;

    }
    nav{
    	font-size: 10px;
    }

}
@media screen and (max-width: 667px) {
    body {
         border-left: 30px solid black;
		border-right: 30px solid black;
		border-bottom: 10px solid black;

 
    }
    .cycle-slideshow{
    	/*width: 100%;*/
    	height: 500%;

    }
    nav{
    	font-size: 10px;
    }

}