.cosc301-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.cosc301-header-logo {
    font-size: 2.25rem;
}

.cosc301-header-logo:hover {
    text-decoration: none;
}


.cosc301-header-link{
    display:none;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.cosc301-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}
.cosc301-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .cosc301-title {
        font-size: 3.5rem;
    }
}

.cosc301-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.cosc301-footer p:last-child {
    margin-bottom: 0;
}

/* print specific things */
/* make sure that all the collapsed items are displayed */
.collapse {
    display: block !important;
    height: auto !important;
}

/* add in the URLs to the links */
a:not([href*='#']):not([href^="mailto"]):not(.no-print-link):after {
    content: " <" attr(href) "> ";
}

.card{
    border:none;
}