body {background-color: #969696;}
#nxs-footer .nxs-applylinkvarcolor a:hover {color: #068BC5;}
#nxs-content {background-color: #F1F1F1;}
.services .icon.colored {margin-right: 7px;}
.product-slider .nxs-slideset {
   border: 2px solid white;
   box-shadow: 0px 2px 6px rgba(10, 10, 10, 0.6);
}

.project-single .nxs-image-wrapper img {max-height: 185px;}

/* Fixes List layout */
.nxs-text h3 + ul, .nxs-text h3 + ol {margin-top: 5px;}
.nxs-text p + ul, .nxs-text p + ol {margin-top: -20px;}
.nxs-text ul, .nxs-text ol {margin: 0 0 25px 20px;}
.nxs-text ul li, .nxs-text ol li {list-style-position: outside; font-size: 1.05em;}
.nxs-text img + .nxs-default-p ul li, .nxs-text img + .nxs-default-p ol li {list-style-position: inside;}

/* Makes the Background Image display properly on Mobile Devices */
@media only screen and (max-width: 768px) {
html {
height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
}
body  {width: 100%; -webkit-backface-visibility: hidden;}
}