@media screen and (max-width: 768px) {
    p.justify {
        text-align: none;
        width: 85%!important;
        margin: 0 auto;
    }
}


html, body {
    overflow-x: hidden!important;
}

html {
    scroll-behavior: smooth;
}


.multi-paragraph {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding: 0px 100px 0px 100px;
}

table.time-table {

}

tr.timerow {

}

td.time {
    min-width: 50px;
    height: 30px;
}

td.event {

}

section#sponsors {
    margin: 0 0 0 0;
}

div.margin-top {
    margin-top: 30px;
}

div.margin-bottom {
    margin-bottom: 30px;
}

p.justify {
    text-align: justify;
    font-size: 14px;
    width: 160%;
}

p.header {
    font-weight: bold;
}

.center-container{
    justify-content: center;
    align-items: center;
    width: 160%;
}


