.nav-wrapper {
    padding-top: 8px;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

#indicator-content {
    background-color: #f9f9f9;
    padding: 45px 18px 31px;
}

/*
 * Stats Card
 */
.stats-card {
    display: block;
    position: relative;
    padding: 32px 0 32px 32px;
    overflow: hidden;
}

.stats-card>i {
    position: absolute;
    font-size: 6rem;
    right: 0;
    bottom: -1rem;
}

.stats-card>i[class*=mdi-],
.stats-card>i[class*=ion-] {
    bottom: -2.4rem;
}

.stats-card .count {
    position: relative;
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 4.5rem;
}

.stats-card .name {
    position: relative;
    font-size: 1.45rem;
    line-height: 1rem;
}

/*
 * Weather Card
 */
.weather-card,
.weather-card-static {
    position: relative;
    display: block;
    overflow: hidden;
}

.weather-card>.row,
.weather-card-static>.row {
    margin: 0;
}

.weather-card .temp,
.weather-card .temp i,
.weather-card-static .temp {
    font-size: 2.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    padding: 0;
}

.weather-card .temp .alt,
.weather-card-static .temp .alt {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
}

.weather-card .city i {
    font-size: 19px;
    margin-right: 8px;
}

.weather-card .city,
.weather-card-static .city {
    text-align: right;
    padding: 0;
    font-size: 1.5rem;
}

.weather-card .icon,
.weather-card-static .icon {
    text-align: center;
    font-size: 6rem;
    line-height: 6rem;
}

.weather-card .currently,
.weather-card-static .currently {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.weather-card {
    margin-top: 30px;
}

/*
 * Date Card
 */
.today {
    position: relative;
    font-weight: 500;
    font-size: 5rem;
    line-height: 12rem;
    line-height: 12rem;
    text-transform: uppercase
}

/*
 * Saints Card
 */
.saints-card {
    padding: 30px 20px;
}

.saints {
    margin-bottom: 0px;
}

.saint-today {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 4rem;
}

.saints {
    font-weight: 300;
    font-size: 1.5rem;
}

.saint-name {
    font-weight: 400;
}

.saints-name {
    font-weight: 300;
}

/*
 * image Card
 */
.card {
    margin-right: 23px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #indicator-content {
        padding: 12px 18px 31px;
    }

    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    #indicator-content {
        padding: 12px 18px 31px;
    }

    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1.05rem;
        line-height: 1rem;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 2.1rem;
        line-height: 3rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1.1rem;
        line-height: 1rem;
        margin-right: 10px;
    }
}

@media (width: 1366px) {
    #indicator-content {
        padding: 24px 11px 11px;
    }

    .card-panel {
        margin-bottom: 1px;
    }

    .stats-card {
        padding: 32px 10px 32px 40px;
    }

    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-right: 10px;
    }

    #value-ipc-container {
        padding-left: 0;
        padding-right: 14px;
    }

    #value-acumulated-container {
        padding-right: 0;
        padding-left: 14px;
    }

    #card-date {
        margin-top: 7px;
        margin-bottom: -2px;
    }

    .today {
        position: relative;
        font-weight: 500;
        font-size: 3.3rem;
        line-height: 7rem;
        text-transform: uppercase
    }

    .saints-card,
    .weather-card {
        height: 219px;
    }

    .saint-today {
        font-weight: 400;
        font-size: 2rem;
        line-height: 5rem;
    }

    .saints {
        font-weight: 300;
        font-size: 1.2rem;
    }

    .weather-card .city i {
        font-size: 15px;
        margin-right: 6px;
    }

    .weather-card .city,
    .weather-card-static .city {
        text-align: right;
        padding: 0;
        font-size: 1.2rem;
    }

    .card-image img {
        height: 548px;
    }
}

@media (min-width: 1440px) {
    #indicator-content {
        padding: 20px 18px 31px;
    }

    .stats-card {
        display: block;
        position: relative;
        padding: 32px 0 32px 32px;
        overflow: hidden;
    }

    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}

@media (min-width: 1920px) {
    #indicator-content {
        padding: 45px 18px 31px;
    }

    .stats-card {
        display: block;
        position: relative;
        padding: 32px 0 32px 32px;
        overflow: hidden;
    }

    .stats-card .count {
        position: relative;
        font-weight: 500;
        font-size: 3.3rem;
        line-height: 4.5rem;
    }

    .stats-card .name {
        position: relative;
        font-size: 1.45rem;
        line-height: 1rem;
    }
}

img.responsive-img {
    height: 100%;
    width: 100%;
    object-fit: contain
}
