body {
    font-family: 'Cinzel';
    margin: 0;
    color: #212529;
}

.top-nav ul {
    display: inline-flex;
    width: 100%;
}


.top-nav ul li a:hover, .top-nav ul li a.current-page {
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ebebeb 20%, #ffffff 50%, #ffffff 80%) repeat scroll 0 0;

}

.top-nav ul li {
    list-style: none;
}
.top-nav ul li a {
    color: #000000;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 105px;
    text-transform: uppercase;
    float: left;
}

.banner-section {
    margin: 0;
    padding: 0;
}

.banner-img {
    position:relative; 
    background: url('/img/slider1.jpg');
    min-height: 72vh;
    background-size: 100vw 100%;
    background-repeat: no-repeat;
}

.banner-img.small {
    position:relative; 
    background: url('/img/slider1.jpg');
    min-height: 37vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 75%; 
}

.banner-slogan {
    position: absolute;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 44px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 40px;
    width: 30vw;
    top: 6vh;
    left: 43vw;

}

.banner-slogan h1 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
}

.blurb-section {
    font-family: 'Martel', serif;
    font-size: 15px;
}

.blurb-text {
    max-width: 61vw;
}

.list-title h4 {
    color: #000000;
    font-family: 'Cinzel';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.list-title p {
    font-family: 'Martel', serif;
    font-size: 14px;
}
h1.title1 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 500;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1.title1::after {
    background: rgba(0, 0, 0, 0) url(/img/line.jpg) no-repeat scroll right top;
    content: "";
    display: inline-block;
    height: 8px;
    width: 205px;
}

.footer {
    border-top: 1px solid #231f20;
    background: #ebebeb none repeat scroll 0 0;
    float: left;
    padding: 30px 0;
    text-align: center;
    height: 13vh;
    width: 100vw;
}

.footer p {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}