﻿@media screen {
    body {
        background-color: #222222;
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        width: 100%;
    }
}

.container-main {
    width: 100%;
}

.container-95 {
    width: 95%;
}

.container-logo {
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    border-bottom: solid 1px #222222;
}

.container-navigation {
    background-color: #333333;
    width: 100%;
    height: 50px;
}

.container-testimonials {
    width: 100%;
    height: 100px;
    background-color: #F4D571;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-footer {
    width: 100%;
    height: 50px;
    background-color: #222222;
}

.container-contactus {
    background-color: #252525;
    width: 100%;
    height: 85px;
}

/***** MAIN TEXT STYLES *****/
ul {
    margin-top: 0px;
    list-style-type: square;
    line-height: 20px;
}

p {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

a {
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

.text-navigation {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.link-navigation {
    color: #ffffff;
}

    .link-navigation:hover {
        color: #F4D571;
    }

    .link-navigation:visited {
        color: #ffffff;
    }

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 2.5em;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;    
}

.p-777777 {
    color: #777777;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.25em;
}

.p-ffffff {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.25em;
}

.p-f0f0f0-small {
    color: #f0f0f0;
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 1.1em;
}

.p-ffffff-small {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 1em;
}

.list-777777 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    color: #777777;
    margin-bottom: 1px;
    margin-top: 2px;
    font-size: 1.35em;
}

.link-777777 {
    color: #006699;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1em;
    text-decoration: underline;
}

.link-777777:hover {
    color: #777777;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1em;
    text-decoration: none;
}

.link-777777:visited {
    color: #006699;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1em;
    text-decoration: underline;
}

.p-donttakeourwordforit {
    font-size: 2.35em;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.p-testimony {
    font-size: 1.35em;
    color: #777777;
    margin-bottom: 0px;
    margin-top: 10px;
    font-style: italic;
}

.p-copyright {
    font-size: .85em;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.link-copyright {
    font-size: .85em;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.link-copyright:hover {
    font-size: .85em;
    color: #F4D571;
    margin-bottom: 0px;
    margin-top: 0px;
}

.link-copyright:visited {
    font-size: .85em;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 2em;
}

.h2-ffffff {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 12px;
}

/***** HOMEPAGE STYLES *****/
.h1-homepage {
    color: #333333;
    margin-bottom: 0px;
    margin-top: 12px;
}

.container-homegraphic {
    width: 100%;
    background-color: #666666;
}

.container-welcome {
    width: 100%;
    background-color: #f9f9f9;
    height: 300px;
}

.h2-homepage {
    color: #333333;
    margin-bottom: 0px;
    margin-top: 12px;
}

.container-videos {
    width: 100%;
    background-color: #ffffff;
    height: 250px;
}

/***** IMAGE STYLES *****/
.phonenumber-imageborder {
    border: solid 1px #cccccc;
    border-radius: 3px 3px;
    padding: 3px;
}

.youtube-window {
    border: solid 1px #333333;
    background-color: #f9f9f9;
    box-shadow: #cccccc 3px 3px;
    width: 325px;
    height: 275px;
}

.wrap {
    float: right;
    margin: 20px;
}

/***** SUBPAGE STYLES *****/
.container-content {
    width: 100%;
    background-color: #f9f9f9;
    height: 300px;
}

.container-schedulecleaning-graphic {
    width: 100%;
    background-color: #ffffff;
    background-image: url(images/temp-schedule01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.h1-subpages {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.h1-subpages-invert {
    color: #222222;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.h2-subpages {
    color: #333333;
    margin-bottom: 0px;
    margin-top: 12px;
}

.h2-subpages-invert {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.container-orderproduct-graphic {
    width: 100%;
    background-color: #ffffff;
    background-image: url(images/bg-orderproducts01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.container-uses {
    width: 100%;
    height: 325px;
    background-color: #222222;
    background-image: url(images/collage01.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

.container-95-guaze {
    width: 95%;
    background-color: transparent;
    background-image: url(images/dark-guaze.png);
    background-position: left top;
    background-repeat: repeat;
}

.container-products {
    width: 100%;
    background-color: #ffffff;
    height: 300px;
}

.product-window {
    border: solid 1px #333333;
    background-color: #ffffff;
    box-shadow: #cccccc 3px 3px;
    width: 100%;
    height: 275px;
}

.product-777777 {
    color: #777777;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.2em;
}

.button {
    width: 190px;
    height: 50px;
    background-color: #F4D571;
    border: solid 1px #333333;
}

.button-text {
    color: #222222;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 1em;
}

.container-testimonials-graphic {
    width: 100%;
    background-color: #ffffff;
    background-image: url(images/bg-testimonials01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}