body, html {
    height: 100%;
    margin: 0;
    font-family: "Nova Mono", monospace;
}
h1 h2, h3, h4, h5, h6 {
    font-weight: 400;
}
p, a, li, span, div {
    font-weight: 200;
}

@media screen and (max-width: 720px)  {
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
    }

}
.text-wh {
    color: white !important;
}

.bg {
    background-image: url('/images/background_2.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-dark {
    background-color: #343a407a !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.content {
    position: absolute;
    margin-top: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content img {
    width: 100px;
    margin: 20px;
}

.contact-card {
        margin: 20px;
        padding: 20px;
        background-color: rgb(255 255 255 / 40%);
        border-radius: 10px;
        flex: 1;
        color: white;
        text-align: center;
}
.contact-card p {
    margin: 5px 0;
}

.socials {
    width: 30px !important;
    margin: 5px !important;
}
.socials-menu {
    width: 20px !important;
    margin: 5px !important;
}

.navbar-nav {
    font-size: 1.4rem;
}

@media screen and (max-width: 720px) {
    .socials-menu {
        width: 20px !important;
        margin: 10px 0px 10px 0px !important;
    }
    .navbar-nav {
        font-size: 1.2rem;
    }
}