/***** BASE STYLES *****/

@font-face {
    font-family: 'Playfair Display', serif;
    src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format: ('opentype');
}

/***** GRID SECTION *****

.full-width {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    clear: both;
} */

/***** HEADER SECTION *****/

header {
    height: 800px;
    background: url(../img/photo-by-jack-redgate-from-pexels.jpg);
    background-size: cover;
    background-position: center;
}

header h1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    line-height: 200px;
    color: #331a00;
}

header h2 {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    text-align: center;
    /*line-height: 10px;*/
    color: darkolivegreen;
}

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;
}

footer {
  margin: 2px 0 0 10px;
}
