body {
	margin: auto;
	padding: 10px;
	width: 70%;
	background-color: #e6e6e6;
	font-family: arial;
	border-right: 2px dotted silver;
	border-left: 2px dotted silver;
}


/*header*//*#4b4b4b*/
header {
	background-color: #040408;
	padding: 5px;
	padding: 5px;
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}

#inner_header {
	padding: 0px;
	color: ivory;
	overflow: hidden;
	margin-top: 40px;
}


#inner_header h1{
	text-align: center;
	font-family: arial;
	font-size: 28px;
	padding: 5px;
}

#inner_header a{
	padding: 10px;
	text-decoration: none;
	color: cadetblue;
}

#inner_header  a:hover{
	color: black;
	padding: 10px;
	font-weight: bold;
}

nav li:hover{
	box-shadow:none;
}

nav li{
	background-color: ivory;
	list-style: none;
	display: inline-block;
	padding: 10px;
	width: 110px;
	position: relative;
	right: 20px;
	box-shadow: 2px 3px 0px dimgrey;

}

nav ul{
	text-align: center;
}

/*section*/

section{
	margin-top: 5px;
	overflow: hidden;
}

#inner_section{
	background-color: #332a29;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
	overflow: hidden;
	/*filter: alpha(opacity=150)
	-moz-opacity:.150;
	opacity: .150;*/
}

#float_sections{
	/*float: left;
	width: 30%;*/
	height: auto;
}

#inner_section p{
	margin: 15px;
	margin-right: auto;
	margin-lef: auto;
}

#inner_section h2{
	width: 200px;
	color: #df0024;
	text-align: center;
	background-color: ivory;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

article{
	padding-bottom:10px;
}

article h3{
	background-color: ivory;
	color: cadetblue;
	padding: 10px;
	text-align: center;
}

article p{
	padding: 10px;
	text-align: center;
}
 
#inner_section p{
	text-align: justify;
	color: white;
	padding: 10px;
}

#section_links a{
	text-decoration: none;
	color: skyblue;
	font-family: sans-serif;
	background-color: #4b4b4b;
	padding: 10px;
	display: block;
	text-align: center;
	width: 150px;
}
#section_links ul{
	text-align: right;
}
#section_links li{
	list-style: none;
	display: inline-block;
}

#section_links a:hover{
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: ivory;
	padding: 10px;
}


#test_section{
	padding-bottom: 10px; 
}

#test_section a{
	text-decoration: none;
	color: skyblue;
	display: inline-block;
}

#test_section a:hover{
	text-decoration: none;
	color: black;
}

#test_section li{
	list-style: none;
	display: block;
	padding: 10px;
	width: 70%;
	border-bottom: 2px solid black;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

#test_section ol{
	color: orangered;
}

.test_section{
	background-color: orangered;
    color: ivory;
}

.plink a{
	color: orangered;
	line-height: 20px;
}

.link a{
	color: red;
	text-decoration: none;
}

/*footer*/
footer{
	background-color: #040408;
	color: #00a8ec;
	display: block;
	height: 100px;
	text-align: center;
	padding: 10px;
	padding-bottom: auto;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
}

#inner_footer a{
	text-decoration: none;
	color: white;
	padding: 2px;
	text-align: center;
}

#inner_footer a:hover{
	text-decoration: none;
	color: orangered;
}

.footer_extra{
	text-align: center;
	margin: 10px;
	background-color: cadetblue;
	padding: 10px;
	color: black;
	font-size: 10px;
}

#res {
    background-color: cadetblue;
    padding: 10px;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#res a{
    color: beige;
}
#res li{
    list-style: none;
    display: inline-block; 
    padding: 5px 20px;
}
/*media quries*/

@media only screen and (min-width: 150px) and (max-width: 600px){
	body {
	margin: auto;
	padding: 10px;
	width: 92%;
	background-color: #e6e6e6;
	font-family: arial;
	text-align: center;;
}

	header {
		height: 370px;
	}

	#inner_header {
		width: 100%;
		margin: 20px auto;
		margin-top: 55px;
}

	#inner_header h1{
	padding: 10px;
	/*width: 70%;*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	nav li{
	text-align: center;
	box-shadow:none;
	display: inline-block;
	width: 70%;
	border-bottom: 2px solid black;
	position: relative;
	left: 0px;
}

	nav ul{
	text-align: center;
	margin-left: -50px;
	margin-right: -5px;
}

	nav a{
		padding: 5px;
	}

#inner_section p{
	width: 90%;
	margin: 0px;
	/*text-align: justify;*/
}
    
#float_sections{
	float: none;
	margin: 0px;
	padding: 5px;
	height: auto;
}

#inner_section h2{
	width: 70%;
	margin: 0px;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}

#inner_section h3{
	width: 70%;
	margin: 0px;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}

#section_links a{
	display: block;
	text-align: center;
	width: 80px;}

	#inner_footer{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

	.test_section,
	.test_section li{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}

#res {
    padding: 10px;
    text-align: inherit;
    width: auto;
    margin-left: 0;
}