

.bsslogo {
    /* height: 250; */
    width: auto;

}

.lead {
    font-family: 'Montserrat', sans-serif;
    color: #00abc7;
    margin-bottom: 0;
}

.CusName {
    font-weight: 600;
    color: #00567c;
    
}
.membership-section{
    background-color: #00567c;
    font-family: 'Montserrat', sans-serif;

}
.membership-info{
    font-weight:500;
    color: white;
}
#membership-type {
    font-weight:500;
    font-size: xx-large;
}
#membership-period{
    font-weight:300;
    font-size:medium;
    color: white;
}
#membership-number {
    font-weight:300;
    font-size:small;
}
#membership-status{
    margin-left: 1em;
    font-weight:300;
    color: white;
    font-size:small;
}
.membership-sessions{
    background-color: #00567c;
    font-family: 'Montserrat', sans-serif;

}
.thankyou {
    background-color: #00abc7;
    color: white;
}

.card-footer {

    /* background-color: white; */
}
.card-header {
    color: #00abc7;
    font-family: 'Montserrat', sans-serif;
}
.card-body {
    color: #00567c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.arrowdown {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00abc7;
    margin: auto;
}

#memb {
    background-image: url("../img/Background.jpg");
}
footer{
    font-family: 'Montserrat', sans-serif;
}
.card-deck {
    display: flex;
    align-items: center;
}

.card {
    flex: content;
    margin: 20px;
} 