body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Suravaram', serif;
}

a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #bb9753;
}

ul {
    padding: 0;
    list-style-type: none;
}

a.btn.btn-primary.btn-light {
    color: #fff
}

.section-dark-bg {
    background-color: #2f3239;
    color: #fefefe;
}

button.btn-primary, a.btn-primary, input.btn-primary {
    background-color: #8b6d37;
    border: 1px solid #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.btn-primary:hover, a.btn-primary:hover, input.btn-primary:hover {
    background-color: #bb9753;
    border-color: #8b6d37;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-image {
    background-image: url("../img/intro.jpg");
    height: 100vh;
}

.intro-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 45%;
    max-height: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
    .intro-image img {
        max-width: 55%;
        max-height: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .intro-image img {
        max-width: 65%;
        max-height: 50%;
    }
}

img.banner-image {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    section::before {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    section::before {
        height: 30px;
    }
}

section {
    padding-top: 100px;
    padding-bottom: 80px;
}

section#home {
    padding: 0;
}

section .section-header h2 {
    color: #8b6d37;
}

section ul {
    display: table;
    margin: 0 auto;
}

div.container-fluid {
    padding: 0;
}

div.section-header {
    text-align: center;
}

div.section-header h2 {
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 60px;
}

#mainNav .navbar-brand img {
    height: 40px;
}

img.header-image {
    width: 100%;
}

div.header-title {
    background-color: #8b6d37;
    color: #fff;
    padding: 50px;
}

div.header-title h2 {
    margin-bottom: 20px;
    font-size: 2.1rem;
    text-transform: uppercase;
}

div.header-title h2, div.header-title h3 {
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 768px) {
    div.header-title h2 {
        font-size: 1.5em;
    }

    div.header-title h3 {
        font-size: 1.2em;
    }
}

#team div.team-member {
    margin-bottom: 70px;
}

#team img.team-image {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #bbb;
    filter: sepia(80%);
    -webkit-filter: sepia(80%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#team img.team-image:hover {
    filter: none;
    -webkit-filter: none;
}

#team img.team-image-large {
    height: 350px;
    width: 350px;
}

@media only screen and (max-width: 768px) {
    #team img.team-image-large {
        height: 200px;
        width: 200px;
    }
}

#team h3 {
    font-size: 1.9em;
}

#team h3, #team p {
    margin: 10px;
}

.team-icon {
    margin-top: -10px;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 1200px) {
    .team-icon {
        margin-top: -8px;
        width: 20px;
        height: 20px;
    }
}

#jobs ul {
    margin: 0;
    padding: 0 40px;
    list-style-type: circle;
}

.portfolio div, .workshop div {
    padding: 0;
    margin: 0;
}

.portfolio img, .workshop img {
    width: 100%;
}

section#cocktails div.portfolio img {
    padding: 15px;
}

#catering > div > div:nth-child(4) > div > div > div > img {
    padding: 20px;
}

section#course .price-table li {
    font-size: 18px;
}

.additional-info {
    margin-top: 15px;
}

div.document-button {
    margin-top: 20px;
}

div.document-button a {
    background: transparent;
    border: 2px solid #8b6d37;
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.document-button a:hover {
    color: #bb9753;
}

#myImg {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1021;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 700px;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#products div.row div {
    padding: 20px;
}

#products div.card {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    #products div.card {
        width: 70%;
        margin: 0 auto;
    }
}

#products div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#instafeed > div {
    float: left;
}

.card {
    border: 2px solid #8b6d37;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card:hover {
    border-color: #bb9753;
}

#instafeed a img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 5px;
}

@media only screen and (max-width: 992px) {
    #instafeed a img {
        width: 206px;
        height: 206px;
    }
}

@media only screen and (max-width: 768px) {
    #instafeed a img {
        width: 236px;
        height: 236px;
    }
}

@media only screen and (max-width: 576px) {
    #instafeed a img {
        width: 320px;
        height: 320px;
    }
}

.post-preview > a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #bb9753;
}

.post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview .post-meta {
    color: #777777;
    font-size: 12px;
    font-style: italic;
    margin-top: 0;
}

.post-preview .card {
    background: #fff;
    display: inline-block;
    margin-bottom: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.post-preview .card .image img {
    width: 100%;
    height: 100%;
}

.post-preview .card .content {
    float: left;
    overflow: hidden;
    padding: 20px;
}

.post-preview .card .content h2 {
    margin: 5px 0;
}

#contact-form form h3 {
    font-size: 1.2em;
}

.section-header .impressum h2, .privacy h2 {
    margin-top: 60px;
    font-size: 26px;
}

.privacy {
    text-align: left;
}

.privacy ul {
    list-style: square;
}

#downloads ul li {
    line-height: 2em;
}

section#team i.fa, section#team i.far {
    font-size: 25px;
    margin-right: 7px;
    color: #bbb;
}

#google-reviews .review-item {
    margin-bottom: 40px;
}
