:root {
    --jumbotron-padding-y: 3rem;
}

.wrapper {
    min-height: 100%;
    padding-bottom: 40px;
}

a.button-link {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}

.bg-dark {
    background-color: #052C39 !important;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.content {
    width: 30%;
}

table {
    table-layout: fixed;
    width: 100%;
}

td {
    width: 30%;
    padding: 15px;
}

#cardContainer {
    align-items: end !important;
    margin-top: 1rem !important;
}

.card-button {
    width: 100%;
}

.fig-caption-margin {
    margin-bottom: 1rem !important;
}

.txt-class {
    color: white;
}

.footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding: 8px;
    height: 100px;
    text-align: center;
    color: #fff;
    background-color: #052C39 !important;
}


@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 300px ) {
    .text-size {
        font-size: .75rem;
        text-decoration: solid;
    }
}

@media (min-width: 768px ) {
    .text-size {
        font-size: 1rem;
        text-decoration: solid;
    }
}


@media (max-width: 465px ) {
    .header-align {
        text-align: right;
        float: right;
        margin: 0 auto;
    }
}

@media (max-width: 896px ) and (orientation: landscape) {
    .card-img {
        width: 7rem;
        height: 7rem;
    }
    .scrollable {
        height: 24rem;
        overflow-y: scroll;
    }

    .footer {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        padding: 4px;
        height: 60px;
        text-align: center;
        color: #fff;
        background-color: #052C39 !important;
    }

    .col-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width: 896px ) and (orientation: portrait) {
    .footer {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        padding: 4px;
        height: 60px;
        text-align: center;
        color: #fff;
        background-color: #052C39 !important;
    }
}

