.hero {
    text-align: center; 
    color: white;
    margin-bottom: 15px;
}
.firstdata {
    padding: 0;
}
/* Tab CSS by Kieran */
#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}
#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
}
#tabs-with-content .tab-content.is-active {
    display: block;
}
.padder {
    margin: 20px;
}
.fa-facebook-official, .fa-twitter, .fa-envelope, .fa-linkedin {
    font-size: 30px; 
}
.title {
    font-size: 30px;
}
/* coded by Kurt */
.fa-twitter {
    color: #55ACEE;
}
.fa-linkedin {
    color: #007bb5; 
}
.fa-facebook {
    color: #3B5998;
}
/* coded by Brianna */
#sourcesArea {
    font-style: italic;
}
.covidBanner {
    background-image: url("covidbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
article.tile  {
    display: flex;
    flex-direction: column; 
}
.level {
    margin-top: auto;
}
a.color {
    color: #c45850;
}

@media (max-width: 768px) {
    .level {
        display: inherit;
        margin-right: 20%;
    }
}

.media {
    display: inherit;
}

canvas {
    width: 100%;
}

.tabs {
    overflow: visible;
    overflow-x: visible;
}
    