﻿div {
    outline-style: none;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
}

footer {
    padding-bottom: 10px;
}

h1 {
    font-family: "playfair display", serif;
    text-shadow: #ffffff 0px 0px 6px;
    color: rgb(33, 38, 39);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 3.2px;
    margin-bottom: 15px;
}

.subtitle {
    font-family: "brandon-grot-w01-light", serif;
    text-shadow: #ffffff 0px 0px 6px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 9.8px;
    color: rgb(100, 114, 118);
    margin-bottom: 20px;
}

.nav {
    width: 970px;
    margin: 0 auto;
    padding-bottom: 15px;
}
    .nav li {
        font-family: "playfair display", serif;
        font-size: 16px;
        font-weight: 400;
        float: left;
        display: block;
        width: 194px;
        text-align: center;
    }
        .nav li a {
            color: #555;
        }
    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: inherit;
    }

.nav-content {
    padding-top: 50px;
    background-color: rgba(221, 218, 210, 0.15);
}

.body-content {
    width: 100%;
    background-color: #FFF;
    padding: 0;
}

.body-wrap {
    width: 970px;
    margin: 0 auto;
    font-size: 17px;
    font-family: brandon-grot-w01-light,sans-serif;
}

.slick-slide {
    padding: 0 5px;
}

@font-face {
    font-family: "playfair display";
    font-style: normal;
    src: url('../fonts/playfair.woff2');
}

@font-face {
    font-family: "brandon-grot-w01-light";
    font-style: normal;
    src: url('../fonts/brandon-grot-w01-light.woff2');
}