
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*Universal*/

*, * focus {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 18px;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
    background:#fff;
    font-size:16px;
}

p {
    line-height:22px;
}

.container {
    margin-top:2em;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 25px;
}

h1, h2, h3, h4, h5 {
    font-family:'Merriweather', Times, serif;
    color:#DA6600;
}

h2 {
    font-size:1.5em;
    padding-top:1em;
}

h3 {
    font-size:1.5em;
    padding-bottom:0.6em;
}
a {
    color:#fff;
    transition: color .3s linear;
}
.body {
    min-height:50vh;
}
.spaced {
    letter-spacing:1px;
}
.card {
    border:none;
}
.menu-desktop {
    display:none;
}
.headspace {
    margin-top: 2.5em;
}
.two-col {
    display:flex;
    flex-direction:row;
    flex:1;
    justify-content: space-between;
    flex-wrap:wrap;
    padding-bottom: 2em;

}

.col-left, .col-right {
    position:relative;
    display:flex;
    flex-basis:100%;
    flex-grow:1;
    margin:0;
    align-items:center;
    margin-top:20px;
}
.col-left.image img, .col-right.image img {
    margin: 0 auto;
}
.two-col [class^="col-"] .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    padding: 8px;
}
.card-container {
    display:flex;
    flex-direction:row;
    flex:1;
    flex-wrap:wrap;
    justify-content: space-between;
}
.card-cta {
    display:flex;
    flex-basis:100%;
    margin:0 1em;
    text-align: center;
    flex-direction: column;
    padding:1em;
    margin:0 15px;
    flex-grow:1;
    padding: 0;
}
.card-cta.bg-blue {
    background:#a8bcd8;
}
.card-container .card-cta h4 {
    color: #212532;
}
.card-cta .icon {
    margin: 0 auto;
    background: #cad5ec;
    height:75px;
    width:75px;
    border-radius: 50%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.card-cta .icon img {
    width: 40px;
    margin: 10px;
}
.card-cta h4 {
    padding: 16px 0;
    font-size: 1.5em;

}
.card-cta ul li {
    padding-bottom:10px;
}
.card-cta ul li:after {
    content: '';
    display:flex;
    height: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 15'%3E%3Cpath d='M93 7.5H5v-1h88v1zm102-1h-87v1h87v-1zM104 7l-3-3-3 3 3 3 3-3z' opacity='.6' fill='%23999'/%3E%3C/svg%3E") center center no-repeat;
    margin-top: 10px;
}
.card-cta ul li:last-of-type:after {
    display: none;
}
.card-cta i.fas {
    align-self:center;
}
.card-cta i.fas:before {
    width:2em;
}
.card-cta.prev, .card-cta.next {
    flex-basis: 15%;
}
.card-cta.quotes {
    flex-basis: 60%;
}
.btn-orange, .btn-orange:hover, .btn-orange:active {
    background-color: #DA6600;
    border: none;
    color: #fff;
    padding: 5px 20px;
    font-size: .9em;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
  }
.swipe-wrap {
overflow: hidden;
position: relative;
}
.swipe-wrap > div {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.carousel-content {
    margin:0 auto;
    width:100%;
    padding-bottom:50px;
}
.carousel-content h4 {
    text-align: center;
    padding-bottom: 10px;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-top:1.5em;
}
.swiper-slide blockquote {
    width: 80%;
    margin: 0 auto;
}
.swiper-slide blockquote span {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-style: italic;
    font-size:.9em;
    margin-right:15px;
}
.swiper-slide blockquote span span {
    margin-top:3px;
    font-style:normal;
    font-size:-.8em;
    margin-right:0;
}
.swiper-button-prev {
    left:0;
}
.swiper-button-next {
    right:0;
}
.swiper-pagination {
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}
.swiper-pagination-bullet {
    margin: 0 4px;
}
#main {
	margin:0 auto;
	width: 100%;
}
header {
    background:#31281f;
    margin: 0 auto;
	height:75px;
	position:relative;
}

.logo {
    width: 280px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 15px;
    display: block;
}
.logo img {
    width:100%;
    height:auto;
    display:block;
}

.phone {
    display: none;
}
.home-carousel {
    position: relative;
    overflow: hidden;
}
.home-carousel img {
    width:100%;
}

.contractorbox {
    color:#fff;
    padding-bottom:15px;
    position: relative;
    background: #84adb3;
}
.contractorbox .inner-box h1 {
    font-size:1.3em;
    text-align: center;
	padding:35px 35px 0px;
	color:#ffeb75;
}
.contractorbox .inner-box p {
	padding:16px 22px 0 22px;
	line-height:1.3em;
	text-align:left;
}
.contractorbox .inner-box p.tagline {
	background: url(../img/assets/trust-a-pro.png) no-repeat;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	margin: 0 auto;
}

.page-header {
    padding:.25em;
}
.page-header h1 {
    color:#fff;
    margin-left:15px;
    font-size:1.5em;
    padding-top:0.3em;
}
.work {
    background:#aeb884;
}
.services {
    background: #daa853;
}
.testimonials {
    background: #c2a382;
}
.contact {
    background:#80abb4;
}

.paintcan {
	display:none
}
nav.navbar {
    width:100%;
    background:#31281f !important;
    position:fixed;
    height:65px;
    overflow: visible;
    z-index: 999;
}
.navbar-toggler {
    position: absolute;
    top:15px;
    right:15px;
    outline:0 !important;
}

.navbar-toggler span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(206, 206, 206)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath d='M280.5,244.3l101-106.4c7.5-7.9,7.3-20.2-0.4-27.9l-0.4-0.4h0c-7.9-7.9-20.6-8-28.7-0.4L246,209.8l-106.4-101 c-7.9-7.5-20.2-7.3-27.9,0.4l-0.4,0.4v0c-7.9,7.9-8,20.6-0.4,28.7l100.6,106l-101,106.4c-7.5,7.9-7.3,20.2,0.4,27.9l0.4,0.4l0.4,0.4 c7.7,7.7,20,7.8,27.9,0.4l106.4-101l106.4,101c7.9,7.5,20.2,7.3,27.9-0.4l0.4-0.4l0.4-0.4c7.7-7.7,7.8-20,0.4-27.9L280.5,244.3z' fill='%23cecece'/%3E%3C/svg%3E");
}
.navbar-collapse {
    width:100%;
    background:#31281f !important;
    top:65px;
    position: fixed;
    z-index: 999;
}
.navbar-nav {
    padding-bottom:20px;
}
.navbar-nav li.nav-item {
    text-align:center;
    
}
.navbar-nav .nav-link {
    color:#eac994 !important;
    margin:4px 0;
}
.navbar.footer {
    background: #d99757 !important;
    height: auto;
    padding:0;
    margin:0;
}
.navbar.footer a {
    display:inline-block;
    width:100%;
    text-align:center;
    padding:8px;
    color:#fff;
}

.active {
	color:red;
}
.input-wxs { 
    max-width:100px;
}

/*----- Contact ------*/

.form-control .btn-link {
    display:none;
    font-size:13px;
    padding:8px 0;
}
/*----- Testimonials -----*/
.testimonial {
    margin: 0;
    background: #ddf2f9;
    padding: 25px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
}

.testimonial:before {
    top: 20px;
    left: 10px;
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #ffffff;
    font-style: normal;
}
.testimonial p {
    border-left: 2px solid #aecbd6;
	margin-bottom: 0;
    padding-left: 20px;
    margin-left: 3px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ddf2f9;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 10px 0 0 25px;
    padding:0 0 35px 0;
    font-size: .9em;
}
/*--------- Home Quote --------*/
.homequote {
	clear:both;
	margin-top:20px;
}
.homequote blockquote {
	margin:20px;
	background:#C3DCE4;
	clear:both;
	border-radius: 10px;
	position: relative;
}
.homequote blockquote p {
	font-size:14px;
	font-style: italic;
	padding: 20px 15px 6px 20px;
	line-height: 1.2em;
	font-weight:bold;
	color: #555;
}
.overlay {
    display: none;
    position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index:999;
  }

  #gallery .image-wrapper {
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 999;
  }
  .close:hover {
    opacity: 1;
  }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

  .custom-select.is-valid, .form-control.is-valid, .form-control:valid /*, .was-validated .custom-select:valid, .was-validated  */ {
    border-color: #ced4da !important; 
  }
  .form-control.is-invalid {
    border-color: #dc3545 !important;
}
footer {
    background: #eaeaea;
    padding:1em 1em 2.5em;
    margin-top:3em;
}
footer h3 {
    text-align: center;
    color:#DA6600;
    margin-top:15px;
    padding-bottom:10px;
}
footer ul {
    margin: 0 auto;
    /* max-width:80vw; */
    text-align: center;
    padding:0 0 3em;
}
footer ul li {
    display: inline-block;
    padding: .25em 1em;
}
footer .sub-footer {
    display: flex;
    flex-direction: column;
    padding-bottom:1em;
}
footer .sub-footer p {
    margin:0;
    text-align: center;
    font-size:.8em;
} 
footer .sub-footer p.license span {
    display: block;
}

@media (min-width:640px) {
    footer .sub-footer p.license span {
        display: inline-block;
    }
    footer .sub-footer p.license span:before {
        content: '- ';
    }
}

@media (min-width:768px) {
    header {
        height:115px;
    }
    .menu-mobile {
        display:none;
    }
    .navbar.footer {
        display:none;
    }
    .menu-desktop {
        display:block;
    }
    .paintcan {
        display:block;
        position: absolute;
        z-index:1;
        width:100px;
        height:157px;
        top:10px;
        left:10px;
    }
    .home {
        background:transparent url(../img/assets/paintcan_home.png) no-repeat;
        height:147px;
    }
    .blue {
        background:transparent url(../img/assets/paintcan_blue.png) no-repeat;
    }
    .orange{
        background:transparent url(../img/assets/paintcan_orange.png) no-repeat;
    }
    .green {
        background:transparent url(../img/assets/paintcan_green.png) no-repeat;
    }
    .brown {
        background:transparent url(../img/assets/paintcan_brown.png) no-repeat;
    }
    .logo {
        width:360px;
        height:50px;
        position:absolute;
        cursor:pointer;
        top:35px;
        left:105px;
        display:block;
    }
    .phone {
        display:block;
        position: absolute;
        right:25px;
        top:15px;
    }
    .phone p {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }
    
    .phone p a {
        color: #eac994;
        font-family: 'Merriweather', Times, serif;
        font-size: 1.5em;
        display: block;
        padding:5px 0 0;
        text-decoration: none;
    }
    .phone p a:hover {
        color:#fff;
    }
    .navbar-desktop {
        display:flex;
        position:absolute;
        bottom:10px;
        right:15px;
        margin:0;
        list-style:none;
    }
    .navbar-desktop li {
        margin: 0 10px;
    }
    .navbar-desktop li a {
        color: #eac994;
        font-weight: normal;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Open Sans", Arial, sans-serif;
        text-shadow: 0 2px rgba(0, 0, 0, 0.85);
        letter-spacing: 1px;
        transition: color .3s linear;
    }
    .navbar-desktop li a:hover, .navbar-desktop li.selected a {
        color:#fff;
    }
    
    .home-carousel {
        padding: 42px 0;
    }
    .home-carousel img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width:auto;
    }
    .contractorbox {
        width:50vw;
        margin-left:20px;
        border-radius: 15px;
        max-width:600px;
        background: transparent;
    }
    .contractorbox:after {
        content:'';
        background: #84adb3 url(/img/assets/bg-contractor.jpg) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .95;
        border-radius: 15px;
    }
    .contractorbox .inner-box {
        z-index:1;
        position: relative;
    }
    .contractorbox .inner-box h1 {
        font-size:1.5em;
         padding:65px 35px 0px;
    }
    .page-header h1 {
        margin-left:105px;
        font-size:2em;
        padding-top:0.2em;
    }
    .col-left, .col-right {
        flex-basis: calc(40% - 12px);
        margin-top:0;
    }
    .headspace {
        margin-top: 3em;
    }
    .col-left.text div {
        margin-right:2em;
    }
    .col-right.text div {
        margin-left:2em;
    }
    .two-col.gap .col-left {
        margin-right:15px;
    }
    .two-col.gap .col-right {
        margin-left:15px;
    }
    .card-container.half .card-cta  {
        flex-basis: calc(40% - 12px);
    }
    .carousel-content {
        margin:0 auto;
        width:85%;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 40%;
        display:flex;
    }
 
    footer {
        padding:1em;
    }
    footer ul {
        max-width:60vw;
    }
    footer ul li {
        padding:0.25em 1em;
    }
    footer .sub-footer {
        flex-direction:row;
        justify-content: space-between;
        padding-bottom: 0;
        align-items: flex-end;
    }
    footer .sub-footer p {
        margin:0;
    }
    footer .sub-footer p.copyright {
        text-align: left;
        flex-grow:1
    }
    footer .sub-footer p.license {
        text-align: right;
        flex-grow:2;
    }
}

@media (min-width:1200px) {
    .logo {
        width:400px;
    }
    .headspace {
        margin-top: 4em;
    }
    .narrow {
        max-width:980px;
        margin-left:auto;
        margin-right:auto;
        width:60%;
    }
    .contractorbox {
        width:40vw;
    }
    .card-cta {
        flex-basis: calc(20% - 12px);
    }
    .card-cta:first-of-type {
        margin-left:0;
    }
    .card-cta:last-of-type {
        margin-right:0;
    }
    footer ul {
        max-width:50vw;
    }
}