.bg-blue {
    background-color: #3498db !important;
}

.shadow-ico {
    background: #DDD;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 0px 0px #555;
    text-align: center;
}

.LargeSize {
    font-size: 4em
}

h2 {
    color: #000;
}

.tile a:hover,
a:focus {
    color: #2a6496 !important;
    text-decoration: underline;
}

.tile .col-lg-3 {
    margin-bottom: 15px;
}





.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    // color: red;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: green;
    background-color: #f0ad4e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
