/* Add your custom styles here */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.jumbotron {
    background-color: #f8f9fa;
    border-radius: .3rem;
} 

.btn.active {
    border-color: #c84646 !important;
}
.btn.focus {
    background-color: #c84646 !important;
}

.content-shadow .fc-content {
    text-shadow: 1px 1px 1px #777;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background-color: #2d3748 !important;
}

body {
    background-color: #f5f5f5 !important;
}


.nav-header {
    position: static;    
    top: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;            
}

footer {
    /* position: sticky; */
    bottom: 0px;
    width: 100%;
    /* font-size: 0.9em; */
    padding: 20px !important;
    margin-top: 50px !important;
    background-color: #2d3748 !important;
    color: #fff !important;
}

footer a {
    color: #FF6F61 !important;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: 100%;
    max-width: 1900px;
    padding: 0 15px;
    margin: 0 !important;
}
