@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Oswald';
@import 'https://fonts.googleapis.com/css?family=Fanwood+Text&display=swap';  


a:visited {
  text-decoration: none;
}

a:active {
  color: #f0552e;
  text-decoration: none;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
 
}




body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

section article p {
  max-width: 700px;
}

body {
  background: url(images/Background.jpg) no-repeat center center fixed;
  background-size: cover;
}

h1 { 
  font-size: 30px;
  margin: 5px 0 30px 0;
  font-family: 'Fanwood Text', sans-serif;
  color: #f0552e;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 { 
  font-size: 20px;
  margin: 0 0 20px 0;
  font-family: 'Fanwood Text', sans-serif;
  line-height: 20px;
  
}

h3 { 
  font-size: 30px;
  margin: 0 0 10px 0;
  font-family: 'Fanwood Text', sans-serif;
}

p { 
  font-size: 18px;
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
}

header {
  width: 100%;

  margin: 20px 0 20px 0;
}

section {
  width: 100%;
  max-width: 70%;


  margin: 20px 0 20px 0;
}



section header {
  margin: 0;
}

aside {
  width: 100%;
  max-width: 70%;
  float: left;
  background-color:rgba(255,255,255, 0.2);
  margin: 20px 0 20px 0;
}



aside2 {  
  position:absolute; 
  TOP:300px; 
  right:500px; 
  WIDTH:50px; 
  HEIGHT:50px
}



footer {
  clear: both;

  margin: 20px 0 20px 0;
}

#wrapper {
  max-width: 80%;
  margin: auto;
}

nav {
  width: 100%;
}


nav ul li {
  display: inline-block;
}

section article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section header h2 {
  letter-spacing: -0.05rem;
  line-height: 2.5rem;
}

section article p {
  line-height: 1.3rem;
  letter-spacing: 0.02rem;
}