body {
    color: #2e2e2f;
    font-weight: normal !important;
    background: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}

p {
    font-size: 0.9rem;
    line-height: 1.7rem;
}

ul li {
    line-height: 1.7rem;
    font-size: 0.9rem;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    color: #006734;
}

table td {
    font-size: 0.9rem;
}

.header-logo,
.footer-logo {
    width: 200px;
}

.hidden {
    display: none;
}

#fgsh-main {
    min-height: 600px;
}

#fgsh-header {
    /* border-bottom: 1px solid #015322;*/
    background: #006734;
}

#fgsh-header,
nav.navbar {
    min-height: 70px;
}

nav.navbar a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.copy p {
    text-transform: uppercase;
    font-family: "BenchNine", sans-serif;
}

nav.navbar a.nav-link {
    color: #fff;
}

h2,
h3,
h4 {
    color: #006734;
}

nav.navbar a.nav-link:hover,
nav.navbar a.nav-link.active,
.dropdown-item.active {
    color: #fff;
    border-bottom: 3px solid #ea6534 !important;
    margin-bottom: -3px;

}

.dropdown-item.active {
    background: #fff;
}

#fgsh-hero.home {
    height: 490px;
}

#fgsh-hero {
    height: 230px;
    padding: 0;
    background: #fff url('../img/fgsh-hero.jpg') center center;
    background-size: cover;
    margin-top: 18px;
}

#fgsh-hero.restaurant {
    background-image: url('../img/restaurant.jpg') !important;
}

#fgsh-hero.course {
    background-image: url('../img/Mollenkotten_VS82991.jpg') !important;
}

.text-orange {
    color: #ea6534;
}

.jumbotron {
    background: #fff;
}

.teaser {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

.fgsh-club {
    color: #f08d02;
    font-weight: 500;
}

ul li a {
    margin-right: 20px;
}

.logos-extern {
    width: 200px;
}

.copy {
    border-top: solid 1px #006734;
    padding: 1.2rem;
}

.copy a {
    color: #2e2e2f;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}