html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img {
	margin: 0; padding: 0;
}

body {
	background: url(images/Sun.jpg ) ; 
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #DCDCDC;
	font-family: 'Century Gothic','Open Sans',sans-serif;
}


.wrapper {
	margin: auto;
	width: 960px;
	background-color: white ;
	

}
nav{
	position:sticky;
    margin-top: -7px;
	 position: sticky;
    top: 0;
    
}

nav ul {
	background-color: #0366e7;
	
}
nav li {
	display: inline-block;
	list-style-type: none;
    text-align: center;
	
}
nav a {
	text-decoration: none;
	font-size: 18px;
	padding: 20px 25px;
	display: block;
    color: white;
}
nav a:hover {
	background-color: white;
	color: black;

}
ul{
	list-style:none;
}

nav ul li ul li{
    color:white;
    display: none;
    width: 150px;
    
}
nav ul li ul{float: left;
    width: 150px;
    height:0px;
    line-height: 15px;
    background: #0366e7;
}
nav ul li:hover ul li{
    display:block;
    animation: navmenu 500ms forwards;
    color:black;
    background-color: #0366e7;
}
nav ul li :hover ul{
    display: block;
    position: absolute;
    width: 150px;
    left: 140px;
    top:0px;
    background-color: #0366e7 ;
}
.content {
	width: 650px;
	float: left;
	padding: 20px;
	
}

p {
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 17px;
	text-align: justify;
}
aside{
	float:left;
	width: 220px;
	background-color: lightgray;
	margin-top: 20px;
	margin-left: 15px;
    margin-bottom: 20px;
	overflow:auto;
    

}
aside h3 {
 	background-color: #0366e7;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}
aside li {
	list-style-type: none;
	padding-top: 10px;
	border-bottom: solid 1px black;
    text-align: center;
}
aside a {
	text-decoration: none;
	line-height: 20px;
	margin-left: 15px;
}
aside a:hover {
	color: black;
}
.a ol{
    margin-left: 10px;
}
.a ol li{
    font-size: 18px;
       
}

.blocker {
	clear: both !important;
}
.main img {
	margin-left:400px;
    margin-top: 20px;
	height:100x;
	width:150px;
	border-radius: 25%;
	
}
.main h1{
    text-align: center;
    font-size: 64px;
    padding: 8px;
}
table {font-family:arial, sans-serif;
	padding: 4px;
	}

tr, th{
	text-align: left;
	padding:4px;
    font-size: 20px;
}
.table table td{
    text-align: center;
}
.column{
	float:left;
	width: 32.2%;
	padding: 5px;

	
	
}
.column:hover .overlay{
	opacity: 1;
}
.row::after{
	content: "";
	clear: both;
	display: table;
	
}

.overlay{
	bottom:0;
	background:rgb(0,0, 0);
	background:rgba(0,0,0, 0.5);
	color:#f1f1f1;
	width: 93%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size:12px;
	padding: 11px;
	text-align: left;
	top:0;
	
}
input[type=text], select, textarea{
	width:100%;
	padding:12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=submit]{
	background-color:#4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	
}
input[type=submit]:hover{
	background-color:#45a049;
	
}
.container{
	border-radius: 5px;
	background-color:f2f2f2;
	padding: 20px;
	margin-left: 250px;
}
.rows{
	float: left;
}
.rows aside{
	float:left;
	width: 220px;
	background-color: lightgray;
	margin-top: 20px;
	margin-left: 15px;
    margin-bottom: 20px;
	overflow:auto;
}
.rows aside h4, h6{
	text-align: center;
}
.rows aside ul li{
	list-style-type: none;
	padding-top: 10px;
    text-align: center;
	border-bottom:none;
	margin-right:10px;
}
.rows aside li{
	color: white;
}
.rows aside h3{
	background-color: #0366e7;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
footer {
	background-color:  #0366e7;
    color:white;
}
footer p {
	margin-left: 10px;
    font-size: 14px;
}
footer ol{
    margin-left: 15px;
    margin-top: -15px;
}



