#sp-header, #sp-header .logo {
    height: 125px;
}

#offcanvas-toggler {
    height: 125px;
    line-height: 125px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 125px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    line-height: 30px;
}

#sp-main-body {
    padding: 20px 0;
}

.article-list .article {
    margin-bottom: 20px;
    border-top: 5px solid pink;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding: 5px;
}

.shaded {
    background-color: whitesmoke;
}

.box {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    float: left;
}

.fields-container {
    overflow: hidden;
    border: 0px solid black;
}

.lead {
    max-width: 33%;
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
    border: 1px solid pink;
}


.boldlabel {
    font-size: 110%;
    font-weight: bold;
}

.introbox {
    margin: 10px;
}

.blog {
    margin-top: 2rem;
    padding-top: 0px;
}

.header {
    width: 100%;
    border: 2px solid black;
}

.titlelink {
    font-family: "Fira Sans Condensed";
    font-size: 36px;
    font-weight: bold;
}

.dates {
    font-family: "Fira Sans Condensed";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.credits {
    text-transform: uppercase;
}

.ticketlink {
    font-family: "Fira Sans Condensed";
    font-size: 26px;
    font-weight: bold;
    background: whitesmoke;
    padding: 5px;
    text-align: right;
}

.registerlink {
    font-family: "Fira Sans Condensed";
    font-size: 150%;
    font-weight: bold;
    text-align: right;
}