﻿.card-title { 
    font-weight: bold !important;
    //color: darkblue !important;
}

.card-link-bottom {
    position: absolute !important;
    bottom: 10px !important;
    left: 30px !important;
}

#tff_black_footer {
    width: 250px;
}

#quit-now-footer {
    text-align: center;
    font-size: x-large;
    font-family: cursive;
}

.center { text-align:center; }

.round-img {
    border-radius: 20%;
    max-height: 100px;
}

.header-icon {
    margin-left: 10px;    
}

.back-image {
    background-image: url('../images/medstudents.jpg');
    background-size: 300px 300px;
    background-repeat: no-repeat;
}

.home-header {
    font-size: 2.5rem !important;
}

.header-image {
    background-image: url('../images/healthcare1.jpg');
    background-size: cover;
    min-height: 450px;
}

.secondary-image {
    background-image: url('../images/smilingstudent.jpg');
    background-size: cover;
    min-height: 200px;
}

.header-text {
    max-width: 600px !important;
    margin-top: 100px;
    font-weight: bold;
}

.header-sub-text {
    font-size: 25px;
    font-style: italic;
    margin-top: 20px;
    font-weight: bold;
}

#couponError {
    color:red;
}