@import url('https://fonts.googleapis.com/css?family=Anton|Oswald:300');
body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  background: url(../images/background-image.jpg);
  background-size: cover;
}



h1 { 
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  margin-left:20px;
  position:relative;
  top:20px;
  font-size:4em;
  color:red;
  letter-spacing:25px;
}

h2 { 
  font-size: 3em;
  font-family: 'Anton', sans-serif;
  color:red;
  margin-top:20px;
}

h3 { 
  font-size: 20px;
  font-family: 'Anton', sans-serif;
}

p { 
  font-size: 30px;
  margin: 30px;
  font-family: 'Oswald', sans-serif;
}

header {
  min-width: 100%;
  background-color:white;
  min-height:100px;
  color:white;
  letter-spacing:2px;
  
}

section {
  width: 100%;
  max-width: 40%;
  height: 700px;
  float: right;
  background-color:white;
  margin-left:1%;
  margin-top:1%;
  padding-top:40px;
  box-shadow: 2px 0 yellow;
  border-bottom: 10px solid yellow;
}

section2  {
  width: 100%;
  max-width: 81%;
  height:700px;
  float: right;
  background-color:white;
  margin-left:1%;
  margin-top:1%;
  border-bottom:10px solid yellow;
}

.big {
  width: 100%;
  max-width: 81%;
  height:700px;
  float: right;
  background-color:white;
  margin-left:1%;
  margin-top:1%;
  border-bottom:10px solid yellow;
}

.gallery {
  width: 100%;
  max-width: 25%;
  height:200px;
  float: right;
  background-color:white;
  margin-left:1%;
  margin-top:1%;
  border-bottom:10px solid yellow;
}

.gallery img {
 max-width:100%; 
}

section header {
  margin: 0;
}

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

section article img {
  
  width:400px;

}

section header h2 {

}


.video {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 5px rgba(25,25,25,0.3);
  transform: rotate(0deg);
}

/* Don't edit any of the properties below - set it and forget it! */
.video iframe,  
.video object,  
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

aside {
  width: 100%;
  max-width: 18%;
  height:1465px;
  clear:both;
  float: left;
  background-color:white;
  margin-top:1%;
  text-align:center;
  line-height:40px;
  box-shadow: 2px 0 yellow;
  border-bottom: 10px solid yellow;
}


aside a {
  font-size:25px;
  
}

footer {
  clear: both;
  background-color: Yellow;
  height:150px;
  position:relative;
  top:100px;
  width:100%;
  text-align:center;
  padding-top:50px;
  outline: 20px dotted yellow;
  outline-offset: -15px; 
  border-bottom: 5px solid blue;
}


footer img {
  margin-left:5%;
  margin-right:5%;
}

nav {
  width: 100%;
  text-align:center;
  background-color:white;
  min-height:100px;

  
}


nav a {
  line-height:75px;
  font-size:2em;
  margin-left:5%;
  margin-right:5%;
}



nav img {
 height:100px;
 float:left;
 margin-top:40px;
 margin-left:40px;

}

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

section img {
  max-width:100%;
  margin-top:100px;
  transition-duration: 0.4s;
  background: url("../image/mainimage.png")
  border: #fff solid 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 5px rgba(25,25,25,0.3); 
  transform: rotate(3deg);
}

section img:hover {
  transform:rotate(360000deg);
}

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

.button {
    background-color: #4472C4;
    border: none;
    color: white;
    margin-top:60px;
    padding: 15px 35px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
    font-family: 'Anton', sans-serif;
}


.button:hover {
    background-color: yellow;
    color: red;
}


@media only screen and (max-width: 1100px) {
  nav a {
    margin-left:10px;
    margin-right: 10px;
  }
  
      nav img {
     float:none;
     text-align:center;
     margin-left:0;
    }
    
        h1 {
      font-size:2em;
      letter-spacing:15px;
      margin-left:auto + 1px;
      margin-right:auto;
    }
    
    h2 {
      font-size:1.5em;
    }
    
    P {
      font-size:25px;
    }
    
    aside a {
      font-size:20px;
    }
}


@media only screen and (max-width: 600px) {
    section {
        max-width:100%;
    }
    
    .big {
      max-width:100%;
    }
    
    .button {
      padding: 5% 20%;
    }
    
    
    aside {
      max-width:100%;
      min-height:200px;
    }
    
    
    nav a {
  font-size:1em;
  margin-left:1%;
  margin-right:1%;
}
}