/***** BASE STYLES *****/



/***** HEADER SECTION *****/
header {
  height: 800px;
  background: url('../img/photo-by-jack-redgate-from-pexels.jpg');
  background-size: cover;
}


header h1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    line-height: 35px;
    color: #331a00;
}

header h2 {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    color: darkolivegreen;
    margin: 60px 0 0 0;
}

header h3 {
  font-family: 'Playfair Display',serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  color: darkolivegreen;
  margin-top: 45px;
}

header a {
color: #341414;
}

a:hover {
  color: darkolivegreen;
}

@media screen and (max-width:1200px) {
  header h1 {
    padding-left: 20px;
  }
}
