html{
    scroll-behavior: smooth;
}
/* 
colors: 

    red (main): #D82228
    grey: #434142

    palm tree colors:
    dark blue: #2E2D6D
    light blue: #137CC6
    green: #0A893E
    yellow: #F0C000
    orange: #CB7E3A
    red (palm tree): #E61D23
    pink: #CB1671
    purple: #904371
*/
/* hind-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/hind-v16-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* hind-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/hind-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* hind-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/hind-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* hind-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/hind-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* hind-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/hind-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  
body{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0px;
    background: white !important;
    overflow-x: hidden;
    font-family: 'Hind' !important;
}
img{
    height: auto;
    width: 100%;
}

nav{
    min-height: 60px;
    background: #fff;
    /*background: #0a3b11;*/
    font-family: 'Hind';
}
.border-strip{
    height: 2px;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
p{
    font-family: arial;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Hind' !important;
}
.box-shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.text-shadow{
    text-shadow: 1px 1px 2px black;
}
.review-para{
    min-height: 250px;
}
.navbar-brand img{
    width: 200px;
}
.navbar-toggler{
    padding-top: 5px;
}
#close-mobile-nav{
    display: block;
}
#nav-icons i{
    height: 45px;
    width: 45px;
    float: left;
    padding-top: 8px;
    font-size: 30px;
}
.nav-link{
    color: black;
    font-size: 16px;
    margin-right: 35px;
}
.navbar-nav .dropdown-item{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navbar-nav .dropdown-menu{
    border: none !important;
    outline: none !important;
}
.navbar-nav .dropdown-item:hover{
    background: #707578 !important;
    color: white !important;
    transition: .3s ease;
}
#myNavbar{
    margin-left: 120px;
}
#myNav{
    border-top: solid 1px #dedede;
   
}
#myNav .navbar{
    padding-top: 2px;
    padding-bottom: 2px;
}
.nav-link:hover{
    color: #EF0000 !important;
}
#myNav .btn-two{
    color: white !important;
}
.show-mobile{
    display: none;
}
.social-links{
    margin-top: -5px;
}
.social-links a{
    display: inline-block;
    height: 25px;
    width: 25px;
    background: black;
    border-radius: 50px;
    text-align: center;
    color: white !important;
    padding: 3px;
    padding-top: 5px;
    font-size: 12px;
    margin-right: 8px;
    margin-left: 8px;
}
.social-links a i{
    width: 15px;
}
.icon-margin-right{
    margin-right: 15px;
    width: 25px;
    text-align: center;
}
.icon-spaced{
    margin-right: 40px;
}
.overflow-top{
    margin-top: -150px;
}
.overflow-top-sm{
    margin-top: -40px;
}
.text-xl{
    font-size: 85px;
    line-height: 90px;
}
.text-lg{
    font-size: 55px;
    line-height: 60px;
}
.img-sm{
    width: 200px;
}
.img-xs{
    width: 100px;
}
.bold{
    font-weight: 700 !important;
}
.italic{
    font-style: italic !important;
}

.cursor-pointer{
    cursor: pointer;
}
.uppercase{
    text-transform: uppercase;
}
.background{
    display: block;
    width: 100%;
    margin: auto;
}
.background-lg{
    min-height: 750px;
}
.background-md{
    min-height: 450px;
}
.background-sm{
    min-height: 250px;
}
.background-xs{
    min-height: 150px;
}
.padded-top-xl{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padded-top-lg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padded-top-sm{
    padding-top: 25px;
    padding-bottom: 25px;
}
.padded-full-lg{
    padding: 50px !important;
}
.padded-full-sm{
    padding: 25px !important;
}
.padded-full-xs{
    padding: 5px !important;
}
.hero-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-bg-overlay{
    background-color: rgba(10,10,10, 0.55);
    color: white;
}
.hero-bg-overlay1{
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.90));
    color: white;
}
.hero-1{
    background-image: url('../img/hero4-lg.webp');
    background-position: center;
}
.hero-1 .hero-bg-overlay{
    position: relative;
    overflow: hidden;
}
#start-home{
    text-align: right;
}
@media screen and (max-width: 768px){
    #start-home{
        text-align: center;
    }
}
#hero-island{
    display: block;
    width: 700px;
    height: 250px;
    border-top-right-radius: 700px;
    border-top-left-radius: 700px;
    background: white;
    position: absolute;
    bottom: -120px;
    right: -450px;
}
#hero-island img{
    width: 500px;
    height: 600px;
    transform: scaleX(-1);
    margin-top: -500px;
    margin-left: -100px;
    animation-name: palmfade1;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
#hero-palm-lg{
    position: absolute;
    right: -500px;
    bottom: 0px;
}
#hero-palm-lg img{
    display: block;
    width: 1250px;
    opacity: .2;
    margin: auto;
    animation-name: palmfade2;
    animation-duration: .6s;
    animation-iteration-count: 1;
}
@keyframes palmfade1{
    from{margin-top: 220px;}
    to{margin-top: -500px;}
}
@keyframes palmfade2{
    from{margin-right: -220px; transform: rotate(-30deg);}
    to{margin-right: 0px; transform: rotate(0deg);}
}
.bg-1{
    background-image: url('../img/bg1.jpg');
}
.bg-2{
    background-image: url('../img/bg2-lg.webp');
}
.bg-3{
    background-image: url('../img/bg3.webp');
    background-position: bottom center;
}
.hero-painting{
    background-image: url('../img/painting1.webp');
}
.hero-painting1{
    background-image: url('../img/painting2-lg.webp');
}
.hero-restoration{
    background-image: url('../img/restoration1.webp');
}
.hero-restoration1{
    background-image: url('../img/restoration2-lg.webp');
}
.hero-waterproofing{
    background-image: url('../img/waterproofing1.webp');
}
.hero-waterproofing1{
    background-image: url('../img/waterproofing2-lg.webp');
}
.hero-hoa{
    background-image: url('../img/hoa.webp');
}
.hero-condo{
    background-image: url('../img/hero2-md.webp');
}
.hero-pw{
    background-image: url('../img/pwash1-lg.webp');
    background-position: bottom center;
}
.background-one{
    background: #EF0000;
    color: white;
}
.background-dark{
    background-color: #000;
    color: white;
}
.background-white{
    background-color: white;
    color: #111;
}
.background-darkgrey{
    background-color: #323232;
    color: white;
}
.background-silver{
    background: #e0e0e0;
}
.background-color1{
    background-color: #2E2D6D !important;
}
.background-color2{
    background-color: #137CC6 !important;
}
.background-color3{
    background-color: #0A893E !important;
}
.background-color4{
    background-color: #F0C000 !important;
}
.background-color5{
    background-color: #CB7E3A !important;
}
.background-color6{
    background-color: #E61D23 !important;
}
.background-color7{
    background-color: #CB1671 !important;
}
.background-color8{
    background-color: #904371 !important;
}
.text-color1{
    color: #2E2D6D;
}
.text-color2{
    color: #137CC6;
}
.text-color3{
    color: #0A893E;
}
.text-color4{
    color: #F0C000;
}
.text-color5{
    color: #CB7E3A;
}
.text-color6{
    color: #E61D23;
}
.text-color7{
    color: #CB1671;
}
.text-color8{
    color: #904371;
}
.color-header{
    display: flex;
}
.background-gradient{
    background: linear-gradient(to right, #2E2D6D, #137CC6, #0A893E, #F0C000, #CB7E3A, #E61D23, #CB1671, #904371);
}
.color-header-spec{
    display: block;
    height: 3px;
    width: 20px;
    border-radius: 50px;
    margin: 2px;
}
.btn-full{
    width: 100%;
}
.sidenav .btn-full{
    width: 90%;
    display: block;
    margin: auto;
}
.btn{
    border-radius: 8px !important;
    font-size: 16px !important;
    padding: 14px 55px !important;
    font-weight: bold !important;
}
.btn i{
    margin-left: 15px;
}
.btn-one{
    background-color: #EF0000 !important;
    border-color: #EF0000 !important;
    color: white !important;
}
.btn-one:hover{
    background-color: black !important;
    color: white !important;
    border-left-color: #2E2D6D !important;
    border-top-color: #0A893E !important;
    border-right-color: #F0C000 !important;
    border-bottom-color: #EF0000 !important;
    transition: .3s ease;
}
.btn-two{
    background-color: #000 !important;
    border-color: #000 !important;
    color: white !important;
}
.btn-three{
    background: white !important;
    border-color: white !important;
    color: black !important;
}
.text-dark{
    color: black !important;
}
.text-one{
    color: #EF0000;
}
.text-grey{
    color: #323232;
}
.text-silver{
    color: silver;
}
form{
    padding: 20px;
}
form label{
    font-size: 14px;
    font-family: 'Hind';
}
form input, form select, form textarea{
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Hind';
    background: #ddd !important;
    border: none;
    color: black;
    border-radius: 0px !important;
    font-size: 17px;
}
form input, form select{
    height: 60px !important;
    border-radius: 12px !important;
}
form textarea{
    height: 100px !important;
    border-radius: 10px !important;
}
.fade-content{
    overflow-y: hidden;
    opacity: 0;
}
.fade-1{
    animation-name: fade1;
    animation-duration: .3s;
    animation-iteration-count: 1;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 0px;
}
@keyframes fade1{
    from{opacity: 0; transform: translateX(50px);}
    to{opacity: 1;  transform: translateX(0px);}
}
footer{
    background: white;
    border-top: solid 4px #274A8B;
    padding-top: 40px;
    padding-bottom: 40px;
    color: black;
}
.footer-links{
    margin-bottom: 45px;
}
.footer-padded-left i{
    width: 45px !important;
}
.footer-links a{
    display: inline-block;
    color: #EF0000;
    text-transform: uppercase;
    font-family: 'Hind';
    width: 150px;
    margin-right: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.footer-links a:hover{
    color: black;
    text-decoration: none;
    border-bottom-color: #2065A6;
    transition: .2s ease;
}
@media screen and (min-width: 992px){
    #nav-contact p{
        margin-top: 14px;
    }
}
@media screen and (max-width: 990px){
    .hero-1{
        background-image: url('../img/hero1-md.webp');
    }
    .hero-1, .hero-1 .hero-bg-overlay1{
        min-height: 750px;
        height: 750px
    }
    #hero-island{
        display: none;
        width: 300px;
        height: 50px;
        border-top-right-radius: 700px;
        border-top-left-radius: 700px;
        background: none;
        position: absolute;
        bottom: 100px;
        right: -250px;
    }
    #hero-palm-lg{
        position: absolute;
        left: -440px;
        right: 0px;
        top: 10px;
    }
    #hero-palm-lg img{
        display: block;
        width: 220px;
        opacity: .4;
        margin: auto;
        animation-name: palmfade2-mobile;
        animation-duration: .4s;
        animation-iteration-count: 1;
    }
    .hero-1 h1{
        font-size: 18px !important;
    }
    @keyframes palmfade2-mobile{
        from{left: -485px; transform: rotate(20deg);}
        to{left: -450px; transform: rotate(0deg);}
    }
    .hero-bg h2{
        font-size: 20px !important;
    }
    .hero-bg .text-xl{
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .bg-3 h2{
        font-size: 35px !important;
    }
    .bg-3 h3{
        font-size: 25px !important;
    }
    .bg-1{
        background-image: url('../img/bg1.jpg');
    }
    .bg-2{
        background-image: url('../img/bg2-lg.webp');
    }
    .bg-3{
        background-image: url('../img/bg3.webp');
        background-position: bottom center;
    }
    .hero-painting{
        background-image: url('../img/painting1.webp');
    }
    .hero-painting1{
        background-image: url('../img/painting2-md.webp');
    }
    .hero-restoration{
        background-image: url('../img/restoration1.webp');
    }
    .hero-restoration1{
        background-image: url('../img/restoration2-md.webp');
    }
    .hero-waterproofing{
        background-image: url('../img/waterproofing1.webp');
    }
    .hero-waterproofing1{
        background-image: url('../img/waterproofing2-md.webp');
    }
    .hero-hoa{
        background-image: url('../img/hoa.webp');
    }
    .hero-condo{
        background-image: url('../img/hero2-md.webp');
    }
    .hero-pw{
        background-image: url('../img/pwash1-md.webp');
        background-position: bottom center;
    }
    .color-header{
        justify-content: center;
    }
    .text-xl{
        font-size: 35px;
        line-height: 40px;
    }
    .btn{
        padding: 20px 25px !important;
        font-size: 20px !important;
        display: block;
        width: 80%;
        margin: auto;
        margin-bottom: 25px;
    }
    p{
        font-size: 16px;
    }
    .mobile-none{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .mobile-center{
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    h1, .h1{
        font-size: 30px !important;
    }
    h2, .h2{
        font-size: 25px !important;
    }
    h3, .h3{
        font-size: 23px !important;
    }
    .text-lg{
        font-size: 35px !important;
        line-height: 35px !important;
    }
    #myNavbar{
    margin-left: 0px;
}
#mains h2{
    font-size: 25px !mportant;
}
    .nav-top{
        height: 55px;
    }
    .nav-brand{
        width: 70px;
        transform: translateY(-32px);
    }
    .nav-brand-text{
        font-size: 20px !important;
        transform: translateY(-17px);
    }
    .nav-top .social-links{
        margin-top: -7px;
        margin-right: 0px;
    }
    .text-xl{
        font-size: 45px;
        line-height: 45px;
    }
    .navbar-brand img{
        width: 150px;
    }
    .overflow-top{
        margin-top: -140px;
    }
    .nav-brand{
        margin-left: -5px !important;
    }
    .mobile-padded-left, .footer-padded-left{
        padding-left: 10% !important;
    }
    #nav-contact p{
        font-size: 20px;
        margin-right: 17px;
   }
   #nav-contact .btn{
       font-size: 14px !important;
       padding: 8px 15px !important;
       width: 200px;
   }
   .social-links a{
        display: inline-block;
        height: 25px;
        width: 25px;
        background: black;
        border-radius: 50px;
        text-align: center;
        color: white !important;
        padding: 3px;
        padding-top: 5px;
        font-size: 12px;
        margin-right: 3px;
        margin-left: 3px;
    }
   .footer-links a{
       display: block;
       width: 100%;
       margin: auto;
       text-align: center;
       padding-top: 20px;
       padding-bottom: 20px;
   }
   footer img{
       width: 200px;
       display: block;
       margin: auto;
   }
}
