@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&family=Open+Sans:wght@400;600;700&family=Roboto:wght@500;700&display=swap');

video {
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

#myVideo {
    position: absolute;
    /* right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; */
}

body {
    margin: 0;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: left;
    background-color: black;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    color: black;
    background: #b5d99c;
    transition: opacity 0.25s ease;
    text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
    font-family: "Roboto";
    font-size: 1.1rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    font-family: "Roboto";
    font-size: 1.3rem;
}

@media screen and (max-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-brand {
        color: white !important;
    }
}

#mainNav .navbar-brand {
    color: white;
    font-family: "Roboto";
    font-size: 1.3rem;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #b5d99c;
}

#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #b5d99c;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #b5d99c;
}

#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #b5d99c;
}

#mainNav.navbar-scrolled .navbar-brand:hover {
    color: #b5d99c;
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #b5d99c;
}

a {
    color: #010021;
    text-decoration: none;
    background-color: transparent;
}

#mainNav .navbar-brand:hover {
    color: #b5d99c;
}

header.masthead {
    background: url("logo/logo_tigre2.mp4");
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.email {
    justify-content: center;
}