@import url('https://fonts.googleapis.com/css?family=Open+Sans|Passion+One');

/*************************************************/
/*************************************************/
/*************************************************/
/**** RESET **************************************/
html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**** End RESET **********************************/
/*************************************************/
/*************************************************/
/*************************************************/




html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	background-color: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    height: 100%;
    width: 100%;
}
body {
    webkit-tap-highlight-color: transparent;
}
::-moz-selection {
    background: transparent;
}
::selection {
    background: transparent;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}


* {
    box-sizing: border-box;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #555;
    text-decoration: underline;
}
a:hover {
    color: #aaa;
    text-decoration: none;
}







aside {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #777;
    border-radius: 10px;
    line-height: 1.4em;
    padding: 10px 2px;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    width: 290px;
}
.logo-desktop {
    display: none;
}
.logo-mobile {
    width: 90%;
    max-width: 406px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
}
.logo-mobile-small {
    width: 90%;
    max-width: 406px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
}

.bottom-logo {
    width: 70%;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
}



footer	{
    background-color: #fafafa;
    font-size: .7em;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0;
}






h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Passion One', cursive;
    line-height: 1.4em;
}
h1.brand { 
    display: none
}
h2 	{ 
    font-size: 3em;
}
h3 	{ 
    font-size: 1.7em; 
}
h4 	{ 
    font-size: 1.4em; 
}
h5 	{ 
    font-size: 1.2m; 
}
h6 	{ 
    font-size: 1em; 
}



header {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background-image: url('../picts/header-img-main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
header.small {
    width: 100%;
    height: 30%;
    min-height: 380px;
    background-image: url('../picts/header-img-main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
header nav {
    background: #fff;
    box-shadow: 0px 3px 7px #777;
    margin: 0 auto -2px;
    padding-bottom: 10px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
header nav ul {
    display: block;
    padding: 0;
    text-align: right;
}
header nav ul li {
    display: block;
    margin: 0;
    padding: 0;
}
header nav ul li:first-of-type {
    padding: 10px 0 0;
}
header nav ul li:last-of-type {
    margin-bottom: 10px;
}
header nav ul li a:link, 
header nav ul li a:visited {
    color: #000;
    display: block;
    font-size: 1em;
    padding: 12px 16px;
    text-decoration: none;
    transition: all .3s ease;
}
header nav ul li a:active, 
header nav ul li a:hover, 
header nav ul li a:focus {
    color: #a5a5a5;
    transition: all .3s ease;
}
header nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}
header nav .menu-icon {
  clear: both;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 4px 5px 4px 0;
  padding: 15px 10px 8px 10px;
  position: relative;
  z-index: 3;
}
header nav .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
header nav .menu-icon .navicon:before,
header nav .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
header nav .menu-icon .navicon:before {
  top: 5px;
}
header nav .menu-icon .navicon:after {
  top: -5px;
}
header nav .menu-btn {
  display: none;
}
header nav .menu-btn:checked ~ .menu {
  max-height: 420px;
}
header nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
header nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
header nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}






img, embed, object {  
    max-width: 100%; 
    width: 100%; 
}
img.snow-removal {
    padding: 3rem 2rem 0 1rem;
}
img.concrete {
    width: 95%;
    max-width: 825px;
    margin-top: 2em;
}
img.pumping {
    width: 70%;
    max-width: 525px;
    margin-bottom: 2em;
}
img.contact-image {
    width: 90%;
    margin: 1.5em 0 -1em -5%;
}


main {
    width: 100%;
}


strong {
    font-weight: bold;
}



h3.big {
    font-size: 225%;
}

.brandon {
    border-radius: 4px;
    float: left;
    margin: 10px 60px 20px 3%;
    width: 113px;
}

.contact-section {
    float: left;
    padding: 0 0 0 1rem;
    width: 300px;
}
.contact-section-right {
    float: left;
    margin-top: 120px;
    padding: 0 0 0 0;
    text-align: center;
    width: 90%;
}
.contact-section-left {
    max-width: 340px;
}
.contact-info {
    float: left;
    margin-top: 20px;
}

.floatclear { 
    clear: both;
}

.gallery img {
    float: left;
    width: 50%;
}

.inline-icon {
    margin-bottom: -3px;
    margin-right: 20px;
    width: 20px;
}

.info-section,
.info-section-snow {
    float: left;
    padding: 1rem 0 2rem 1rem;
    width: 100%;
}
.info-section ul,
.info-section-snow ul {
    padding: 0 1rem 0 2rem;
}
.info-section ul li,
.info-section-snow ul li {
    padding: 0;
    list-style-type: disc;
}

.terms-section {
    text-align:center;
}

.disclaimer {
    color: darkred;
    font-size: 11px;
    display: block
}

.terms {
    padding: 2em;
    max-width: 1300px;
}
.p-3 {
    padding: 20px;
}
.ml-5 {
    margin-left: 40px;
}

.address-header {
    display: block;
    font-size: .9em;
    margin-top: 1em;
}
.mailing-address {
    display: block;
    font-size: .8em;
    padding-left: 1em;
    line-height: 1.4;
}


.line-height-adj {
    line-height: .9;
}

.social-facebook {
    text-align: left;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 10px;
    width: 80%;
}
.social-google {
    text-align: left;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 10px;
    width: 80%;
}
.placeholder-facebook {
    display: inline-block;
    margin: 0 0 10px;
    width: 42%;
}
.placeholder-google {
    display: inline-block;
    margin: 0 0 10px;
    width: 38%;
}

.title {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0 0;
}
.phone {
    display: block;
    font-size: 2.2em;
    font-weight: bold;
    margin: 5px 0;
}
.subtitle-1 {
    font-size: 1.2em;
}
.subtitle-2 {
    display: block;
    font-size: .7em;
    line-height: 1.4em;
    margin: 5px 10px;
}
.subtitle-3 {
    font-size: 1.2em;
    font-weight: bold;
}

.small-block {
    display: inline-block;
    font-size: .85em;
}
.smaller-block {
    display: inline-block;
    font-size: .7em;
}

.welcome-text {
    float:left;
    width: 100%;
    max-width: 1420px;
    padding: 0 1rem 2rem;
}


#about {
    padding: 60px 16px 0;
}
#residential {
    width: 100%;
    min-height: 50vh;
    padding: 60px 16px 0;
}
#commercial {
    width: 100%;
    min-height: 50vh;
    padding: 60px 16px 0;
}
#pumping {
    width: 100%;
    min-height: 50vh;
    padding: 60px 16px 0;
}
#snow {
    width: 100%;
    min-height: 50vh;
    padding: 60px 16px 0;
}
#pumping .subsection,
#snow .subsection {
    width: 100%;
}
#social {
    background-color: #f8f8f8;
    width: 100%;
    padding: 60px 16px 40px;
}


/**************
 ***************
 *****************
 START Media Queries
 ********************
 *********************
 ***********************/
@media only screen and (min-width: 360px) {
    
    img.snow-removal {
        padding: 3rem 2.5rem 0 1rem;
    }
    .logo-mobile {
        top: 42%;
        left: 50%;
    }
    #social {
        padding: 60px 8% 40px;
    }

    
}
/*************************************************/
/*************************************************/

@media only screen and (min-width: 568px) {
    
    .info-section{
        width: 70%;
    }
    
    
    #about {
        padding: 60px 32px 0;
    }
    #residential {
        padding: 60px 32px 0;
    }
    #commercial {
        padding: 60px 32px 0;
    }
    #pumping {
        padding: 60px 32px 0;
    }
    #snow {
        padding: 60px 32px 0;
    }
    #social {
        padding: 60px 20% 40px;
    }
    
}
/*************************************************/
/*************************************************/

@media only screen and (min-width: 768px) {
    
    aside {
        top: 68%;
        left: 53%;
    }
    img.snow-removal {
        padding: 3rem 5rem 0 1rem;
    }
    .brandon {
        margin: 60px 60px 20px 3%;
    }
    .contact-section {
        margin: 10%;
        width: 300px;
    }
    .gallery img {
        width: 25%;
    }
    .logo-mobile {
        top: 42%;
        left: 50%;
    }
    
    #pumping .subsection,
    #snow .subsection {
        width: 50%;
        float: left;
    }
    
    #social h3 {
        margin-left: 40px;
        margin-bottom: -80px;
    }
    
}
/*************************************************/
/*************************************************/

@media only screen and (min-width: 1024px) {
    
    .brandon {
        margin: 10px 60px 20px 3%;
    }
    .contact-section {
        margin: 0;
        width: 300px;
    }
    .contact-section-right {
        margin-top: 15px;
        width: 34%;
    }
    .contact-section-left {
        max-width: 100%;
    }
    .info-section{
        width: 50%;
    }
    .logo-mobile {
        max-width: 720px;
    }
    
    #social h3 {
        margin-left: 0;
        margin-bottom: 0;
    }
    #social {
        padding: 60px 3% 40px;
    }
 
    
}
/*************************************************/
/*************************************************/
@media only screen and (min-width: 1200px) {


    .terms {
        padding: 2em 4em;
        max-width: 1300px;
    }
    

}
/*****************************
 ******************************
 *******************************
 START Media Queries for Landscape
 *******************************************/
@media only screen and (orientation: landscape) {
 
    aside {
        top: 72%;
        left: 65%;
    }
    header {
        width: 100%;
        height: 100%;
        min-height: 480px;
        background-image: url('../picts/header-img-land.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    
    .gallery img {
        width: 50%;
    }
    
    .logo-desktop {
        width: 90%;
        max-width: 1200px;
        display: block;
        position: absolute;
        top: 40%;
        left: 47%;
        -webkit-transform: translateX(-50%)translateY(-50%);
            -ms-transform: translateX(-50%)translateY(-50%);
                transform: translateX(-50%)translateY(-50%);
    }
    .logo-mobile,
    .logo-mobile-small {
        display: none;
    }
    


    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 568px) {
        
        .gallery img {
            width: 25%;
        }
        
    }
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 768px) {
        
        
        
        
    }
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 1024px) {
        
        .logo-desktop {
            width: 70%;
            top: 40%;
            left: 48%;
        }
        

    } 
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 1280px) {

        .contact-section-right {
            margin-top: 20px;
            width: 33.33%;
        }
        .contact-section {
            width: 360px;
        }
        .welcome-text {
            padding: 0 2rem 2rem;
        }
        #social {
            padding-top: 80px;
            min-height: 700px
        }

    }
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 1360px) {
        
        .welcome-image {
            margin-top: 0;
        }


    }
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 1600px) {

        .contact-section {
            width: 400px;
        }

        .welcome-image {
            width: 33%;
        }
        .welcome-text {
            padding: 0 3rem 5rem;
        }
        
        #about {
            font-size: 105%;
            padding: 60px 58px 0;
        }
        #residential {
            font-size: 105%;
            padding: 60px 58px 0;
        }
        #commercial {
            font-size: 105%;
            padding: 60px 58px 0;
        }
        #pumping {
            font-size: 105%;
            padding: 60px 58px 0;
        }
        #snow {
            font-size: 105%;
            padding: 60px 58px 0;
        }
        #social {
            font-size: 110%;
            padding: 60px 58px 40px;
        }


    }
    /*************************************************/
    /*************************************************/
    
    @media only screen and (min-width: 1920px) {
        
        .contact-section {
            width: 480px;
        }
        
        #about {
            font-size: 120%;
            line-height: 1.6em;
            padding: 80px 88px 0;
        }
        #residential {
            font-size: 110%;
            padding: 80px 88px 0;
        }
        #commercial {
            font-size: 110%;
            padding: 80px 88px 0;
        }
        #pumping {
            font-size: 110%;
            padding: 80px 88px 0;
        }
        #snow {
            font-size: 110%;
            padding: 80px 88px 0;
        }
        #social {
            font-size: 120%;
            padding: 80px 88px 40px;
            min-height: 850px;
        }

    }
}

/*****************
END Media Queries
***************/