body {
    background-color: rgb(255 153 51 / 30%);
    color: rgb(44,46,54);
}

body a:hover {
    color: rgb(225,255,0);
}

#sp-header {
    background: #FF9A33;
    box-shadow: 0 2px 3px #00000091;
}

.sp-megamenu-parent>li.active>a, .offcanvas-menu .offcanvas-inner li.active>a {
    color: rgb(96,96,96) !important;
}

.sp-megamenu-parent>li:hover>a, .offcanvas-menu .offcanvas-inner ul.menu>li a:hover {
    color: rgb(255,255,0);
}

.image-inset-container {
    margin: 30px auto;
}

.image-inset-shadow {
    position: relative;
}

.image-inset-shadow img {
    width: 100%;
}

.image-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 3px 0 #070707;
    top: 0;
    left: 0;
}

.col-md-8.right {
    margin-top: 25px;
}

.sp-module  {
    width: 100%;
    box-shadow: 0 2px 3px 0 #070707;
}

.sp-module-content-bottom.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sp-module-content-bottom.clearfix>div {
    margin-right: 1%;
    margin-bottom: 2rem;
}

.offcanvas-menu {
    background-color: #FF9A33;
}

.offcanvas-menu .sp-module {
     box-shadow: none;
}

@media only screen and (min-width: 992px) {
.sp-module  {
    width: 49%;
}
}