body {
    font-family: 'Roboto';
}

.title-box {
    margin-top: 35px;
}

.title {
    font-size: 25px;
}

.heading {
    text-align: center;
    margin: 50px auto 75px auto;
    color: #888;
}

.image-box {
    text-align: center;
    margin: 25px auto 35px auto;
}

.image-small {
    border-radius: 4px;
    margin: 6px;
}

.footer {
    text-align: center;
    color: #DDDDDD;
    margin: 35px auto 50px auto
}

.card-subtitle {
    text-align: center;
    font-weight: bold;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.no-data {
    text-align: center;
    margin: 150px auto;
    border-radius: 15px;
    padding: 35px 20px 25px 20px;
    background: #EEE;
}

.no-media {
    text-align: center;
    margin: 100px auto;
    font-style: italic;
    color: #666;
}
