html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Roboto", "RobotoDraft", "Helvetica", "Arial", sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}


[role="main"] {
    padding-top: 55px;
}

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bg-dark {
    background-color: #4982bc !important;
}

h1{
    padding-top: 5px;
    color: #79050e;
}
h2{
    color: #79050e;
}
h3{
    color: #79050e;
}
h4{
    color: #79050e;
}
h5{
    color: #79050e;
}
h6{
    color: #79050e;
}
h7{
    color: #79050e;
}

.nav-link{
    color: #3573bc;
}

html, body, .container-fluid, .row {
    height: 100%;
}
