@import url('https://fonts.googleapis.com/css?family=IM+Fell+English:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400i,700,700i&display=swap');
/*Variables*/

:root {
    --primary-color: #bbb397;
    --secondary-color: #830006;
    --contrast-color: #B09D7D;
    --gray-color: #53596f;
    --white-color: #ffffff;
    --blue-color: #031b2d;
    --blue-light: #CAE4FF;
    --link-color: #0076bb;
    --margin-t: 20px;
    --margin-b: 40px;
}

/*Tipografy*/

/*Muli*/

/*
100 Thin
200 Extra 
300 Light   
400 Regular 
500 Medium  
600 Semi-Bold   
700 Bold
800 Extra Bold
900 Ultra Bold
*/

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    font-family: 'Gentium Book Basic', serif;
    background-color: var(--gray-color);
}

.container {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    width: 100%;
    height: 60vw;
    background: var(--gray-color) url(../img/bg-map-festivals.png);
    background-size: 100vw 60vw;
    background-position: center;
    text-align: left;
}

input {
    display: none;
}

p {
    margin: 0;
}

.button {
    color: var(--primary-color);
    font-family: 'IM Fell English', serif !important;
    font-weight: bold;
    font-size: 2em !important;
    background-color: var(--secondary-color);
    display: block;
    padding: 2px 14px;
    border-radius: 100%;
    cursor: pointer;
    animation: fadein .5s;
    animation: pulse 1.5s infinite;
}

.content {
    background: transparent;
    padding: 8px 12px;
    display: none;
    position: relative;
    margin: 0 auto;
    width: 80%;
    top: 8vw;
    height: auto;
    z-index: 100;
}

.cross {
    font-family: 'IM Fell English', serif;
    font-weight: lighter;
    color: var(--white-color);
    font-size: 1.4em;
}

.header {
    font-weight: bold;
    margin-top: 12px;
    font-size: 24px;
}

article {
    padding: 30px 0;
    background: var(--blue-color);
    border-radius: 8px;
    box-shadow: 0 4px 2px -2px rgba(211, 47, 47, 0);
}

h1 {
    color: var(--contrast-color);
    font-family: 'IM Fell English', serif !important;
    font-size: 1.8em !important;
    line-height: 1.9em !important;
    text-align: center;
    padding: 0;
    margin: 0;
}

h2 {
    color: var(--white-color);
    font-family: 'IM Fell English', serif !important;
    font-size: 1.6em !important;
    line-height: 1.7em !important;
}

h3 {
    color: var(--white-color);
    font-family: 'IM Fell English', serif !important;
    font-size: 1.5em !important;
    line-height: 1.3em !important;
}

h4 {
    color: var(--blue-light);
    font-family: 'Gentium Book Basic', serif;
    font-size: 1.4em !important;
    line-height: 1.2em !important;
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

h5 {
    color: var(--white-color);
    font-family: 'IM Fell English', serif !important;
    font-size: 1.3em !important;
}

h6 {
    color: var(--secondary-color);
    font-family: 'IM Fell English', serif !important;
    font-size: 1.2em !important;
    line-height: 1.3em !important;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}

p {
    color: #dbdcba !important;
    font-family: "Gentium Book Basic", serif !important;
    font-size: 0.95em !important;
    line-height: 1.37em !important;
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

#b1 {
    position: absolute;
    left: 21vw;
    top: 37vw;
}

#b2 {
    position: absolute;
    left: 19vw;
    top: 36vw;
}

#b3 {
    position: absolute;
    left: 18vw;
    top: 33vw;
}

#b4 {
    position: absolute;
    left: 19vw;
    top: 39vw;
}

#b5 {
    position: absolute;
    left: 17vw;
    top: 41vw;
}

#b6 {
    position: absolute;
    left: 65vw;
    top: 6vw;
}

#b7 {
    position: absolute;
    left: 66vw;
    top: 8vw;
}

#b8 {
    position: absolute;
    left: 69vw;
    top: 8vw;
}

#b9 {
    position: absolute;
    left: 72vw;
    top: 7vw;
}

#b10 {
    position: absolute;
    left: 69vw;
    top: 6vw;
}

#b11 {
    position: absolute;
    left: 69vw;
    top: 13vw;
}

#input1:checked~#content1 {
    display: block !important;
    animation: fadein .5s;
}

#input2:checked~#content2 {
    display: block !important;
    animation: fadein .5s;
}

#input3:checked~#content3 {
    display: block !important;
    animation: fadein .5s;
}

#input4:checked~#content4 {
    display: block !important;
    animation: fadein .5s;
}

#input5:checked~#content5 {
    display: block !important;
    animation: fadein .5s;
}

#input6:checked~#content6 {
    display: block !important;
    animation: fadein .5s;
}

#input7:checked~#content7 {
    display: block !important;
    animation: fadein .5s;
}

#input8:checked~#content8 {
    display: block !important;
    animation: fadein .5s;
}

#input9:checked~#content9 {
    display: block !important;
    animation: fadein .5s;
}

#input10:checked~#content10 {
    display: block !important;
    animation: fadein .5s;
}

#input11:checked~#content11 {
    display: block !important;
    animation: fadein .5s;
}

input:checked~label .button {
    display: none !important;
    animation: fadeout .5s;
}

.button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.cta {
    font-family: 'Marcellus SC', serif !important;
    text-transform: uppercase;
    display: inline-block;
    background: #0d4663;
    color: var(--white-color);
    padding: 12px 24px;
    margin-top: 48px;
    border-radius: 2px;
    text-decoration: none;
    transition: all .3s ease;
    text-align: center;
}

.cta:hover {
    text-decoration: underline !important;
    box-shadow: 0 0 0 4px rgba(114, 181, 204, 0.8);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0px rgb(131, 0, 6);
    }
    to {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

#metal-journey-nav {
    background: url(../img/bg-menu.png) top center no-repeat;
    top: 0px;
    left: 5px;
    z-index: 10;
    position: absolute;
    width: 120px;
    height: 302px;
    padding-top: 100px;

}

#metal-journey-nav ul {
    font-family: 'Marcellus SC', serif !important;
    font-size: 0.85em;
    font-weight: 600;
    padding-left: 60px;
    padding-right: 0px;
    list-style-type: none;
}

#metal-journey-nav ul li {
    background: url('http://www.elsantuariodelrock.com/blog/wp-content/themes/shockmag_child/assets/images/cross-list-bullet.png') no-repeat left 7px !important;
    margin-left: -40px;
    padding-left: 14px;
}

#metal-journey-nav ul li a {
    color: #dbdcba !important;
    font-size: 0.95em !important;
    line-height: 2em !important;
    text-decoration: underline;
}