﻿
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    /*z-index: 1;*/
    /*top: 0;*/
    /*margin-top: -80px;*/
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    transition: 0.2s;
    /*padding-top: 60px;*/
    background-color: #1a4c81;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        /*color: #818181;*/
        color: #fff;
        display: block;
        transition: 0.3s;
        border-bottom: 1px solid black;
    }

        .sidenav a:hover {
            color: #f1f1f1 !important;

        }
.item:hover {
    background-color: purple;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}


a:hover{
    text-decoration: none;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {

    cursor: default;

}

h6 {
    font-size: large;
}

h3 {
    font-size: 26px;
}

.content-headers {
    border-bottom: none;
}

.bottom-spacer {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

ul>li {
    font-size: 16px;
}

.bright-blue-panel>div>p {
    /*font-size: small;*/
}

.bright-blue-panel>.subheader{
    font-size: 24px;
    color: #6f6f6f;
}

.blue-panel-link:hover {
    text-decoration: none;
    color: #58585b;
}

.green-button {
    background-color: #2ba6cb;
    border-color: #2287a2;

    font-size: 15px;
    margin: 0 0 1.25rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.green-button:hover {
    background-color: #2287a2;
    color: #fff;
    cursor: pointer;
}

.subtext {
    font-style: italic;
}

.footer-content {
    font-size: small;
}

.darkpanel {
    background-color: #153d67;
    background-color: rgba(21, 61, 103, 0.8);
    margin-bottom: 1.25em;
    box-shadow: 0 0 2px #667183;
    padding: 0.9em;
    color: #ffffff;
}

.bright-blue-panel>h5>a:hover {
    text-decoration: none;
    color: #58585b;
}

.light-grey-panel>h3 {
    color: #488bc2;
}