body{
	background-size: 100% auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../Aeroseal-Flyer-large.jpg);
	background-repeat: no-repeat;
	background-position: center -500px;
}

h1,h2,h3,h4,h5,h6{
	color: #eee;
	font-style: italic;
}

iframe{
    border: none;
}
.logo-section{
	text-align: center;
	height: auto;
	width: 500px;
}
.row.leaky-pipe .inner.right.small-8.columns p {
	text-align: justify;
	line-height: 1.5em;
}

.leaky-pipe{
	background-image: url(../leaky-pipe.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:500px auto;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1em;
	height: 400px;
}
.row.leaky-pipe .inner.right.small-8.columns {
	margin-top: 50px;
}

.row.leaky-pipe .inner.right.small-8.columns h4 {
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#aeroseal-teaser{
	cursor: pointer;
	width: 100%;
}

.contact-section{
	font-size: 24px;
	height: 101px;
	margin-top: 50px;
	position: relative;
}
.footer p{
	margin-top: 10px;
	line-height: 1.2em;
	font-size: .8em;
}

.contact-section .inner{
    bottom: -14px;
    position: absolute;
    width: 100%;
	background-color: #0092c3;
}

.contact-section p{
    margin: 0;
}

.contact-section a,
.contact-section a:visited,
.contact-section a:active{
    color: #fff;
}

.contact-section a:hover{
    color: #ccc;
}

.vc-logo-section{
    height: 101px;
    margin-top: 50px;
    text-align: right;
}

footer{
    margin: 0px 0;
    text-align: center;
}

@media only screen and (max-width: 768px){
    body{
        background-size: 100% auto;
			background-position: center 0px;
    }
    .logo-section{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .contact-section{
        font-size: 16px;
        height: auto;
        text-align: center;
    }
    .contact-section .inner{
        bottom: 0px;
        position: relative;
    }
    .vc-logo-section{
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    body{
        background-size: 100% auto;
			background-position: center -150px;
    }
    .contact-section{
        font-size: 18px;
        height: 101px;
        margin-top: 50px;
        position: relative;
    }
    .contact-section .inner{
        bottom: -10px;
        position: absolute;
    }
}

@media only screen and (min-width: 768px){
    .contact-section{
        padding-left: 60px;
        text-align: left;
    }
    .vc-logo-section{
        padding-right: 60px;
        text-align: right;
    }
}
