html, body {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    font-family:  "Comic Sans MS", "Comic Sans";
}


h1, p {
    margin: 0 0 1em;
}

h1 {
    text-align: center;
}

.intro {
    display: table;
    height: 100%;
    width: 100%;
    margin: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pc_background.jpg');
    background-size: cover;

}

.intro .inner {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    max-width: none;
}

.content {
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    max-width: 960px;
    margin: auto;
}

.inner {
    max-width: 75%;
    margin: auto;
    font-size: 140%;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
}

#logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
}

.page {
    width: 90%;
    margin: auto;
}

.page .inner p {
    padding: 2em 0 0
}

iframe {
    width: 90%;
    frameborder: 0;
    max-width: 100%;
    height: 400px;
}

h3 {
    margin-top: 50px;
    color: #333333;
    font-size: 3rem;
    font-weight: 600;
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 33px;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    background-color: inherit;
    border-radius: 0px;
}

hr {
    margin-bottom: 30px;
    border: 0;
    border-top: 5px solid #fcbe71;
    width: 70px;

}


#map {
    margin-top: 30px;
    background-color: white;
    grid-area: map;

}

#map h1 {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 5px;
}

#map h2 {
    padding-bottom: 10px;
    padding-top: 5px;
}


#map a {
    text-decoration: none;
}

.navigation {
    height: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #333;
}


.navigation li {
    display: inline;
}

.navigation a {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    color: #fcbe71;
    text-decoration: none;
    font-size: 2rem;
}

.navigation a:hover{
    text-decoration: none;
    color: white;
}

footer {
    height: 50px;
}

footer h3 {
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
    color: #fcbe71;
    padding-top: 15px;
    font-size: 1rem;
}


.today {
    color: #333333;
}

#info p {
    font-weight: bold;
}

#contact {
    text-align: center;
}

a[href^="tel"]{
    color: inherit;
    text-decoration: none;
}

#opening-hours {
    color: white;
    background-color: #fcbe71;
}

#gallery{

}

#gallery div {
    display: inline;
}



#gallery img {
    margin-bottom: 15px;
}



#opening-hours h3 {
    color: white;
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
}


#opening-hours hr {
    border-top: 5px solid #333333;

}

#contact img {

    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;

}

blockquote {
    color: white;
    font-size: 29px;
    font-weight: 700;
    font-family: "Arvo";
    line-height: 35px;
}

#quote {
    background-color: #333333;
}

#quote p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Arvo";
    font-style: normal;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: center;
}

#wensen h3{
    color: #333333;
}

#wensen img {
    width: 50%;

}


@media screen and (max-width: 800px) {
    .navigation a {
        text-transform: uppercase;
        display: inline-block;
        padding: 5px;
        color: #fcbe71;
        text-decoration: none;
        font-size: 1.5rem;
    }

    #wensen img {
        width: 75%;
    }


}

@media screen and (max-width: 550px){

    .navigation a {
        text-transform: uppercase;
        display: inline-block;
        padding: 10px;
        color: #fcbe71;
        text-decoration: none;
        font-size: 1rem;
    }

}







