.dresscode_title {
    font-family: "Lovelace";
    font-size: 30px;
    margin: 8px auto;
    text-align: left;
}

.section_content {
    margin: auto;
    position: relative;
    padding: 40px;
}

.dresscode_gender.visible {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.dresscode_gender {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    height: 0px;
}

.dresscode_example {
    width: 100%;
}

.dresscode_bar.visible {
    width: 100%;
}
.dresscode_bar {
    width: 5%;
    background: black;
    height: 1px;
    transition: .2s ease-in-out;
}
.event_bar.visible {
    width: 100%;
}
.event_bar {
    width: 5%;
    background: black;
    height: 1px;
    transition: .2s ease-in-out;
}

.dresscode_button {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin: auto auto auto 0px;
    text-decoration: underline;
}

.button_text{
    font-family: "Lovelace";
    font-size: 25px;
    margin: 8px auto;
}

.back_button {
    all: unset;
    font-style: italic;
    color: gray;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    margin-right: 50px;
    margin-top: -25px;
}

.section_description {
    margin: 15px auto 30px;
}

.event_label {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 10px auto auto;
    font-size: 20px;
    text-align: left;
}
