/*****  HEADER   *********/


/* div {
    border: 2px solid red;
} */

body {
    min-height: 100vh;
    background: url("images/im5-bis.jpg");
    background-size: cover;
    background-position: top;
}

header {
    border: 12px double black;
}

ul li {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}

ul li a:hover {
    color: black;
}

a {
    color: black;
    font-weight: bold;
}

h1 {
    font-family: 'Grenze Gotisch', cursive;
    color: black;
    font-size: 6em;
    text-shadow: 3px 3px 2px #423430;
    text-align: center;
    letter-spacing: 2;
}

h2 {
    text-align: center;
    padding-top: 3rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    letter-spacing: 0.3rem;
    text-shadow: 3px 3px 2px black;
}

h3 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 3rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    letter-spacing: 0.3rem;
    text-shadow: 3px 3px 2px black;
    padding-bottom: 3rem;
}

#logo_menu_container {
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    min-height: 10vh;
}

.logo {
    max-width: 200px;
    position: absolute;
    top: -40%;
    left: 2%;
    z-index: 20;
    filter: drop-shadow(10px 10px 10px black);
    border: 3px solid black;
}

ul {
    text-align: right;
}

ul li a {
    color: #D9BCA7;
}


/********  HERO **********/

#hero {
    background: linear-gradient(to bottom, rgba(109, 82, 73, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("images/im5-bis.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 7rem;
    padding-bottom: calc(10rem - 4.5rem);
    min-height: 100vh;
}


/*************** BEERS ******************/

#beers {
    background-color: #14161a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: calc(10rem - 4.5rem);
    min-height: 100vh;
}

.beers {
    margin-bottom: 2rem;
}

.title {
    padding-bottom: calc(10rem - 4.5rem);
    padding-top: 4rem;
    color: #adb5bd;
}

.title p {
    width: 50%;
    transform: translate(50%);
    color: #6c757d;
}

hr.divider {
    max-width: 8rem;
    border-width: 0.2rem;
    border-color: #6c757d;
}


/** card flip **/

.scene,
.scene2,
.scene3,
.scene4,
.scene5 {
    width: 200px;
    height: 260px;
    /* border: 1px solid #CCC; */
    /* margin: 40px 0; */
    /* perspective: 600px; */
}

.card,
.card2,
.card3,
.card4,
.card5 {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}

.card.is-flipped,
.card2.is-flipped,
.card3.is-flipped,
.card4.is-flipped,
.card5.is-flipped {
    transform: rotateY(180deg);
}

.card__face,
.card_face2,
.card__face,
.card_face3,
.card__face,
.card_face4,
.card__face,
.card_face5 {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

.card__face--front {
    background: none;
}

.card__face--back {
    background: #D9BCA7;
    transform: rotateY(180deg);
    text-shadow: none;
    font-size: 0.7em;
    border: 12px double #251716;
}


/**BEERS DETAIL***/

.rousse {
    background-image: url("images/mucha7.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    border: 12px double #251716;
    filter: drop-shadow(20px 20px 10px black);
}

.encre {
    background-image: url("images/mucha3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    border: 12px double #251716;
    filter: drop-shadow(20px 20px 10px black);
}

.nymphea {
    background-image: url("images/mucha5.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    border: 12px double #251716;
    filter: drop-shadow(20px 20px 10px black);
}

.pythie {
    background-image: url("images/mucha6.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    border: 12px double #251716;
    filter: drop-shadow(20px 20px 10px black);
}

.heidrun {
    background-image: url("images/mucha8.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    border: 12px double #251716;
    filter: drop-shadow(20px 20px 10px black);
}


/******** MAP *********/

#map {
    background: #EFE0D0;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll; */
    padding-bottom: calc(10rem - 4.5rem);
    min-height: 100vh;
}

.gmap_canvas iframe {
    max-height: 60vh;
    border-radius: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    max-width: 100%;
    transform: translatex(30%);
    border: 3px solid black;
    filter: drop-shadow(20px 20px 10px black);
}

.circle {
    width: 28rem;
    height: 28rem;
    background: url("images/caps_noire3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: border-box;
    position: relative;
    filter: drop-shadow(20px 20px 10px black);
}

hr.contact {
    border-color: rgb(92, 63, 25);
}

.hours_text {
    position: absolute;
    top: 22%;
    text-align: center;
    transform: translateY(30%);
    transform: translateX(50%);
    font-size: 2em;
    width: 50%;
    font-weight: bold;
    color: white;
}


/*****PRESENTATION*****/

#prez {
    background: linear-gradient(to bottom, rgba(109, 82, 73, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%), url("images/im7.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 100vh;
}

p {
    font-size: 1.3em;
}

small {
    text-shadow: none;
    color: #251716;
}

.history {
    background-color: rgba(217, 188, 167, 0.8);
    font-family: 'roboto';
    font-weight: 500;
}

.history h2 {
    padding-top: 2rem;
    padding-bottom: 5%;
}

.history-content {
    padding: 4rem 14rem;
    text-align: justify;
}

footer {
    padding: 5%;
    background-color: black;
    color: #D9BCA7;
}

footer a {
    color: #D9BCA7;
    font-weight: lighter;
}


/* #scroll_to_top {
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 50px;
    right: 30px;
}

#scroll_to_top a:hover {
    color: white;
} */


/* MEDIA QUERIES */

@media all and (min-width: 2560px) {
    #logo_menu_container img {
        max-width: 400px!important;
    }
    ul li,
    p,
    a {
        font-size: 2em!important;
    }
    h1 {
        font-size: 8em;
    }
    h2 {
        font-size: 5em!important;
    }
    h3 {
        font-size: 5em!important;
    }
    .scene,
    .scene2,
    .scene3,
    .scene4,
    .scene5 {
        width: 300px;
        height: 420px;
    }
    .scene--card,
    .scene--card2,
    .scene--card3,
    .scene--card4,
    .scene--card5 {
        margin: 200px!important;
    }
    .card,
    .card2,
    .card3,
    .card4,
    .card5 {
        width: 150%;
        height: 150%;
    }
    .card__face--front {
        align-content: center!important;
        text-align: center!important;
        font-size: 2em;
    }
    .card__face--back {
        align-content: center!important;
    }
    .card__face--back p {
        font-size: 3em!important;
    }
    .card__face--back h6 {
        font-size: 4em;
    }
    .gmap_canvas iframe {
        width: 200%!important;
        height: 800px!important;
        max-width: 800px!important;
        transform: translatex(60%);
    }
    .circle {
        width: 40rem!important;
        height: 40rem!important;
    }
    .hours_text {
        font-size: 2.8em!important;
    }
}

@media all and (min-width: 1440px) {
    h2 {
        font-size: 2em;
    }
    .gmap_canvas iframe {
        width: 100%;
        height: 400px;
        max-width: 400px;
        transform: translatex(70%);
    }
    ul li {
        font-size: 1.2em;
    }
}

@media all and (min-width: 1024px)and (max-width:1439px) {
    .gmap_canvas iframe {
        width: 100%;
        height: 400px;
        max-width: 400px;
        transform: translatex(70%);
    }
    .history-content {
        padding: 2em;
    }
    h1 {
        font-size: 4em;
    }
}

@media all and (min-width:620px)and (max-width:1023px) {
    nav {
        text-align: end!important;
    }
    h1 {
        font-size: 4em;
    }
    .gmap_canvas iframe {
        width: 100%;
        height: 400px;
        max-width: 400px;
        transform: translatex(45%);
    }
    .history-content {
        padding: 0;
    }
    .circle {
        margin-top: 3rem!important;
        width: 20rem!important;
        height: 20rem!important;
    }
    .hours_text {
        font-size: 1.4em;
    }
}

@media all and (min-width:375px)and (max-width:620px) {
    h1 {
        font-size: 3.5em;
        margin-top: 4rem;
        text-shadow: 3px 3px 2px rgb(32, 31, 31);
    }
    #hero {
        background-position: right!important;
    }
    .gmap_canvas iframe {
        width: 100%;
        height: 200px;
        max-width: 300px;
        transform: translatex(10%);
    }
    .logo {
        top: 70%;
    }
    .title p {
        width: 90%;
        transform: translate(5%);
    }
    .circle {
        width: 20rem!important;
        height: 20rem!important;
        margin-top: 3rem!important;
    }
    .hours_text {
        font-size: 1.4em;
    }
    .history-content {
        padding: 0;
    }
}

@media all and (max-width:374px) {
    a {
        font-size: 0.9em;
    }
    .gmap_canvas iframe {
        width: 100%;
        max-width: 250px;
        transform: translatex(10%);
    }
    .logo {
        top: 100%;
        left: 18%;
    }
    #hero {
        margin: auto;
    }
    #hero section {
        margin: 0;
        padding: 0!important;
    }
    h1 {
        font-size: 4em;
        text-align: center;
        margin-top: 4rem;
    }
    h5 {
        margin: 10% 0!important;
    }
    .title p {
        width: 100%;
        transform: translate(0%);
    }
    .circle {
        width: 15rem!important;
        height: 15rem!important;
        margin-top: 3rem!important;
    }
    .hours_text {
        font-size: 1.1em;
    }
    .history-content {
        padding: 0;
    }
    footer {
        font-size: 0.8em;
    }
}