﻿.carousel-caption {
    line-height: 60px;
}

#sec01 {
    /*background-color: black;*/
    /*color: white;*/
    text-align: justify;
}

#sec02 {
    /*background-color: black;*/
    background-image: url('../../Images/TransparentTextures/large-leather.png');
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /*color: white;*/
    text-align: justify;
}

#sec01 h1 {
    color: #fddd1e;
}

#sec01 h2 {
    color: white;
}

#sec02 h2 {
    color: #fddd1e;
}

#sec03 {
    /*background-color: black;*/
    text-align: justify;
}

#feature {
    background-color: #282828;
}

#gallery .row {
    margin: 0;
}

/*#gallery .col-md-3 {
        padding: 2px;
        border: solid 1px yellow;
    }
    #gallery .col-md-6 {
        padding: 4px;
        border: solid 1px red;
    }
    #gallery .col-md-12 {
        padding: 4px;
    }*/

#gallery .col-md-3, #gallery .col-md-6, #gallery .col-md-12 {
    padding: 0;
    /*border: solid 1px yellow;*/
}

.gallery_overlay {
    background: rgba(0,0,0,.35);
    bottom: 0;
    height: 20%;
    /*left: 0;*/
    overflow: hidden;
    padding: 13px 31px 13px 31px;
    padding: 5px;
    position: absolute;
    -webkit-transition: height .5s,background 1.5s;
    transition: height .5s,background 1.5s;
    width: 100%;
    /*z-index: 1;*/
}

    .gallery_overlay:hover {
        height: 75%;
        background: rgba(0,0,0,.65);
        color: #fee207;
    }

.divGal3 {
    position: relative;
    /*padding: 2px;*/
    /*border: solid 1px red;*/
    /*margin: 2px;*/
    /*padding-left: 4px;
    padding-right: 3px;*/
    margin: 2px;
}

.divGal6 {
    position: relative;
    /*margin: 1px;*/
    /*border: solid 1px yellow;*/
    /*padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;*/
    margin: 2px;
}

.tab-content .media-body strong {
    color: #fee207;
}

#sec03 {
    background-color: #fee207;
    color: rgba(255, 255, 255, 0.75);
    background-attachment: fixed;
    background-image: linear-gradient(rgba(254, 226, 7, 0.25), rgba(254, 226, 7, 0.25)), url(../../Images/2020/950x527/lamborghini-605334.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../Images/2020/950x527/photo-of-black-lamborghini-3802510.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
    color: black;
    color: white;
}

#secPresselinks a:hover
{
    color: white;
}