/* helpers */

.top-padding {
    padding-top: 30px;
}


/* fonts */

@font-face {
    font-family: "abc-bold";
    src: url("../font/abc-bold.woff") format('woff');
}

@font-face {
    font-family: "abc-light";
    src: url("../font/abc-light.woff") format('woff');
}

.logo_font {
    font-family: abc-bold !important;
    font-size: 40px;
}

.nav-font {
    font-family: abc-light !important;
    font-size: 20px;
}

.nav-active-font {
    font-family: abc-bold !important;
    font-size: 20px;
    color: black !important;
}

.footer-font {
    font-family: abc-bold !important;
    font-size: small;
    text-align: center;
    word-spacing: -5px;
}

.event-band {
    font-family: 'abc-bold';
    font-size: large;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-description {
    font-family: 'abc-light';
    font-size: small;
    font-weight: 200;
    margin-bottom: 5px;
}

.event-date {
    font-family: 'abc-light';
    font-size: small;
    font-weight: 200;
    text-align: left;
    margin-bottom: 0px;
}

.event-weekday {
    font-family: 'abc-bold';
    font-size: small;
    font-weight: 200;
    text-align: left;
    margin-bottom: 5px;
}

.event-price {
    font-family: 'abc-bold';
    font-size: small;
    font-weight: 200;
    margin-bottom: 0px;
}

.title-font {
    font-family: abc-bold !important;
    font-size: 20px;
    color: black !important;
}

.standard-font {
    font-family: abc-light !important;
    font-size: 15px;
    color: black !important;
}


/* Colours */

.month-01 {
    background-color: #fbab3f !important;
}

.month-02 {
    background-color: #aa6a3e !important;
}

.month-03 {
    background-color: #ff7862!important;
}

.month-04 {
    background-color: #f44c5b !important;
}

.month-05 {
    background-color: #8761b8 !important;
}

.month-06 {
    background-color: #2c4b81 !important;
}

.month-07 {
    background-color: #688849 !important;
}

.month-08 {
    background-color: #716b64 !important;
}

.month-09 {
    background-color: #4ac6ac !important;
}

.month-10 {
    background-color: #fbab3f !important;
}

.month-11 {
    background-color: #fbab3f !important;
}

.month-12 {
    background-color: #fbab3f !important;
}


/* Navbar */

.navbar-toggler-custom {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: transparent;
    border-radius: 0.25rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='3' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/* Elements */

.event-box {
    background-color: white;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    border-radius: 8px !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
    margin-bottom: 12px !important;
}

.event-box:hover {
    background-color: lightgray;
}

.content-box {
    background-color: white;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    border-radius: 8px !important;
    margin-left: 0.2em !important;
    margin-right: 0.2em !important;
    margin-bottom: 12px !important;
}