﻿body, html {
    font-size: 16px;
    background-color: white !important;
    height: 100%;
    padding-right: 0 !important
}


.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;
}

.center {
    margin: 0 auto;
    float: none;
}
.form-col{
    padding-bottom: 8px;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.2s;
}

.container-hero-content {
    position: relative;
    height: 440px;
}
.jumbo-container {
    background-color: rgba(232, 255, 225, 0.57) !important;
}

.jumbotron-fluid {
    text-align: center;
    height: 440px;
    background-image: url('../images/Branding/bg-final.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-overlay {
    background-color: rgba(232, 255, 225, 0.57) !important;
    height: 440px;
    max-height: 440px;
    text-align: center;
}
.welcomeText {
    /*position:absolute;*/
    color: black;
    font-size: 140%;
    line-height: 25px;
    
}

.jumbo-header {
    font-size: 50px; color:black;padding-bottom:30px; padding-top:80px;
}


/* If the screen size is 600px wide or less, set the font-size of jumbo text to 16px */
@media screen and (max-width: 600px) {
    .welcomeText {
        font-size: 16px !important;
    }
    .product-description {
        font-size: 16px !important;
    }
    .grid-group {
        font-size: 16px !important;
    }
}

/* If the screen size is 450px wide or less(Mobile), hide the jumbo text */
@media screen and (max-width: 450px){
    .hideJumboText {
        display: none;
    }
    .jumbotron-fluid {
        max-height: 240px;
        background-image: none !important
    }
    .container-overlay {
        max-height: 280px;
        padding-bottom: 50px;
    }
    .jumbo-header{
        padding-top: 15px;
    }
}

.row.text-center > div {
    display: inline-block;
    float: none;
    padding-top: 50px;
    background-color: transparent !important;
}

.grid-group {
    /*background-color: white;*/
    padding-top: 20px;
    padding-bottom: 5px;
    /*background-color: transparent !important;*/
}
li.borderless {
    border: none;
}
h1 {
    /*background-color: transparent !important;*/
    margin: 0;
    font-family: 'Didact Gothic'
}
.display-4 {
    margin: 0;
}
.thumbnail {
    background-color: white;
}

.services {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    background-color: transparent !important;
}
.service-info {
    background-color: transparent !important;
    border-color: white !important;
}

#featureRow {
    background-color: transparent !important;
}

#features {
    background-color: transparent !important;
}

.feature-spacer{
    padding-bottom:5px;
}
.i.fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 80px;
    padding: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.product-description{
    font-size: 140%;
}

.feature {
    /*background: #FFFFFF;*/
    text-align: center;
    /*border: solid 1px #cccccc;*/
    padding: 10px 10px 10px 10px;
}
    .feature .inner {
        background-color: white !important;
        /*border: solid 1px white;*/
        position: relative; /*Need this so that color transition happens inside inner div*/
        padding: 20px 20px 20px 20px;
  
    }

    .feature p {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .feature i {
        font-size: 40px;
        color: #FFFFFF;
        background: #1E825F;
        padding: 30px;
        border-radius: 50%;
        border: solid 3px #1E825F;
    }

    .feature h3 {
        color: #1E825F;
    }

/*** Feature grid hover overlay ***/
    .feature:hover .child {
        transition: .5s ease;
        opacity: 0;
    }

/*** feature 1 coloring ***/
#feature1 i {
    background: #1773b6;
    border: solid 3px #1773b6;
}
#overlay1 {
    background: #1773b6;
}
#h3-1 {
    color: #1773b6;
}


/*** feature 2 coloring ***/
#feature2 i {
    background: #ff7900;
    border: solid 3px #ff7900;
}

#overlay2 {
    background: #ff7900;
}

#h3-2 {
    color: #ff7900;
}

/*** feature 3 coloring ***/
#feature3 i {
    background: #000000;
    border: solid 3px #000000;
}

#overlay3 {
    background: #000000;
}

#h3-3 {
    color: #000000;
}

/*** feature 4 coloring ***/
#feature4 i {
    background: #720367;
    border: solid 3px#720367;
}

#overlay4 {
    background: #720367;
}

#h3-4 {
    color: #720367;
}


/*** feature 5 coloring ***/
#feature5 i {
    background: #d92f0f;
    border: solid #d92f0f;
}

#overlay5 {
    background: #d92f0f;
}

#h3-5 {
    color: #d92f0f;
}

/*** feature 6 coloring ***/
#feature6 i {

}

#overlay6 {
}

#h3-6 {
}
#enviro-home {
    /*text-decoration: underline;*/

    /*text-decoration-color: white;*/
}
    #enviro-home:hover{
        color: white;
    }


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1E825F;
}

.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.feature:hover .overlay {
    opacity: 1;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
.product-headings {
    background-color: #565656;
    color: white;
    padding: 5px;
}

.list-group-hover .list-group-item:hover {
    background-color: #f5f5f5;
}
.list-group-item {
    padding-top: 2px !important;
    padding-bottom: 4px !important;
}
.product-range {
    text-align: center;
    background-color: transparent !important;
   
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent !important;
}

.spaced{
    padding-top:20px;
    padding-bottom:20px;
}

.thumbnail {
    height: 100%;
    border: 0px;
}
.divCenterLine {
    width: 300px;
    margin: 0 auto;
    border-bottom: 1.5px solid #6CD94C
}

img-thumb {
    max-width: 100%;
    width: 700px;
    height: 350px;
}
