* {
    margin: 0;
    padding: 0;
}


body {
    background-color: black;
    color: white;
font-family: degular-display, sans-serif;
font-weight: 400;
font-style: normal;
}

h1 {
    font-size: 8vw;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    font-weight: 300;
}

img {
    display: block;
    width: 100%;
}


p {
    font-size: 1.2em;
    font-weight: 300;
}

.header-row {
    position: fixed;
    height: 60px;
    display: flex;
    top: 25px;
    left: 25px;
    right: 25px;
}

#promo-notifications {
    display: none;
}

.main {
    margin-top: 50px;
    text-align: center;
}

.event {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;

}

@keyframes slideleft {
    from {
        background-position-x: -200px;
    }
    to {
        background-position-x: -90000px;
    }
}

a {
    color: white;
    text-decoration: none;
    padding-bottom: 13px;
    background-repeat: repeat-x;
    background-position: -200px 100%;
    background-size: 230px;
}

a:hover {
    animation: slideleft 900s infinite linear;
}


.last {
    margin-bottom: 100px;
}



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    transition: opacity 100ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    width: 80%;
    margin: 5% auto;
    max-width: 1200px;
    padding: 5%;
    background-color: white;
    position: relative;
    transition: all 2s ease-in-out;
    color: black;
}

.popup p {
    line-height: 1em;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 100ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #222;
}

.popup .content {
    overflow: auto;
    
    text-align: left;
}

.popup0 {
    background-color: rgb(255, 127, 127);
}

.popup1 {
    background-color: aquamarine;
}

.popup2 {
    background-color: orchid;
}

.popup3 {
    background-color: darkorange;
}

.popup4 {
    background-color: paleturquoise;
}

.popup5 {
    background-color: red;
}

.popup6 {
    background-color: yellow;
}

.popup7 {
    background-color: tan;
}

.popup8 {
    background-color: deeppink;
}

.popup9 {
    background-color: blue;
}

.button {
    width: 200px;
    background-color: black;
    color: white;
    text-align: center;
    padding:10px;
}
.footer-row {
    position: fixed;
    height: 80px;
    display: flex;
    bottom: -10px;
    left: 25px;
    right: 25px;
}

@media (max-width: 600px) {
.footer-row {
    display:none
}

li {
    font-size: 1em!important;
}

}

/* For devices larger than 550px */

@media (min-width: 550px) {

    h2 {
        font-size: 2.2em;
    }

    p {
        font-size: 1.5em;
    }

    #promo-notifications {
        display: block;
    }

    #promo-notifications p {
        font-size: 1em;
    }


    #promo-notifications ul {
        width: 100%;
        height: 40px;
        position: fixed;
        background-color: black;
        overflow: hidden;
        border-bottom: white solid 2px;
        z-index: 10;
        top: 0;
        padding-top: 10px;

    }


    #promo-notifications li {
        width: 1200px;
        position: absolute;
        left: 100%;
        text-align: center;
        list-style: none;

    }

    .header-row {
        top: 65px;

    }

    .main {
        margin-top: 100px;
    }

    .event {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 25px;
        padding-right: 25px;

    }

    li {
        font-size: 1.5em!important;
    }
 

}

@media (max-width: 550px) {

    #promo-notifications {
        display: block;
    }

    #promo-notifications p {
        font-size: 1em;
    }


    #promo-notifications ul {
        width: 100%;
        height: 40px;
        position: fixed;
        background-color: black;
        overflow: hidden;
        border-bottom: white solid 2px;
        z-index: 10;
        top: 0;
        padding-top: 10px;

    }


    #promo-notifications li {
        width: 1200px;
        position: absolute;
        left: 200%;
        text-align: center;
        list-style: none;

    }
}
