h3, h5 {
    color: #FF4500;
    font-family: 'Arial', cursive;
}
.btn-dark {
    background-color: #FF4500 !important;
}
p {
    font-family: 'Arial', cursive;
    text-align: justify;
}
.card {
    margin-bottom: 20px;
    transition: 0.3s;
}
.mar-top {
    margin-top: 20px;
}
.mar-bot {
    margin-bottom: 20px;
}
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
}
.sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    display: block;
}
.sidenav .top-class {
    text-align: center;
    width: 100%;
    background: #FFF;
    border-right: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px;
}
.sidenav a:hover {
    color: #FF4500;
    font-weight: bold;
}
label {
    color: #FF4500;
    font-weight: bold;
}
.main {
    margin-left: 250px; /* Same as the width of the sidenav */
    margin-top: 30px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media (max-width: 456px) {
    .desktop {
        display: none;
    }
    .main {
        margin-left:0;
    }
    .down-toggle {
        display: block;
    }
}
.sidenav img {
    height: 100px;
    padding: 6px;
}
.collapse a {
    margin-left: 12px;
}
.color {
    color: #FFF !important;
}
.border-left-ct {
    border-left: 4px solid #FFA500 !important;
    text-align: center;
}
.border-left-ct-wo-center {
    border-left: 4px solid #FFA500 !important;
}
@media (min-width: 456px) {
    .down-toggle {
        display: none;
    }
}
.upper-case {
    text-transform: uppercase;
}
.capital-case {
    text-transform: capitalize;
}
.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
table thead {
    background: #000;
    color: #FFF;
}
ul li a {
    color: #FFA500 !important;
    font-weight: bold;
}
.icon {
    font-size: 21px;
    transition: 0.5s;
}
.icon:hover {
    color: #303f9f;
}
.small {
    font-size: 10px;
}
blockquote {
    background: #000;
    padding: 10px auto 10px auto;
    height: 300px;
    overflow: scroll;
}
code {
    color: #FFF !important;
}
.bg {
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
}
.mbl {
    min-width: 100px !important;
}