body {
    font-family: 'Asap', sans-serif;
    background: #03001e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec38bc, #7303c0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec38bc, #7303c0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.logo {
    max-height: 200px;
    max-width: 200px;
}

.bigIcon {
    color: white;
}

.thick-border {
    border: 2px solid white;
}

.nav-pills > a.active {
    background-color: mediumpurple!important;
}

/*.getQuoteBtn {*/
    /*border: 2px solid white;*/
    /*color: #00aeed;*/
    /*background-color: #FFFF00;*/
    /*border-radius: 10px;*/
    /*padding: 5px;*/
    /*margin: 5px;*/
/*}*/

/*.getQuoteBtn:hover {*/
    /*background-color: white;*/
    /*color: #00aeed;*/
    /*border: 2px solid black;*/
/*}*/

/*.getQuoteBtnInverse {*/
    /*border: 2px solid #2A7DE1;*/
    /*background-color: white;*/
    /*color: #00aeed;*/
    /*border-radius: 10px;*/
    /*padding: 5px;*/
    /*margin: 5px;*/
/*}*/

/*.getQuoteBtnInverse:hover {*/
    /*color: white;*/
    /*background-color: #00aeed;*/
/*}*/


.text-lightYellow {
    color: #FFF57A;
}

/** Mobile */
@media only screen and (max-width: 767px) {
    #test123 {
        padding-left: 5px;
    }


}
.no-border {
    border: none;
}


.rightArrowImg {
    width: 50px;

}

#mainPic {
    width: 100%;
    /*border-bottom-left-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
}

.box-shadow {
    box-shadow: #1d1d1f 2px 2px 8px;
}

.text-gold {
    color: gold;
}


.widthHundred {
    width: 100%;
}


.card-body {
    display: block;
    color: white;

}

.bottomContent {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    border-radius: 8px;
    box-shadow: 4px 4px 12px #000000;
}


.fancy-quote {
    font-size: 30pt;
    font-weight: 900;
}

/*#gradient {*/
    /*width: 100%;*/
    /*background:*/
            /*linear-gradient(*/
                    /*0.45turn,*/
                    /*rgba(0, 0, 255, 0.9),*/
                    /*rgba(0, 0, 255, 0.9)*/
            /*);*/
/*}*/

.lightGreen {
    color: limegreen;
}