.comedy {
    background: url(https://www.enjoycoventry.com/stylesheet/penguin201711/ccf-logo.png) left bottom no-repeat #43BEDF;
    background-size: 100px;
    position: relative;
    color: #fff;
    padding: 15px 15px 90px;
    min-height: 200px;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

.comedy h1 {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 2.6rem !important;
}

@media all and (min-width: 480px) {
    .comedy {
        padding: 15px 15px 15px 90px;
        min-height: 100px;
    }

    .comedy h1 {
    }
}

@media all and (min-width: 600px) {
    .comedy {
        padding: 20px 15px 20px 140px;
        min-height: 150px;
        background-size: 150px;
    }

    .comedy h1 {
    }
}

@media all and (min-width: 768px) {
    .comedy {
        padding: 30px 15px 20px 190px;
        min-height: 200px;
        background-size: 200px;
    }

    .comedy h1 {
        font-size: 3rem !important;
    }
}

@media all and (min-width: 992px) {
    .comedy {
        padding: 30px 200px;
        min-height: 200px;
        background-size: 200px;
    }

    .comedy h1 {
        font-size: 4rem !important;
    }
}

@media all and (min-width: 1440px) {
    .comedy {
        padding: 30px 0;
        min-height: 150px;
        background-size: 150px;
    }

    .comedy h1 {
        font-size: 4rem !important;
    }
}

.header-lower {
    display: none;
}

/* Eventlist */
.eventlist h4 {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    border-bottom: none;
    position: relative;
    width: auto;
    float: left;
}

.eventlist h4:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #43BEDF;
    right: 0;
    left: -500px;
    bottom: 0;
}

.eventlist .event_item a.msl_event_name {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    line-height: 1.2 !important;
    margin: 0 0 0.5rem;
}

/* Navigation */
.microsite .msl_navbar {
    margin: -0.5rem 2rem 1rem;
    padding: 0;
}
@media all and (min-width:40rem) {
    
    .microsite .msl_navbar {
      margin: -0.5rem 0rem 1rem;
      padding: 0;
    }

}
.microsite .msl_navbar li {
    display: inline-block;
    margin: 0 1rem 0.5rem 0;
    padding: 0;
}

.microsite .msl_navbar li a {
    padding: 0 0 0.5rem;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    border-bottom: 1px dashed;
    line-height: 1;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

.microsite .msl_navbar li a:hover, .microsite .msl_navbar li a.current {
    padding: 0 0.5rem 0.5rem;
    border-bottom-style: solid;
}

.microsite .msl_navbar li a[href*="/about/"] {
    border-color: #fE83DF;
}

.microsite .msl_navbar li a[href*="/lineup/"] {
    border-color: #43BEDF;
}

.microsite .msl_navbar li a[href*="/supporters/"] {
    border-color: #8fcE83;
}

.microsite .msl_navbar li a[href*="/travel/"] {
    border-color: #fc0;
}

/* Navigation */

.msl-imagenav .msl-imagenav-title {
   font-size: 1.5rem;   
}
}