body {

    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {

    font-family: 'rob_reg';
    color: rgb(0, 0, 0);
}

p {

    font-family: 'rob_reg';
    color: rgb(0, 0, 0);
}

#wrapper {

    margin-top: 100px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;

}

img {
    width: 35%;

}

.centered {
    text-align: center;



}

.eventheader {

    font-family: 'rob_bold';
    margin-bottom: 1vw;
    font-family: 'rob_black';
    font-size: 20pt;
    color: var(--darkgray);
}

.eventlocation {
    line-height: 20pt;
    width: 35%;

}

.line {
    width: 90vw;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;

}

@media (orientation: portrait) {
    img {
        width: 90%;

    }

    .eventlocation {

        font-size: 4vw;
        line-height: normal;
        text-align: center;
        width: 90%;
    }

    .eventheader {
        font-size: 6vw;
    }

    .border {

        width: 90% !important;
        border-top: 4px solid black !important;
    }


}

.fat {
    color: var(black);
    font-size: 30pt;
    font-family: 'rob_black';


}

.border {

    width: 35%;
    border-top: 2px solid black;
}