html { font-size: 14px; }

@media (min-width: 768px) {
    html { font-size: 16px; }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #333333;
    background-image: url("img/chalkboard-gray-5.png");
}

a { text-decoration: none; }


h1 {
    color: white;
    font-variant: small-caps;
}


.project-details p {
    margin-left: 20px;
    margin-bottom: 10px;
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .7) !important;
}

.project-details h4 {
    font-variant: small-caps;
    margin-border: 0;
}


.project-details h5 {
    font-weight: 500;
    width: 50%;
    border-bottom: 1px solid #c0c0c0;
}

.project-screenshot { width: 300px; }

.project-card {
    min-height: 200px;
    width: 100%;
    cursor: pointer;
}

.project-card .card-footer { font-size: 80%; }

.project-card .card-header {
    font-size: 125%;
    font-variant: small-caps;
    vertical-align: center;
    padding: .5rem 0 .5rem 1rem;
}

.project-details .modal-footer {
    font-size: 80%;
    background-color: rgba(0, 0, 0, 0.03);
    clear: both;
}

@media (min-width: 0px) {
    .size-label::after { content: 'xs'; }
}

@media (min-width: 576px) {
    .size-label::after { content: 'sm'; }

    .project-card { width: 100%; }
}

@media (min-width: 768px) {
    .size-label::after { content: 'md'; }
}

@media (min-width: 992px) {
    .size-label::after { content: 'lg'; }
}

@media (min-width: 1200px) {
    .size-label::after { content: 'xl'; }
}

@media (min-width: 1400px) {
    .size-label::after { content: 'xxl'; }
}