body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00000000;
    color: #FFFFFF;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-bg-custom {
    background-color: rgba(0, 0, 0, 0.9);
}

.jumbotron {
    background-color: #00000000;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 80%;
}

.bg-black {
    background-color: #000000;
}

.color-orange {
    color: #52a47e;
}

.flex-column {
    max-width: 400px;
}

    .flex-column > img {
        margin: 5px;
    }

.scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

.listitemborder {
    border: 1px solid rgba(193, 211, 149, 0.72) !important;
    border-radius: 15px;
    padding: 5px 9px 5px 9px;
    margin: 9px 9px 9px 9px;
}

    .listitemborder:hover {
        background-color: rgba(84, 152, 68, 0.72) !important;
        cursor: default;
    }

.sidenav {
    background-color: #111;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenavR {
    background-color: #111;
    height: 100%;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 34000;
}

    .sidenav a, .sidenavR a {
        color: #818181;
        display: block;
        font-size: 25px;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        transition: .3s;
    }

        .sidenav a:hover, .offcanvas a:focus, .sidenavR a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn, .sidenavR .closebtn {
        font-size: 36px;
        margin-left: 50px;
        position: absolute;
        right: 25px;
        top: 0;
    }

@media screen and (max-height:450px) {
    .sidenav, .sidenavR {
        padding-top: 15px;
    }

        .sidenav a, .sidenavR a {
            font-size: 18px;
        }
}

#MainLogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 3;
}

    #MainLogo img {
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(5px 5px 5px #222);
    }

#MainFrameLower {
    position: absolute;
    width: 100vw;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
}

.fleximgmaxwidth {
    max-width: 200px !important;
}

@media (max-width: 1199.98px) {
    #MainLogo {
        width: 90% !important;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }

    #MainFrameLower h3 {
        font-size: 1.2em;
    }

    .fleximgmaxwidth {
        max-width: 200px !important;
    }
}

@media (max-width: 574.98px) {
    #MainFrameLower h3 {
        font-size: 1em;
    }
}

div.overlay45 {
    background-color: rgba(82, 164, 126, 0.36);
    rotation: 45deg;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
