/* Global Font Synchronization */
html, body, p, div, h1, h2, h3, h4, h5, h6, span, a, input, button {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif !important;
}

/* Global Font Synchronization */
html, body, p, div, h1, h2, h3, h4, h5, h6, span, a, input, button {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif !important;
}


img{
    height:70px;
}


/*.jumbotron{*/
/*    background-color: cadetblue !important;*/
/*    color:whitesmoke;*/
/*}*/

div [class^="col-"]{
    padding-left:15px;
    padding-right:5px;
    padding-bottom: 15px;
}
.card{
    transition:0.5s;
    text-align: center;
    background-color: darkseagreen;
    color:whitesmoke;
}
.card-title{
    font-size:15px;
    transition:1s;
    border:2px;
    padding:20px;
}
.card-title i{
    font-size:15px;
    transition:1s;
    color:#ffa710
}
.card-title i:hover{
    transform: scale(1.25) rotate(100deg);
    color:#18d4ca;

}
.card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    cursor: pointer;
}
.card-text{
    height:100px;
    text-align: left;
    padding: 2px;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    /*background: rgba(255, 255, 255, 0.1);*/
    content: '';
    pointer-events: none;

}
.card::before {
    transform-origin: left top;
}
.card::after {
    transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
}


.spacer{
    margin-top: 30px;
}

/*input:invalid {*/
/*    border: 2px dashed red;*/
/*}*/

/*select:invalid {*/
/*    border: 2px dashed red;*/
/*}*/



.required label:after {
     content:" *";
     color: red;
    display:inline;
}

input[type='checkbox'] {
    width:20px;
    height:20px;
    border-radius:5px;
    border:2px solid #555;
}

#course-cards{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap:20px;
    max-width:1020px;
    margin:10px;
}

.mbcc-badge {
    width:200px;
    height:auto;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50