.NormalDivContainerLoad {
    height: auto;
    min-height: 100vh;
}

.heightImage {
    height: 513px;
}


.BGgeyArtist {
    background-image: url(../../images/artistBG.jpg);
    background-repeat: repeat;
}

.ArtistNAmeArtist {
    color: #333333;
    font-family: "Dense-Regular";
    font-size: 135px;
    line-height: 112px;
    margin-top: 20px;
}

.topMinus {
    position: relative;
    top: -125px;
}

.marginl40 {
    margin-left: 40px;
    margin-right: 20px;
}

.colorGrey1 {
    color: #333333 !important;
}

.GalleryTitle {
    color: #333333;
    font-size: 20px;
    font-family: 'Dense-Regular';
    font-weight: bold;
}

.GalleryDesc {
    font-family: 'AvantGarde-CondBook';
    font-size: 12px;
    color: #333333;
}


.bgAGrey {
    min-height: 320px;
    background-color: #222222;
}

.bgLightGrey {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #444444;
}

.artistQuote {
    font-family: 'Dense-Regular';
    font-size: 40px;
    color: #ECECEC;
    padding-left: 50px;
}


.QuoteDEsc {
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Dense-Regular';
    font-size: 25px;
    color: #ECECEC;
    max-width: 400px;
    line-height: 27px;
    position: relative;
}

.quote1 {
    background-image: url(../../images/quote1.png);
    position: absolute;
    left: 10px;
    top: -2px;
    width: 25px;
    height: 25px;
}

.quote2 {
    background-image: url(../../images/quote2.png);
    position: absolute;
    right: 20px;
    bottom: -2px;
    width: 25px;
    height: 25px;
}

.QuoteDEsc2 {
    padding-left: 50px;
    font-family: 'Dense-Regular';
    font-size: 18px;
    color: #ECECEC;
    max-width: 400px;
    line-height: 27px;
    margin-top: 10px;
}


.artistQA {
    font-family: 'Dense-Regular';
    font-size: 40px;
    color: #ECECEC;
    padding-left: 40px;
}


.FounderDescArtist {
    max-height: 200px !important;
    padding-left: 35px !important;
    width: 80% !important;
}


@media all and (max-width: 900px) {
    .ArtistNAmeArtist {
        font-size: 110px;
    }
}


@media all and (max-width: 768px) {
    .bgLightGrey {
        background-color: #222222;
    }

    .topMinus {
        top: 0px;
    }

    .marginl40 {
        margin-left: 0;
        margin-right: 20px;
    }
}
