//Borders
.border-top{
    border-bottom: solid 5px;
}
.border-bottom{
    border-top:  solid 5px;
}
.border-left{
    border-left: solid 5px;
}
.border-right{
    border-right: solid 5px;
}


//Border Colors
.border-orange{
    border-color: #f87c2f;
}
.border-purple{
    border-color: #aa1a71;
}
.border-light-purple{
    border-color: #c58eca;
}
.border-green{
    border-color: #7cd388;
}
.border-dark-orange{
    border-color: #8c4f16;
}
.border-dark-green{
    border-color: #2f512f;
}
.border-dark-purple{
    border-color: #4f2f51;
}


//BG Colors
.bg-orange{
    background-color: #ef810c;
}
.bg-purple{
    background-color: #aa1a71;
}
.bg-purple-2{
    background-color: #d8749a;
}
.bg-deep-purple{
    background-color: #7a5690;
}
.bg-green{
    background-color: #429967;
}
.bg-redish{
    background-color: #cb5f50;
}
.bg-blueish{
    background-color: #3174ab;
}
.bg-wood{
    background-color: #b17336;
}
.bg-grey{
    background-color: #979797;
}
.bg-dark-grey{
    background-color: #2f2f2f;
}
.btn-grey{
    background-color: #515151;
    color: white;
    box-shadow: 0px 1px 2px 0px #333;
}
.btn-grey:hover{
    background-color: #979797;
    color: white;
    box-shadow: 0px 0px 0px 0px #333;
}
.bg-wood-texture{
    background: url('../img/wood-back.jpg');
}

/*=====================================
Font Colors
======================================*/
.text-yellow {
    color: yellow;
}

.text-orange{
    color: #6e4c17;
}
.text-green{
    color: #2f512f;
}
.text-purple{
    color: #3c1648;
}

.text-dark-gradient-overlay-left {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
}
.text-dark-gradient-overlay-right {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
}





img.background-img{
    /*border-right: blue solid 10px;*/
    width: 100%;
}

.background-img {
    border-left:  #f87c2f solid 20px;
    border-radius: 0px 10px 10px 00px;
    width: max-content;
}

#background {
    padding-top: 2%;
    margin-bottom: 2%;
}

#get-the-best{
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fbf4e3;
}

.get-the-best{
    padding-top: 8%;
    padding-bottom: 8%;
    background-color: #fbf4e3;
}

.the-feature-today{
    color: white;
    padding-top: 20%;
    padding-bottom: 20%;
}

#see-how{
    margin-top: 80px;
    background-color: #fefef2;
}
.see-how{
    padding-top: 4%;
    padding-bottom: 4%;
}
.hr-small-short-orange{
    /*color: blue;*/
    border-bottom: solid 10px #f87c2f;
    border-radius: 100px;
    opacity: 0.4;
}
.hr-small-short-purple{
    /*color: blue;*/
    border-bottom: solid 10px #4f2f51;
    border-radius: 100px;
    opacity: 0.2;
}

.see-how-child{
    padding-top: 2%;
    padding-bottom: 10%;
}
.see-how-child .col-lg-1{
    /*position: relative;*/
    /*min-height: 1px;*/
    padding-right: 0px;
    padding-left: 0px;
    width: 4%;
}
.see-how-child .col-lg-2{
    /*position: relative;*/
    /*min-height: 1px;*/
    padding-right: 0px;
    padding-left: 0px;
    width: 22%;
}

.how.thumbnail {
    color: white;
    /*margin-left: -13%;*/
    padding: 0px;
    /*overflow: hidden;*/

}
.how.thumbnail.glyphs-big {
    background: none;
    color: #808080;
    border: none;
    margin-top: 170px;  
    /*margin-top: 50%;*/
    /*bottom: 50px;*/
    /*height: 100px;*/
}
.how.thumbnail.glyphs-big h3{
    font-size: 22px;
}
.how.thumbnail.glyphs-big-down {
    background: none;
    color: #808080;
    border: none;
    margin-top: 170px;  
    /*margin-top: 50%;*/
    /*bottom: 50px;*/
    /*height: 100px;*/
    display: none;
}
.how.thumbnail.glyphs-big-down h3{
    font-size: 22px;
}
.how.thumbnail .caption{
    padding: 0px;
}
.how.thumbnail img{
}
.how.thumbnail h4{
    margin-top: 0px;
    padding-left:12px;
    padding-right:12px;
    padding-top:10px;
    padding-bottom:10px;
    color: white;
    /*background-color: #808080;*/
    font-family: Nexa ;
    font-size: 18px;
    /*font-weight: 900;*/
}
.how.thumbnail p{
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 30px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background-color: #869ac9;*/
    font-weight: 100;
}

.numbers-base{
    padding: 15px;
    background-color: #808080;
    margin-top: -25px;
}

.number-circle{
    /*background-color: blue;*/
    font-size: 16px;
    /*background-color: #fee057;*/
    padding: 6px;
    padding-left: 11px;
    padding-right: 11px;
    /*padding: 12px;*/
    border-radius:50%;
    /*box-shadow: 0px 0px 7px 0px #080808;*/
}

.environments{
    background-color: white;
    /*border-top: solid thin green;*/
}


.media-object {
    height: 90px;
    /*background-color: #429967;*/
    border-radius: 5%;
    /*border-bottom: solid 5px #421570;*/
    box-shadow: 0px 1px 4px 1px #444;
    float: right;
}
.media-object:hover {
    /*height: 140px;*/
    padding: 1px;
    /*background-color: grey;//#4acc4a;*/
    border-radius: 5%;
    box-shadow: 0px 0px 0px 0px #444;

}


.environment-media-container{
    /*background-color: #FFA338;*/
    /*margin-left: 15px;*/
    margin-top: 10px;
    /*border: 10px;*/
    padding: 0px;
    font-size: 14px;
    /*text-align: justify;*/
    text-justify: none;
}

.garden-pix{
    padding: 0px;
    margin: 0px;
}

.garden-write{
    /*background-color: #3174ab;*/
}


.what-we-offer-container{
    /*background-color: #FFA338;*/
    /*margin-left: 15px;*/
    margin-top: 10px;
    /*border: 10px;*/
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    /*text-align: justify;*/
    /*text-justify: none;*/
}

.what-we-offer-container p{
    margin-top: 10px;
}

.offer-pix{
    height: 200px;
    width: 350px;
    box-shadow: 0px 0px 3px 0px #444;
}
.what-we-offer{
    padding-top: 6%;
    padding-bottom: 10%;
    background-color: #fdf3fd;
}


.picture-section{
    height: 590px;
    padding-top: 25%;
    padding-bottom: 10%;
    margin-top: -55px;
    margin-bottom: 0px;
    background-color: grey;
    opacity: 0.8;
}
.picture-section:hover {
    background:none;
}
.picture-section:hover h1{
    color: white;
    text-shadow: 0px 2px 4px black;
}
.picture-section:hover h4{
    color: white;
    text-shadow: 0px 2px 4px black;
}
.btn.btn-success{
    color: lightgrey;
}
.picture-section:hover .btn.btn-success{
    /*opacity: 1;*/
    color: white;
    /*text-shadow: 0px 2px 4px black;*/
}

.picture-section h4{
    margin: 0px;
}



/*==================================================
        Screen Size Options
====================================================*/


@media (max-width: 768px) {
    see-how-child .col-md-1{
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
    .see-how-child .col-md-2{
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        width: 80%;
    }
    .how.thumbnail.glyphs-big {
        display: none;
    }
    .how.thumbnail.glyphs-big-down {
        /*background-color: green;*/
        /*color: blue;*/
        margin-top: 10px;
        margin-right: auto;
        width: 518px;
        /*margin-top: 50%;*/
        /*bottom: 50px;*/
        /*height: 100px;*/
        display: block;
    }
    h1{
        /*line-height: 50px;*/
    }
    #the-feature-today{
        display: none;
    }
    .ws_images h1{
        margin-bottom: -25px;
        line-height: 50px;
        font-size: 38px;
    }
    .ws_images p{
        display: none;
    }
}



@media (max-width: 480px) {
    see-how-child .col-md-1{
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        width: 4%;
    }
    .see-how-child .col-md-2{
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
    .how.thumbnail.glyphs-big-down {
        /*background-color: green;*/
        /*color: blue;*/
        margin-top: 10px;
        margin-right: auto;
        width: 380px;
        /*margin-top: 50%;*/
        /*bottom: 50px;*/
        /*height: 100px;*/
        display: block;
    }
    .glyphs-big{
        display: none;
    }
    #the-feature-today{
        display: none;
    }
    h1{
        /*line-height: 50px;*/
    }
    .ws_images p{
        display: none;
    }
    .ws_images h1{
        margin-bottom: -25px;
        line-height: 50px;
        font-size: 28px;
    }

}