html {
    height: 100%;
    width: 100%;
    background-image: url('/img/background.webp');
    background-size: cover !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.header {
    background-color: #ffffff;
    width: 100%;
    padding: 5px;
    position: fixed;
    z-index: 10;
    
} 

.header-title {
    padding-left: 10px;
    z-index: 11;
}

.container {
    margin-top: 20px !important;
    padding-top: 10px;
    width: 150%;
    margin: 0%;
    max-width: none;
}

.container-md {
    padding-top: 100px !important;
}

.col {
    background: none;
    margin: 5px;
    width: 25%;
}

.content {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 10px;
}

.card-title, .header-title {
    display: inline-grid;
    font-weight: 800;
    margin-top: 7px;
    width: 100%;
}

.card-text, .card-button {
    background-color: #ffffff;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 7px;
}

.card-button {
    text-decoration: none;
    display: block;
}

.card-members {
    background-color: #ffffff;
    text-align: right;
    align-self: end;
    justify-self: right;
    margin-top: -100px;
    padding: 3px;
    font-size: 16;
    border-radius: 5px;
    color: #cccccc
    
}

.card-full {
    color: #ff033e !important;
}

.card-selected {
    color: #86dc3d !important;
}

.fa-circle-info:before {
    color: #316cf4;
}

.card-info {
    margin-right: 75px;
    background-color: #eeeeee;
    font-size: 20;
}

.btn-secondary {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #000000;
}

.col-custom {
    margin-top: 12px;
}

.col-9 {
    width: 92%
}

div.col-custom:nth-child(11) {
    padding-bottom: 33px;
}

@media (min-width: 768px) {
    .row-cards {
        width: max-content;
    }

    .col-custom {
        width: 400px;
    }

    .container-md {
        padding-top: 55px !important;
    }

    .footer {
        position: fixed !important;
    }
    
}

.container-md {
    margin: 0;
}

.display-none {
    display: none;
}

.clickable {
    cursor: pointer;
}

.footer {
    position: relative;
    background: none;
    bottom: 0; 
    width: 100%;
}

.footer-text {
    padding-left: 5px;
    color: white;
    text-shadow: 1px 0px 3px black;
}