body {
    background-color: #005b7f;
}

a {
    color: Black;
    text-decoration: underline;
}

.full {
    width: 100%;
}

.col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.card-text {
    padding-left: 5px;
    padding-right: 5px;
}

.card .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.logo {
    margin-bottom: 3px;
}

.small .logo img {
    width: 300px;
    height: 41px;
}

.media-link {
    position: relative;
    display: inline-block;
    float: left;
}

.media-space {
    position: relative;
    display: inline-block;
    float: left;
    width: 5px;
}

.spacer {
    height: 10px;
}

.motto table {
    width: 100%;
}

.motto td {
    padding: 5px;
    border: 1px solid black;
    background-color: white;
}

.motto td:first-child {
    background-color: #ffff00;
    border-right: 0px;
    width: 10px;
}

.card {
    border: 1px solid black;
    border-radius: 0;
}

.card-body {
    padding: 5px;
}

.card-title {
    padding: 5px;
    border: 1px solid black;
    font-weight: bold;
}

.alt-card {
    background-color: #ffff00;
}

.alt-card .card-title {
    background-color: #ffffff;
}

.small .book-item img {
    width: 62px;
    height: 100px;
}

.book-item img {
    border: 1px solid black;
}

.book-item li {
    padding-bottom: 5pt;
}

.bookThumb img {
	width: 127px;
	height: 202px;
}

.card-title {
    background-color: #ffff00;
}

.card-footer {
    background-color: #ffff00;
    border: 1px solid black;
    border-radius: 0px;
}

.card-footer:last-child {
    border-radius: 0px;
}

.videos .card-title {
    margin-bottom: 0px;
}

.videos .card-sub-title {
    border: 1px solid black;
    border-top: 0px;
    padding: 3px 5px;
}

.videos .card-text {
    margin: 10px;
}

.videoFilterSelected {
    font-weight: bold;
    font-style: italic;
}

.thumbnail {
    border: 1px solid black;
    width: 320px;
    height: 180px;
}

.small .thumbnail {
    width: 240px;
    height: 135px;
}

.videobox {
    border-bottom: 1px solid black;
}

.videobox a {
    text-decoration: none;
}

.video-time {
    border: 1px solid black;
    padding: 5px;
    background-color: #fff;
    color: black;
}

.video-play {
    border: 1px solid black;
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.video-transcript {
    border: 1px solid black;
    padding: 5px;
    background-color: #ffff00;
}

.transcript p {
    padding: 3px;
}