/* Basic navbar styling */
* {
    margin: 0;
    padding: 0;
}

.center_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    position: relative;
    max-width: 100%;
    height: auto;
}

.overlay_pdf_link {
    z-index: 1;
    position: relative;
    bottom: 150px;
    background-color: blue;
    color: white;
}

.calendar {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.calendar_key {
    width: 20%;
    height: auto;
}

/* Desktop over 1200 */
@media (min-width:1200px) {
}

/* Desktop menu */
@media (min-width:992px) and (max-width:1199px){
}

/* Tablet menu */
@media (min-width:768px) and (max-width:991px) {
}

/* Submenu up from mobile screens */
@media (min-width:500px) and (max-width:767px) {
    /* Mobile menu navbar */
    @media (min-width:360px) and (max-width:500px) {
        ize: 9px;
    }
}


}

