﻿h1, h2, h3, h4 {
    color: var(--dark-blue);
}

h5, h6, p {
    color: var(--dark-blue);
}


.all-width {
    width: 100%;
}

.all-size {
    width: 100%;
    height: 100%;
}

.list-row {
    text-decoration: none;
    color: #0f0f0f;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.list-row:hover {
    text-decoration: none;
    color: #0f0f0f;
}

.list-row .date-text {
    font-size: 11px;
    color: #6f6f6f;
}

.margin-top-15 {
    margin-top: 15px;
}

margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-10 {
    margin: 10px;
}

.padding-10 {
    padding: 10px;
}
/* Event Card */
.event-card-wide > .mdl-card__title {
    color: #fff;
}

.content-grid {
    max-width: 100%;
}


/* News and Pills Cards*/
.section-card-square.mdl-card, .section-card-wide.mdl-card {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.section-card-square > .mdl-card__title, .section-card-wide > .mdl-card__title {
    width: 100%;
}

.mdl-data-table {
    white-space: normal;
}

.background-dark-blue {
    background: var(--dark-blue);
    color: white;
}

.tags {
    font-size: 8px;
    padding: 0.8em 1em 0.8em 1em;
}

.tag-selected {
    background-color: var(--dark-blue);
    color: white;
}

.tag-unselected {
    background-color: #e0e0e0;
    color: var(--dark-blue);
}

.card-section {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .card-section img {
        width: 100%;
        margin-bottom: 5px;
    }

.text-section {
    font-weight: bold;
}

.newsButton {
    font-size: 10px;
    background-color: var(--yellow);
    border-color: var(--yellow);
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
}

.date-text {
    font-family: 'Lato', sans-serif;
    color: dimgrey;
}

.text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, 0.4);
}

.title-section {
    font-weight: bold;
    color: var(--light-blue);
}

.hr-section {
    margin-top: 1px;
    border-top: 1px solid var(--light-blue);
}

.mdl-button--floating-action {
    bottom: 45px;
    margin-bottom: 100px;
    padding-top: 24px;
    position: fixed;
    right: 24px;
    z-index: 998;
}

.btn-comeback-color {
    color: white;
    background-color: #383f7e !important;
}