@charset "UTF-8";
* { margin: 0; padding: 0; }
a { text-decoration: none; color: #444; }
p { margin-top: 10px; margin-bottom: 15px; font-size: 18px; color: #444;}
.clearfix { overflow: auto }
.wrapper {
	margin: 0 auto;
	width: 100%;
}
header{
	background-color: 
}
div.logo {
	width: 250px;
	float: left;
}
div.h_image img{
	height: 100px;
	width: 50%;
	margin-top: 10px;
	float: left;
}
header .logo {
		margin-top: 15px;
		margin-left: 20px;
		float: left;
}
header .logo img { 
		width: 200px;
		float: left;
}
header .socialmedia { 
	width: 20%;
	float: right; 
	margin-top: 3%;
	margin-right: auto;
}
header .socialmedia ul { 
	list-style: none 
}
header .socialmedia ul li { 
	display: inline 
}
header .socialmedia ul li a {
	margin: auto;
	padding: 2%;
	background: #009933;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}
header .socialmedia ul li a:hover {
	background: orange;
}
header .socialmedia.img {
	width: 2%;
}
nav {
	margin-top: 20px;
	background: #000;
	background: linear-gradient( #0000ff, #4d4dff,  #0000ff);
	text-align: center;
	border-radius: 5px;
  	position: sticky;
  	top: 0;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
}
nav ul li a {
	color: #fff;
	text-transform: uppercase;
	margin: 10px 40px 10px 40px;
	display: inline-block;
}
nav ul li a:hover {
	color: red;
}
div.Logo img {
	width: 100px;
}
div.sub{
	width: 80%;
	margin: auto;
}
.sub h1{
	text-decoration: none;
	font-weight: normal;
}
.sub h2{
	text-decoration: none;
	font-weight: normal;
}
.sub h3{
	text-align: center;
	color: red;
}
.sub img{
	width: 50%;
	margin: 20px;
}
div.copyrights {
	margin: auto;
	width: 100%;
	background-color: #888;
	float: left;
}
	div.left {
		float: left;
		margin: 10px;
}
	div.right {
		float: right;
		margin: 10px;
}