.shadow {
    /*box-shadow: 0px 0.5rem 1rem rgba(0,0,0,0.15) !important;*/
    box-shadow: 2px 2px 10px 1px #6c70aa !important;
}

.nl-bg-base {
    background-color: #d8e0fa;
    /*background-color: #c0cef9 !important;*/
    /*background-color: #d0ecfa !important;*/
}
.nl-bg-intro {
    background-color: #f7f0bc;
    /*background-color: #faec9e;*/
}
.nl-bg-menu {
    background-color: #f7f0bc;
    /*background-color: #faec9e;*/
}

#spaceIntroContent {
    height: 200px;
}

#introPicture > a > div {
    width: 100%;
    height: 100%;
    background-image: url('../images/MedicalEmergencyVector.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#introText {
    font-size: 56px;
    font-weight: bolder;
    color: #425fe6;
    text-shadow: 2px 2px black;
}

#spaceContent {
    padding-top: 210px;
}

#spaceMenu {
    width: 250px;
    z-index: 10;
}

#spaceMenuContent {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
    #spaceMenuContent > ul > li > a {
        font-weight: bold;
        font-size: 110%;
        color: #343a40;
        border-color: transparent;
        border-style: solid;
        border-width: 3px;
    }
#spaceMenuContent > ul > li > a:hover {
    border-color: #43d99b;
}
#spaceMenuContent > ul > li > a.active {
    background-color: #a9c4e4;
}

#sideNavBtn {
    visibility: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
}

#spaceBody {
    padding-left: 15.5rem;
    padding-right: 0.5rem;
}
#spaceBodyContent {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom:5px;
    padding-right: 5px;
    min-height: 400px;
}

#spaceFoot div.row div.col {

}
#spaceFootMap {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px),(min-height: 601px) and (max-height: 700px) {
    #spaceIntroContent {
        height: 150px;
    }

    #introText {
        font-size: 48px;
    }

    #spaceContent {
        padding-top: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991px), (min-height: 501px) and (max-height: 600px) {
    #spaceIntroContent {
        height: 100px;
    }

    #introText {
        font-size: 32px;
    }

    #spaceContent {
        padding-top: 110px;
    }
}

@media (min-width: 576px) and (max-width: 767px), (min-height: 401px) and (max-height: 500px) {
    #spaceIntroContent {
        height: 50px;
    }

    #introText {
        font-size: 24px;
        text-shadow: unset;
    }

    #spaceContent {
        padding-top: 60px;
    }
}

@media (max-width: 576px), (max-height: 400px) {
    #spaceIntroContent {
        height: 50px;
    }

    #introText {
        font-size: 22px;
        text-shadow: unset;
    }

    #spaceContent {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {/*, (max-height: 600px) {*/
    #spaceMenu {
        width: 0px;
    }
    #spaceMenuContent {
        border-style: none !important;
        box-shadow: none !important;
        overflow-y: hidden;
    }

    #spaceBody {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #sideNavBtn.nl-jsOn {
        visibility: visible;
    }

    #spaceMenu.nl-menuOpen {
        width: 250px;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -o-transition: width 0.5s;
        transition: width 0.5s;
    }
    .nl-menuOpen #spaceMenuContent {
        border-style: solid !important;
        box-shadow: 2px 2px 10px 1px #6c70aa !important;
        overflow-y: auto;
    }

    #spaceFootMap {
        display: block;
    }
}
