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;
    font-family: "Trebuchet MS", sans-serif;
}

.myimage {
    height: 650px;
}

.navbar-nav .nav-link {
}

    .navbar-nav .nav-link:hover {
        color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
        text-decoration:underline;
    }

.skill-item {
    margin-bottom: 15px;
}

    .skill-item h3 {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }

.progress {
    height: 5px
}

.progress-bar {
    background-color: #258cfb;
}

.active {
    color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    text-decoration: underline;
}

.projs {
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    --bs-bg-opacity: 0.25;
}

.projs:hover {
    --bs-bg-opacity: 1;
}

.iconswidth{
    width:fit-content;
}

.html {
    width: 85%;
}

.js, .sql {
    width: 60%;
}

.pydj {
    width: 75%;
}

.cnet {
    width: 90%;
}

center {
    visibility: hidden;
}
