*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body{
  font-family: 'Arvo', serif;
  font-size: 16px;
  font-weight: normal;
  color: #1d1d1d;
  margin:auto;
  background-attachment: fixed;
  background-size: cover;

}

#container{
background-image: url("img/bg1.jpg");
  margin:auto;
}

#header
{
  height: auto;
background-color: #fff;
  color:#001f4d;
  padding :20px;
  text-align: left;
  font-family: calibri;
  font-size: 18px;
  margin-bottom: 2px;
}

#header a
{
color:#001f4d;
text-decoration: none;

}

#header p
{
color:brown;
text-decoration: none;
text-shadow:2px 1px #001f4d;
font-weight:bold;
}

#header img
{
  max-height: 100px;
  max-width: 100px;
  float:left; 
  margin-right:10px;
}

#wrapper
{
  border:0px solid silver;
  color:#1d1d1d;
  height: auto;
  margin:auto;
  padding:50px;
  background-color: #fff;
  text-align: center;
  font-family: calibri;
  font-size: 18px;
  
 
}

#image
{
width:70%;
}

#content
{

  border:0px solid silver;
  color:#fff;
  height: auto;
  margin:auto;
  padding:50px;
  background-color:;
  text-align: center;
  font-family: calibri;
  font-size: 18px;
  
}

#footer 
{
  padding:50px;
  color:#fff;
  clear: both;
    font-family: calibri;
  font-size: 18px;
}

#footer a {color:brown;}
 }