body {
    font-family: 'Source Sans Pro';
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
    color: #00b8b2;
    margin-bottom: 20px;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #333333;
    letter-spacing: .2px;
}

img {
    max-width: 100%;
}

a {
    color: #00b8b2;
}

a:hover, a:focus {
    color: #008F8A;
}

#header {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    z-index: 1;
    position: relative;
}
.img-header {
    text-align: center;
    padding: 2rem 0 1rem 0;
}
#hero {
    min-height: 300px;
    max-height: 645px;
    height: calc(100vh - 400px);
    margin-bottom: 60px;
}
.hero__img {
    background-image: url('../images/norderney-panorama.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 300px;
    max-height: 645px;
    height: calc(100vh - 400px);
}

.section__south {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #f6f5f2;
}

.section__image {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.section__west {
    padding: 80px 0;
    background-color: #ffffff;
}

.section__east {
    padding: 80px 0;
    background-color: #f6f5f2;
}

.category {
    margin-bottom: 15px;
}

.label {
    font-weight: 100;
}

.value {
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffd700;
}

.btn-primary {
    background-color:  #00b8b2;
    border-color:  #00b8b2; 
}

.btn-primary:hover{
    background-color:  #008F8A;
    border-color:  #008F8A; 
}

footer {
    padding: 40px;
    background-color: #008F8A;
}

footer .footer__list {
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

footer .footer__list li:last-child a {
    color: #ffffff;
    line-height: 4;
}

@media all and (max-width: 420px) {
    .btn-lg {
        font-size: 1.1rem;
    }
}