@import "inter.css";

body {
    font-family: "inter", sans-serif;
    color: #455A64;
}

body > div.container {
    margin-top: 88px;
}

body.show-tech {
    color: #FFF !important;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1976D2;
    font-weight: 700;
}

a {
    color: #1976D2 !important;
}

.navbar-nav .nav-link {
    padding: 1.5rem 2.5rem !important;

    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #1976D2 !important;
    opacity: 0.6;
    letter-spacing: 1px;

    outline: none;

    transition: 0.5s;
}

/* Menu padding for smaller screens */
@media (max-width: 992px) {
    .navbar-nav .nav-link {
        padding: 1.5rem 1.1rem !important;
    }
}

.navbar {
    background-color: #FFF;
    box-shadow: 0 3px 4px #FFF;
}


.navbar-nav .nav-link:hover,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
    color: #1976D2;
    opacity: 1;
}


.show-tech .navbar-nav .nav-link {
    color: #FFF !important;
}

.navbar-nav.navbar-show-tech .nav-link:hover,
.navbar-nav.navbar-show-tech .active > .nav-link,
.navbar-nav.navbar-show-tech .nav-link.active,
.navbar-nav.navbar-show-tech .nav-link.show,
.navbar-nav.navbar-show-tech .show > .nav-link {
    color: #FFF !important;
}

.custom-min-vh-100 {
    min-height: calc(100vh - 88px) !important;
    overflow: hidden !important;
}

.img-profile {
    max-width: 200px;
    border-radius: 100px;
}

.icons {
    font-size: 28px;
}

.icons > a {
    margin-right: 16px;
}

.icon > a:last-child {
    margin-right: 0;
}

p.paper-title, p.paper-authors, p.paper-venue {
    margin-bottom: 0;
}

.show-tech-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    object-fit: cover;
    z-index: 3;
}

.content-over-video {
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    padding: 2em 0 1em 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}