@font-face {
    font-family: "PixelOperator";
    src: url("fonts/PixelOperator8.ttf") format('truetype');
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;;
}

#jumbotron {
    background-image: url("images/gradient-homepage.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
    height: auto;
}

#expertise {
    background-color: rgb(48, 62, 101);
}

#contact {
    background-color: rgb(48, 62, 101);
}

#navbarId {
    z-index: 9999;
}

#nav-logo {
    height: 50px;
}

.nav-hover{
    font-family: "PixelOperator", monospace;
    font-size: 0.8rem !important;
    color: white !important;
}

.nav-hover:hover {
    border-bottom: 1px solid #b58433 !important;
}

