body {
    color: white;
    background-color: #101010;
    font-family: "Nunito", "Helvetica Neue";
}

.bg-dark {
    background-color: black !important;
}

body > .container-fluid {
    padding: 0;
}


.footer-menu li {
    float: left;
    list-style: none;

}

.footer-menu li a {
    color: rgba(255, 255, 255, .5);
}

h2 {
    text-transform: uppercase;
}

p {
    font-size: 20px;
}


.calendar-month {
    background: red;
    width: 50px;
    font-weight: 900;
}

.calendar-day {
    background: white;
    width: 50px;
    font-weight: 900;
    color: black;
    font-size: 26px;
    height: 50px;
    padding-top: 6px;
}

.calendar-container {
    width: 30%;
    float: left
}

.event-container {
    width: 70%;
    float: left;
}

.event-container label{
    display: block;
}

@media all and (min-width: 768px ) {
    .event-container {
        padding-top: 15px;
    }

    .event-container label{
        display: inline;
    }

}