body {
    font-family: 'Raleway', sans-serif;
    width: 100%;
}

.bio-pic,
.persona-pic,
.sprint-plan-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sprint-plan-img {
    border-radius: 1%;
    border: 1px solid grey;
    margin-top: 0.7rem;
}

.persona-pic {
    border: 1px solid black;
    border-radius: 50%;
}

.btn-group button {
    text-align: left;
}

.btn-group > button {
    border-radius: 0;
    border: none;
    height: 51px;
}

.light-nav-item {
    transition: 0.3s;
    background-color: #f8f8f8 !important;
    color: black !important;
}

.light-nav-item:hover {
    background-color: rgb(245, 94, 97) !important;
    color: #f8f8f8 !important;
}

.dark-nav-item {
    transition: 0.3s;
    background-color: rgb(245, 94, 97) !important;
    color: white !important;
}

.dark-nav-item:hover {
    background-color: white !important;
    color: black !important;
}

.display-4 {
    font-size: 3.2rem;
}

.pink {
    background-color: rgb(245, 94, 97) !important;
    color: white !important;
    opacity: 85%;
}

.pink:hover {
    opacity: 100%;
}

.card-img-overlay {
    opacity: 0%;
    background-color: #5f5f5fd0;
    transition: 0.5s ease;
}

.card-img-overlay:hover {
    opacity: 100%;
}

.point > li:not(:first-child) {
    margin-top: 1rem;
}

.card-text a {
    color: #5bf4ff;
}

.skills > li {
    font-style: italic;
}

.btn-link {
    color: rgb(83, 83, 83);
}

.btn-link:hover {
    text-decoration: none;
}

#navbar {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(133, 133, 133, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(133, 133, 133, 1);
    box-shadow: 0px 1px 3px 0px rgba(133, 133, 133, 1);
    transition: 0.3s;
    background-color: #f8f8f8;
    line-height: 2.2rem;
}

.dropdown-menu {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .btn-group:hover .dropdown-menu {
        display: block;
    }

    .bio-pic {
        border-radius: 3%;
        border: 1px solid grey;
    }
}
