@import url('https://fonts.googleapis.com/css?family=Artifika');

body {
    padding: 0;
    margin: 0;
    font-family: 'Artifika', monospace;
}

.nav-link {
    color: rgb(165, 14, 23);
}

h3 {
    color: rgb(165, 14, 23);
}

.abt {
    color: white;
}

.abtp {
    color: white;
}

h5 {
    color: rgb(165, 14, 23);
}

.time {
    color: rgb(165, 14, 23);
}

.foot {
    color: rgb(165, 14, 23);
}

link {
    color: rgb(165, 14, 23) !important;
}

.card-header {
    background-color: rgb(165, 14, 23);
}

.card-header h5 {
    color: white;
}

.card-header h6 {
    color: white;
}

.card-footer {
    background-color: rgb(165, 14, 23);
}

.card-footer h5 {
    color: white;
}

.card-footer h6 {
    color: white;
}

.bgg {
    background: linear-gradient(rgb(0, 0, 0, 0.8), rgba(242, 139, 139, 0.8)), url('../images/teach.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}