@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Slab');

body {
  background-color: #fff;
  background-position: center;
  background: url(../Images/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

h1 { 
  max-width: 50%;
  font-size: 80px;
  text-align: Left;
  color: #fff;
 font-family: 'Roboto Slab', serif;
}

h2 { 
  font-size: 40px;
  margin: 30px 30px 30px 30px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}

h3 { 
  font-size: 40px;
  text-align: center;
  padding-right: 50px;
  padding-top: 40px;
  font-family: 'Roboto Slab', serif;
   }
  
p { 
  font-size: 24px;
  margin: 20px 20px 20px 20px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

#p1 { 
  font-size: 24px;
  text-align: center;
}

header {
  width: 100%;
  margin: 20px 0 20px 0;
}

section {
  width: 60%;
  max-width: 60%;
  float: left;
  background-color: #ddd;
  margin: 20px 0 20px 0;
}

section article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

aside {
  width: 100%;
  max-width: 30%;
  float: right;
  background-color: #ddd;
   margin: 20px 0 20px 0;
   padding-left: 40px;
}
footer {
  clear: both;
  width:100%;
  color: #808080;
  margin: 20px 0 30px 0;
  position:relative;
  bottom:10px;
  text-align:center;
  padding-top: 520px;
}
 #wrapper {
  max-width: 80%;
  margin: auto;
}
#info {
  font-size: 30px;
  margin: 30px 0 10px 0;
  padding-right: 50px;
}
#frame {
  margin: 30px 30px 30px 30px;
  font-size: 30px;
  padding-left: 50px;
}
#aboutimage1 {
  max-width: 100%;
  height: auto;
    display: block;
    width: 80%;
    clear: both;
    padding-left: 80px;
    padding-bottom:55px;
    padding-top: 20px;
}

nav ul li {
  display: inline-block;
  padding:20px;
  color: #fff;
}
nav {
  width: 100%;
  color:#fff;
  font-size:25px;
  clear:both;
}
.call-to-action {
  color:#fff;
   }
   
   .call-to-action:hover {
     color:#505050;
   }
  

