@font-face {
    font-family: 'p';
    src: url('../assets/Poppins-Regular.ttf');
}

body {
    overflow-x: hidden;
    background: #121212 !important;
}

* {
    font-family: p;
}

nav {
    backdrop-filter: blur(30px);
    background-color: #292929b2;
}

#contact {
    border: 2px solid white;
    border-radius: 20px;
    padding: 15px;
}

#contact input, #contact textarea {
    background-color: #2b2b2b;
    border: 1px solid #3d3d3d;
}


#contact h4 {
    font-weight: bold;
    border: 2px solid white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
}
#contact h4 span {
    width: 20px;
    height: 20px;
    margin-bottom: -2px !important;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

main {
    min-height: 40vh;
    padding-top: 80px;
    color: white;
}

footer {
    background-image: url('../assets/img/or-footer.png');
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    margin-top: 50px;
}

@media(max-width: 425px) {
    .navbar-brand img {
        width: 35px;
        margin-left: -5px;
    }
    .navbar-brand span {
        margin-left: 40px !important;
        display: block;
        margin-top: -15px !important;
    }
    .navbar-brand span b {
        font-size: 13px;
    }
    .navbar-brand span small {
        font-size: 10px !important;
        margin-top: 0px !important;
        display: block;
        margin-left: 0px !important;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    nav .navbar-toggler {
        padding: 0px !important;
        width: 20px;
    }
    nav .navbar-toggler-icon {
        width: 18px;
    }
    #title-information {
        margin-top: 30px;
    }
}