html {

}
.masthead {
    height: 100vh;
    min-height: 550px;
    background-color: black;
    background-image: url('/images/bg.jpg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.bg-wolf {
    background-color: #faf9f6;
}
.logo {
    opacity: 1;
}
.nav-item a {
    color: #292929;
}
.external_link a {
    color: #292929;
}

.nav-item a:hover {
    color: #292929;
}

.extlink a {
    text-decoration:none;
}

.intro {
    font-size: 18px;
}

.menu {
    font-size: 11px;
    letter-spacing: 3px;
    
}
.heading {
    font-size: 15px;
    letter-spacing: 3px;
}

.ribbon {
    background: #25262e;
    display: inline-block;
    padding: 0 12px 0 24px;
    text-align: center;
    position: relative;
    height: 24px;
}

.ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 12px solid #25262e;
    
    right: -24px;
    border-left-width: 24px;
    border-right-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}

.menu_title {
    margin-bottom: 65px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #25262e;
}

.menu-top {
    font-size: 16px;
}