/*
example use case font-family: 'Nunito Sans', sans-serif;
 */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans');

.bsCardV1{

}

.bsCardV1 .featuredImage{
    height: 200px;
    background-size: cover !important;
}

.bsCardV1 .card{
    transition: transform .2s; /* Animation */
}

.bsCardV1 .card:hover{
    transform: scale(1.1);
}

.bsCardV1 .card-body {
    text-decoration: none;
    color: #222;
    padding: .5em;
    color:#222;
}

.bsCardV1 .cardTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

/******************* bsCardv2 ***********************/

.bsCardV2 .bsCardV2Overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,rgba(255,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -o-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -ms-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,#222222 100%);
    opacity: .8;
    border-radius: 10px;
}

.bsCardV2 .bsCardV2Title{
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
}

/****************** CUSTOM BUTTON STYLING **************/

.btn-custom-v1 {
    color: #222222;
    background-color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-custom-v2 {
    color: #ffffff;
    background-color: #222222;
    padding-left: 1rem;
    padding-right: 1rem;
}


/******************* bsCardV4 ***********************/

.bsCardV4 .bsCardV4Overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,rgba(255,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -o-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -ms-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,#222222 100%);
    opacity: .8;
    border-radius: 10px;
}

.bsCardV4 .bsCardV4Title{
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    text-shadow: 0px 0px 3px #222222;
}

.bsCardV4 input{
    color:#ffffff;
    width: 2rem;
    height: 2rem;
}
.bsCardV4 label{
    color:#ffffff;
}

.bsCardV4 img{
    height:200px;
}


/******************* bsCardV6 ***********************/

.bsCardV6 .bsCardV6Overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,0,0,0) 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,rgba(255,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -o-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: -ms-linear-gradient(top, rgba(255,0,0,0) 0%,#222222 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,#222222 100%);
    opacity: .8;
    border-radius: 10px;
}

.bsCardV6 .bsCardV6Title{
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    text-shadow: 0px 0px 3px #222222;
}

.bsCardV6 input{
    color:#ffffff;
    width: 2rem;
    height: 2rem;
}
.bsCardV6 label{
    color:#ffffff;
}

.bsCardV6 img{
    height:200px;
}

/****************** CUSTOM BUTTON STYLING **************/

.btn-custom-v1 {
    color: #222222;
    background-color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-custom-v2 {
    color: #ffffff;
    background-color: #222222;
    padding-left: 1rem;
    padding-right: 1rem;
}