* {
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.25s;
       -moz-transition: all ease-in-out 0.25s;
         -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s;
}

html, body {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0em;
    margin: 0em;
    color: #666;
    background: #fff;
    background-attachment: fixed;
    overflow-x: hidden;
    font-weight: 300;
}

.mininav {
    display: none;
    pointer-events: none;
}

a {
    color: #1c8fda;
    text-decoration: none;
}

a:hover {
    color: #27aaff;
    text-decoration: underline;
}

a.auto {
    text-decoration: none!important;
    cursor: text!important;
    color: #666;
}

h1 a.auto{
    text-decoration: none!important;
    cursor: text!important;
    color: #fff!important;
}

h2 a.auto, h3 a.auto, h4 a.auto, h5 a.auto, h6 a.auto{
    text-decoration: none!important;
    cursor: text!important;
    color: #555!important;
}


h2, h3, h4, h5, h6{
    color: #555;
}

h1 {
    font-size: 160%;
    margin: 0em;
    padding: 1em 3em;
    color: #fff!important;
}

h2, h3 {
    clear: both;
    padding-top: 1em;
}
h2.left, h3.left, p.left {
    text-align: left;
}

.block {
    width: 100%;
    height: 250px;
    display: block;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    overflow: hidden;
    color: #fff;
    padding: 0px;
    line-height: 250px;
    text-align: center;
    margin: 10em 0em 0em 0em;
    position: relative;
    z-index: 3;
    text-decoration: none!important;
}

.junk-removal {
    background: #1c8fda url(../images/junk-removal-northridge-4.jpg) no-repeat center center / cover;
}

.dumpster-rental {
    background: #1c8fda url(../images/dumpster-rental-northridge-slide-3.jpg) no-repeat center center / cover;
}

.hoarder-cleaning {
    background: #1c8fda url(../images/hoarder-cleaning-northridge-2.jpg) no-repeat center center / cover;
}

._block {
    display: block;
    position: relative;
    margin-top: -250px;
    background: rgba(28, 143, 218, 0.4);
    width: 100%;
    height: 250px;
    z-index: 4;
    text-decoration: none!important;
    cursor: pointer!important;
}
._block:hover {
    background: #1c8fda;
    text-decoration: none!important;
    
}

._block h2 {
    color: #fff;
    padding: 0px;
    text-align: center;
    line-height: 250px;
    font-size: 170%;
    margin: 0px;
    text-shadow: 0em 0.1em 0.2em rgba(0,0,0,0.4);
    text-decoration: none!important;
}

._block:hover > h2 {
    margin-left: -120px;
}

._block img {
    opacity: 0;
    position: absolute;
    height: 230px;
    right: 10px;
    top: 10px;
    margin: 0px!important;
    padding: 0px;
}

._block:hover > img {
    opacity: 1;
}

em {
    font-style: italic;
}

.scroll-arrow {
  display: block;
  width: 5em;
  height: 5em;
  position: fixed;
    z-index: 999;
  opacity: 1;
  bottom: 1em;
  left: 50%;
  margin-left: -2.5em;
  pointer-events: all;
    -webkit-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
         -o-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
}

.scroll-arrow::before {
  content: '';
  display: block;
  background: rgba(255,255,255,1);
  width: 1em;
  height: 5em;
  margin-left: 0.6em;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-arrow::after {
  content: '';
  display: block;
  background: rgba(255,255,255,1);
  width: 1em;
  height: 5em;
  margin-top: -5em;
  margin-left: 3.5em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scroll-arrow.down {
  margin-bottom: 0em;
}

.scroll-arrow.up {
  margin-bottom: 2em;
}

.scroll-arrow.scrolled {
    opacity: 0;
    pointer-events: none;
}

aside {
    color: #fff;
}

.home aside {
    display: block;
    padding: 0em 0em 4em 0em;
    width: 100%;
    color: #fff;
    z-index: 998;
    font-size: 100%;
    margin: 0em auto;
    text-align: center;
    position: absolute;
    font-size: 130%;
    top: 30em;
    padding: 0em;
}

aside a {
    color: #ffffff;
}

aside a:hover {
    color: #1c8fda;
}

a.button {
    text-decoration: none!important;
}

button {
    background: #1c8fda;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    line-height: 1.5em;
    font-size: 110%;
    border-radius: 0.25em;
    margin: 1em 1em 3em 0em;
    display: block;
    text-decoration: none!important;
}

button:hover {
    cursor: pointer;
    text-decoration: none!important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background: #27aaff;
}

nav {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: 0px auto;
    padding: 0em;
    text-align: center;
}

nav ul {
    text-align: center;
    margin: 0em;
    padding: 1em;
    display: inline-block;
    min-height: 20px;
    text-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0em;
    left: 0em;
}

nav ul li {
    display: inline-block;
    height: 20px;
    line-height: 11px;
    width: auto;
    margin: 0px 2em;
    text-align: center;
}

nav ul li a {
    margin: 0em;
    padding: 0em;
    color: #fff;
    text-align: center;
    padding: 2em 1em 1em 1em;
    text-shadow: 0em 0.2em 0.2em rgba(0,0,0,0.4);
}

nav ul li a:hover {
    color: #27aaff;
}

.bg {
    background: #FFF;
    box-shadow: 0em 0em 0.5em rgba(0,0,0,0.5);
}

.bg li a {
    color: #1c8fda;
    text-shadow: none;
}

header {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    z-index: 1;
    position: relative;
    display: block;
    z-index: 999;
}

.home header {
    background: #fff url('../images/dumpster-rental-northridge-mobile-slide-1.png') no-repeat top center / cover;
    min-height: 100%;
    min-height: 100vh;
}

#logo {
    width: 15em;
    margin: 0px auto;
}

.home header #logo {
    width: 36em;
    display: block;
    clear: both;
    position: absolute;
    top: 10em;
    left: 50%;
    margin-left: -18em;
    z-index: 998;
}


#intro {
    width: 100%;
    font-weight: 900;
    clear: both;
    background: #1c8fda;
    padding: 4em 10em;
    box-shadow: 0em -0.5em 0.5em rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
}

#slideshow {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    padding: 2em 2em 1em 2em;
}

.slideshow {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

.slidescontainer {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: block;
}

.slides {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
}

.slides div {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

.slide-overlay {
    z-index: 2;
    background: rgba(0,0,0,0.25);
}

.img1 {
    background: #fff url('../images/dumpster-rental-northridge-mobile-slide-1.png') no-repeat top center / cover;
}

.img2 {
    background: #fff url('../images/dumpster-rental-northridge-mobile-slide-2.png') no-repeat top center / cover;
}

.img3 {
    background: #fff url('../images/dumpster-rental-northridge-mobile-slide-3.png') no-repeat top center / cover;
}

.slide1 .img1 {
    opacity: 1;
    z-index: 1;
}.slide1 .img2 {
    opacity: 0;
    z-index: -1;
}.slide1 .img3 {
    opacity: 0;
    z-index: -1;
}

.slide2 .img1 {
    opacity: 0;
    z-index: -1
}.slide2 .img2 {
    opacity: 1;
    z-index: 1;
}.slide2 .img3 {
    opacity: 0;
    z-index: -1;
}

.slide3 .img1 {
    opacity: 0;
    z-index: -1;
}.slide3 .img2 {
    opacity: 0;
    z-index: -1;
}.slide3 .img3 {
    opacity: 1;
    z-index: 1;
}

#slides img {
    position: absolute;
    left: 0em;
    top: 0em;
    -webkit-transition: all ease-in-out 1s;
       -moz-transition: all ease-in-out 1s;
         -o-transition: all ease-in-out 1s;
            transition: all ease-in-out 1s;
}

article {
    margin: 0px auto;
    position: relative;
    background: #fff;
    display: block;
}

section {
    display: block;
    width: 100%;
    margin: 0em auto;
    clear: both;
    width: 1100px;
}

#body, #gallery {
    padding: 2em 4em;
}

#body img{
    margin: 1em auto;
    display: block;
}

#body img.icon {
    float: left;
    margin: 1em;
    width: 100px;
}

#gallery img {
    float: left;
    margin: 1em;
    height: 200px;
}

ul.hide {
    list-style:none;
    clear: both;
}

ul.hide li {
    padding: 0.5em;
}

ul.stripe {
    padding: 0px;
}

ul.stripe li {
    padding: 15px 20px;
}

ul.stripe li:nth-child(odd) {
    background: #ededed;
}

ul.stripe li:nth-child(even) {
    background: #ddd;
}

#closer {
    width: 100%;
    display: block;
    background: #fff;
}

#closer h3 {
    max-width: 1100px;
    margin: 0px auto;
    padding: 1em 3em;
    text-align: center;
    color: #666
}

#closer h3 a {
    color: #666!important;
}

footer {
    background: #1c8fda;
    width: 100%;
    margin: 0px auto;
    clear: both;
}

footer nav {
    border: 0px;
    background: #666;
    padding-bottom: 3em;
}



footer nav ul {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    position: relative;
}
footer nav ul li a {
    color: #fff;
    background: none transparent!important;
}

footer p {
    text-align: right;
    color: #fff;
    margin: 0px;
    padding: 1em;
}

footer p a {
    color: #fff!important;
    
}

.spread {
    width: 100%;
    display: block;
    text-align: center;
}

.spread p, .spread span, .spread li, .spread div .spread a span, .spread img{
    display: inline-block!important;
    margin: 2em!important;
    float: none!important;
}

.spread a span {
    width: auto;
    margin-bottom: 2em;

}

.spread p, .spread img {
    width: 250px;
    text-align: center;
}

@media (min-width: 1100px) {
    .img1 {
    background: #fff url('../images/dumpster-rental-northridge-slide-1.jpg') no-repeat top center / cover;
}

.img2 {
    background: #fff url('../images/dumpster-rental-northridge-slide-2.png') no-repeat top center / cover;
}

.img3 {
    background: #fff url('../images/dumpster-rental-northridge-slide-3.jpg') no-repeat top center / cover;
}
}


@media (max-width: 1100px) {
    section, article, header, nav, footer, #intro{
        width: 100%;
    }
}

@media (max-width: 800px) {
    .home header #logo {
        width: 20em;
        margin-left: -10em;
        top: 4em;
    }
    .mininav {
        display: block;
        pointer-events: all;
        background: #fff;
        color: #1c8fda;
        width: 100%;
        height: auto;
        padding: 5px;
        display: block;
        position: absolute;
        top: 0px;
        z-index: 999;
        font-weight: bold;
        text-align: center;
    }
    header nav ul {
        display: none;
        background: #fff!important;
        z-index: 998;
        margin: 0px;
        height: 100%;
        padding: 0px;
    }
    
    header nav ul .mininav{
        text-align: right;
        font-size: 200%;
        color: #555;
        padding: 5px 5px 0px 0px;
    }
    header nav ul li {
        float: none;
        clear: both;
        width: 100%;
        margin: 2em 0em;
        display: block;
    }
    header nav ul li a {
        color: #1c8fda;
        font-size: 200%;
        float: none;
        clear: both;
        width: 100%;
        display: block;
        text-shadow: none;
    }
    
    #menu.open {
        display: block;
    }
    .home aside {
        top: 2em;
    }
    #intro {
        padding: 4em 1em;
    }
    
    .block {
        background: #1c8fda!important;
        height: 150px;
    }
    ._block {
        height: 150px;
        margin-top: -150px;
    }
    
    ._block h2 {
        line-height: 150px;
    }
    .spread p, .spread img {
        margin: 10px 0px!important;
    }
    #gallery img {
    float: none;
        clear: both;
    margin: 10px 0px!important;
    height: auto!important;
    width: 250px!important;
}
}