﻿body {
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
}


.vrelax-vertical-view-fill {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.vrelax-vertical-fill {
    height: 100%;
}

.vrelax-horizontal-view-fill {
    min-width: 100vw;
    margin: 0;
    padding: 0;
}

.vrelax-horizontal-fill {
    width: 100%;
}

.vrelax-page {
    min-width: 1000px;
}

.vrelax-minimal-header {
    color: #004D7F;
    text-align: center;
    font-size: 2.0rem;
}

.vrelax-noborder {
    border-style: hidden;
}

.img-thumbnail { /* overrides boostrap .img-thumbnail !*/
    text-shadow: 1px 1px black;
    font-family: Monsterrat;
    font-size: 1rem;
    padding: 1px;
    border: none;
    font-size: 1rem;
}

.vrelax-card { /* override bootstrap .card */
    border-radius: 0rem !important;
}

.vrelax-card-hoverable:hover {
    background: #a5a3e7;
    color: white !important;
}

.vrelax-card-hoverable:hover .vrelax-text {
    color: white !important;
}

.vrelax-cnt { /* override bootstrap .card */
    border-radius: 0rem !important;
}

.vrelax-background-fill {
    background-size: 100% 100% !important;
}

.badge-primary {
    background-color: #004d7f;
}

.badge-success {
    background-color: #56c1ff;
}

.badge-danger {
    background-color: #a5a2ec;
}
