@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Press+Start+2P&display=swap');

/* try new Fonts Anton  */
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');


/* take Fotn */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    position: relative;
    height: auto;
    margin: 1rem;
}

p {
    font-family: 'Major Mono Display', monospace;
}

.eventtit {
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.1em;
    padding-bottom: 2px;
}

.eventarts {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: 'Open Sans', sans-serif;
    padding-top: 2px;
    font-weight: bold;
    padding-bottom: 2px;
}

.eventend {
    padding-top: 3px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}

#section1 {
    padding-top: 50px;
    min-height: 500px;
    color: #fff;
}

#section2 {
    padding-top: 50px;
    min-height: 500px;
    color: black;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #EF7851;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

h1 {
    text-align: center;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    margin-top: 10px;
    letter-spacing: 0.1em;

}

marquee {
    background: black;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flex-container {
    display: flex;
}

.flex-child{
    padding-right: 20px;
}


.fixed-header{
    width: 100%;
    position: fixed;
    background: white;
    color: black;
}
.fixed-header{
    top: 0;
}

.logo{
    padding-bottom: 10%;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container {
    border-radius: 2px;
    padding: 2rem;
    width: 450px;
    margin: 3rem;
    background: antiquewhite;
    color: black;
    text-align: left;

}

.containerblack {
    border-radius: 2px;
    padding: 2rem;
    width: 450px;
    margin: 2rem;
    background: black;
    text-align: left;
    position: relative;
    color: whitesmoke;
}

.container-news {
    border-radius: 2px;
    width: 380px;
    margin: 2rem;
    text-align: left;
    position: relative;
    height: 80px;
    background: black;

}

.container-pr {
    border-radius: 2px;
    padding: 2rem;
    width: 600px;
    margin: 3rem;
    background: antiquewhite;
}

#header {
    font-family: 'Archivo Black', sans-serif;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */

    position: center;
}

.iframe-container iframe {
    height: auto;
    width: 100%;
}

.titel {
    margin: 2rem 0 1rem 0;
}

/* Event td */
td {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}

/* Event agenda */
.agenda {
}

/* Dates */
.agenda .agenda-date {
}

/* date column */
.agenda .agenda-date .ddMM {
    font-size: 12px;
}
.agenda .agenda-date .day {
    font-size: 15px;
    text-align: center;
}

.agenda .agenda-date .time {
    font-size: 12px;
    width: 60px;
}

/* Dj column */
.agenda .agenda-djs {
    padding-left: 10px;
    text-align: left;
    width: 280px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

/* Titel event column */
.month {
    width: 220px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
}

/* event column  */
.agenda .agenda-description {
    width: 300px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.agenda .agenda-djs .agenda-dj {
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Radio Canada', sans-serif;
}

.fo {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: 0.1em;
}
.foleft {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    padding-top: 10px;
    letter-spacing: 0.1em;
}
