html { 
  background: #fafafa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
body {
  background:  
  width: 800px;
  height: auto;
  
}
header {
  bckground-color:rgba(0,0,1,0.5);
    background-repeat:no-repeat;
    height: 70px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top: 0px;
}
header ul {
    list-style: none;
    float: right;
    margin-top: 0px;
}
header ul li {
    display: inline;
    margin-right: 20px;
    
    
}
header a  {
    color: white;
    margin-top: -40px;
    text-decoration: none;
    font-family: arial;
   
    
}

header a:hover {
    color: #2dafdb;
    
}
header p {
    float: left;
    padding: 10;
    margin-top: 60px;
    margin-left: 10px;
    display: inline;
}
header img {
    padding: 0;
    
    float: left;
    width: 40%;
    height: auto;
    
 
    
}

section {
    
    padding: 30px;
    padding-top: 1px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    height: 600px;
    bckground-color:rgba(0,0,1,0.5);
    background-repeat:no-repeat;
    text-align: justify;
    
    
}
section img {
    list-style: none;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    width: 200px;
    height: 120px;
    padding: 10px;
  
    border-image: 5px;

}

section img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

section b {
    text-decoration: none;
    font-family: arial;
}
section p {
  color: white;
  font-family: arial;

}
footer {
  margin-top: 0px;
  padding-top: 500px;
    height: 50px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    
}

footer ul {
    float: right;
    list-style: none;
    margin-right: 20px;
    margin-top: 20px;
   
}
foter ul li {
    margin-left: 15px;
    padding: 0px;
    display: inline;
    
}
footer p {
  
    color: gray;
    font-size: 11px;
    margin-left: 300px;
    margin-top: 50px;
}
footer img {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-bottom: 10px;
   
    
}
footer a, a3  {
    color: black;
    text-decoration: none;
    font-family: arial;
    font-size: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
footer a:hover {
    color:  grey;
    font-size: 14px;
   
   
    
}

h1
{
	font-family: Arial;
	color: black;
	margin-top: 32px;
	margin-bottom: 30px;
	font-size: 26px;
	margin-left: 20px;
        text-decoration: none;
}

h1 sup
{
	color: #ddd;
        text-decoration: none;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}
a {
  text-decoration: none;
    line-height: 30px;
}


