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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.topbanner .jumbotron h1, .topbanner .jumbotron p {
    color: aliceblue;
}

.topbanner .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav.navbar {
    background-color: #000;
}

    nav.navbar .nav-item {
        width: 120px;
    }

        nav.navbar .nav-item a {
            color: #3672EB;
            font-weight: 400;
        }

        nav.navbar .nav-item:not(.active) a:hover {
            color: #2B53D7;
            font-weight: 600;
        }

        nav.navbar .nav-item:not(.active):not(.dropdown) a:hover {
            border-bottom: solid 4px #555;
            border-radius: 10px;
        }

        nav.navbar .nav-item.active {
            border-bottom: solid 8px #0E34AF;
            border-radius: 20px;
        }

            nav.navbar .nav-item.active a {
                color: #ACB2C1;
                font-weight: 100;
            }

.site-main .shots .shot {
    width: 300px;
    height: 300px;
}

    .site-main .shots .shot .border {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 5px;
    }

    .site-main .shots .shot img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 1px;
        object-fit: cover;
    }

    .site-main .shots .shot * {
        pointer-events: none;
    }

.site-main .shot.mouseover .border {
    border: solid 2px #1940BC !important;
    background-color: #8EB3CD !important;
    cursor: pointer;
}

.skills div {
    border: solid 1px #000;
    border-radius: 8px;
    padding: 10px 5px;
    margin: 2px;
}