body {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #FFFFFF !important;
    color: #000000;
    min-height: 75rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

html {
    scroll-behaviour: smooth;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar{
    background-color: black;
}

.navbar-nav>li>a {
    color: white !important;
    white-space: nowrap;
}

.navbar .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-toggler{
    border: 1px solid white;
}

/* #projects { */
/*     margin-top: -55px; */
/*     padding-top: 55px; */
/* } */

/* #contact { */
/*     margin-top: -55px; */
/*     padding-top: 55px; */
/* } */
