@charset "UTF-8";
header img {
    width: 170px;
    position: absolute;
    top: 18px;
    left: 5%;
    z-index: 9990;
}
.splash {
    background-image: url(../images/vpro-painting-van.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 27vh;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 23vh;
    background-size: cover;
    margin-top: -88px;
}
.psplash {
    background-image: url(../images/painted-house.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 27vh;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10vh;
    background-size: cover;
    margin-top: -88px;
}
.csplash {
    background-image: url(../images/contact-vpro.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 27vh;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10vh;
    background-size: cover;
    margin-top: -88px;
}
.splash h3, .psplash h3, .csplash h3{
    display: block;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-size: 4vw;
    font-weight: 800;
    background-color: rgba(0,0,0,0.50);
    padding-top: 20px;
    padding-bottom: 20px;
}
.splash a.button {
    margin-top: 6vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    width: 300px;
}
.wrapper.welcome  , .wrapper.contact, .wrapper.portfolio{
    padding: 15px 0;
}
.bluebg {
    background-image: -webkit-linear-gradient(0deg,rgba(46,42,93,1.00) 0%,rgba(49,75,160,1.00) 48.24%,rgba(46,42,93,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(46,42,93,1.00) 0%,rgba(49,75,160,1.00) 48.24%,rgba(46,42,93,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(46,42,93,1.00) 0%,rgba(49,75,160,1.00) 48.24%,rgba(46,42,93,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(46,42,93,1.00) 0%,rgba(49,75,160,1.00) 48.24%,rgba(46,42,93,1.00) 100%);	
}

.main.striped {
    border-bottom: 3px solid rgba(255,255,255,1.00);
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 3px solid rgba(255,255,255,1.00);
}
.whitebg .main.striped {
    border-bottom: 3px solid #314ba0;
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 3px solid #314ba0;
}
.welcome .content {
    text-align: center;
    color: rgba(252,252,252,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10vw;
}
.contact .content {
    text-align: center;
    color: rgba(252,252,252,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10vw;
}
.privacy .content {
    color: rgba(0,0,0,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10vw;
}
.privacy * {
    padding-bottom: 0.1em;
    line-height: 1.2em;
}
.privacy h1, .privacy h2, .privacy h3, .privacy h4 {
    color: #314ba0;
    text-decoration: underline;
    padding-top: 1em;
}
.privacy p, .privacy ul li {
    font-size: 15px;
    font-weight: 400;
}
.privacy p {
    padding-bottom: 7px;
}
h1 {
    font-size: 3vw;
    margin-bottom: 25px;

}
.welcome h1 {
}
.contact h1 {
}
.portfolio h1 {
    color: #314ba0;
    text-align: center;
}
h1 span {
	white-space: nowrap;
}
.welcome p {
    font-weight: 300;
    font-size: 16px;
}
.welcome p a {
    font-weight: 400;
    color: #FFFFFF;
}
.welcome p a:hover {
    text-decoration: underline;
}
.quads {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
	flex-grow: 1;
    flex-basis: 0;
}
.framed {
    border: 4px solid rgba(255,255,255,1.00);
	
}
.quads h3 {
    background-color: #2e2a5d;
    color: rgba(255,255,255,1.00);
    font-size: 1.7vw;
    padding: 10px 0;
    display: block;
}
.quads * {
    text-align: center;
}
.quads img {
    margin: 4px 0;
    width: 100%;
}
.quads p {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.wrapper.carpentry {
    background-repeat: no-repeat;
    background-image: url(../images/carpentry-repairs.jpg);
    background-position: center center;
    background-size: cover;
}
.wrapper.newpaint {
    background-repeat: no-repeat;
    background-image: url(../images/new-paint-new-room.jpg);
    background-position: center center;
    background-size: cover;
    border-top: 3px solid #FFFFFF;
}
.wrapper.testimonial {
    padding: 25px 6vw;
    background-color: #FFFFFF;
    text-align: center;
}
.testimonial .content {
    background-image: url(../images/testimonials.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 65%;
    padding-left: 180px;
    padding-top: 15px;
    padding-right: 3vw;
	padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonial img {
    max-width: 250px;
    width: 30vw;
    margin-bottom: 20px;
    padding-left: 0px;
}
.testimonial p.quote  {
    color: #314ba0;
    font-size: 22px;
    font-style: italic;
}
.testimonial p.client {
    text-shadow: 0px 0px;
    font-size: 20px;
    color: #2E2E2E;
    padding-top: 10px;
    padding-bottom: 20px;
}
.carpentry * {
    color: rgba(255,255,255,1.00);
}
.carpentry h4 {
    font-weight: 400;
    font-size: 2.9vw;
}
ul {
	margin-top: 15px;
	margin-bottom: 25px;
	}
ul li {
    font-weight: 600;
    font-size: 2.5vw;
}
.shadebox {
    background-color: rgba(0,0,0,0.5);
    padding: 25px 35px;
	width: 70%;
	margin: auto;
	color: white;
	box-sizing: border-box;
}
.shadebox h5 {
	font-size: 3.6vw;
	font-weight: 400;
	padding-bottom: 25px;
}
.shadebox p {
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 3.5vw;
}
.shadebox p a {
    color: #D3DDFF;
}
.shadebox p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
footer {
    padding-top: 10px;
    padding-bottom: 20px;
    color: rgba(255,255,255,1.00);
}
.whitebar {
    background-color: #FFFFFF;
    height: 3px;
    font-size: 0px;
    margin-bottom: 20px;
}
footer div:not(:first-child)  {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer h6 {
    font-weight: 800;
    font-size: 21px;
    padding-bottom: 7px;
    letter-spacing: -1px;
}
footer p   {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    padding-bottom: 8px;
}
footer a {
    color: #FFFFFF;
}
footer a.phone {
    font-weight: 600;
    font-size: 20px;
}
footer a:hover {
    color: #A1B7FF;
}
footer img.logo  {
	width: 80%;
	display: block;
	margin: auto;
}
footer .sm a img {
    display: inline-block;
    margin-top: 12px;
    margin-right: 12px;
    width: 7vw;
}
.baseline {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.baseline *   {
    color: #8D92B9;
    display: inline-block;
    font-size: 14px;
}
.baseline div:first-child {
    display: block;
}
.baseline div:last-child {
    display: block;
    text-align: right;
    margin-top: -18px;
}
.t60 {
	width: 60%;
}


@media only screen and (max-width: 800px) {
	
header img {
    width: 120px;
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 9990;
}
.splash {
	padding-top: 30vh;
    padding-bottom: 24vh;
	}	
h1 {
    font-size: 5vw;
}		
.main.flex, footer.flex {
	  flex-wrap: wrap;
	
	}	
.quads {
    flex: 50%;
    max-width: 50%;
	}	
.quads h3 {
    font-size: 2.3vw;
}	
	
.testimonial .content {
    background-size: auto 45%;

}	
	
footer div {
}	
	
}


@media only screen and (max-width: 600px) {

.splash, .psplash, .csplash  {
		margin-top: 0;
	}
.splash h3, .psplash h3, .csplash h3 {
    font-size: 8vw;

}	
.splash a.button {
    margin-top: 18vw;
	font-size: 22px;
	line-height: 27px;
	max-width: 84%;
	}	
.wrapper.welcome.thanku {
	margin-top: 100px;		
	}
	
h1 {
    font-size: 6.5vw;
}	
.quads {
    flex: 100%;
    max-width: 100%;
	}	
	
.quads h3 {
    font-size: 4.5vw;
}
.carpentry h4 {
    font-size: 5vw;
}

ul li {
    font-weight: 600;
    font-size: 4vw;
}	
.wrapper.testimonial {
    padding: 25px 3vw;
}
.testimonial .content {
    padding-left: 3vw;
    padding-top: 15px;
    padding-right: 3vw;
	padding-bottom: 50px;
	width: 96%;
    background-size: 250% auto;
}

.testimonial p.quote  {
    font-size: 22px;
	padding: 0 5vw;
}
.testimonial p.client {
    font-size: 18px;
    padding-bottom: 30px;
}	
.testimonial img {
    width: 60vw;
}	
.shadebox {
	width: 84%;
}
.shadebox h5 {
	font-size: 5.5vw;
}
.shadebox p {
	font-size: 3.1vw;
	line-height: 4.5vw;
}
	
.contact .content {
    padding: 20px 0vw;
}
.contact h1 {
    font-size: 5vw;
    margin-bottom: 25px;
}	
	
}
