body {
    background-color: #8cef78;
    background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2019/img/bg.png);
    background-repeat: repeat;
    background-size: 600px;
}
#logotype {
    margin: 40px auto 20px;
    max-width: 400px;
    display: block;
    width: 100%;
}
.box {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    padding: 20px 20px 5px;
    margin-bottom: 10px;
}
.facebook {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    margin-bottom: 10px;
}
.box p,
.box li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
/* ------- CONTENT ------- */

h1 {
    text-indent: -9999px;
    position: absolute;
}
h2,
h3 {
    clear: both;
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
h2 span,
h3 span {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    background: #a4d7e4;
    text-transform: uppercase;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(87,139,189,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(87,139,189,1);
    box-shadow: 10px 10px 0px 0px rgba(87,139,189,1);
    padding: 12px 20px;
    text-align: center;
    line-height: 35px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
h3 span {
    font-size: 20px;
    line-height: 25px; 
}
div.divider {
    background-image: url(https://www.burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2018/img/sbf18_divider.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    clear: both;
}
@media (min-width: 768px) {
    .box.min-height {
        min-height: 330px;
    }
}
.arranged-by {
    margin-bottom: 20px;
    margin-top: 20px;
}
.arranged-by p {
    font-size: 15px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .arranged-by p {
        margin-bottom: 20px;   
    }
}
@media (max-width: 768px) {
    .arranged-by img.barrels {
        margin-top: 20px;   
    }
}
.arranged-by img {
    max-height: 105px;
}

/* ------- BURGER ------- */

.burger img {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    box-shadow: 10px 10px 0px 0px rgba(114,190,101,1);
    margin-bottom: 40px;
}
img {
    max-width: 100%;
}
#cookie-notice .cn-button {
    background-color: #de4436;
    border-radius: 4px;
    color: #fff;
    font-family: houschka-rounded, sans-serif;
    font-weight: 600;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
#cookie-notice .cn-close-icon {
    transition: all 0.3s ease;
}
#cookie-notice .cn-button:hover {
    background-color: #c43c2f;
    text-decoration: none;
}