body {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    /* font-family: 'Miriam Libre', sans-serif; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

#nav {
    /* font-family: 'Miriam Libre', sans-serif;k */
}

#nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background: linear-gradient(45deg, #df0015 -.49%, #212529 104.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero */
#hero .hero-content {
    /* height: calc(100vh - 136px) */
}

#hero .hero-content h1 {
    background: -webkit-linear-gradient(#212529, #e43725);
    -webkit-background-clip: text;
    color: #ffffff;
    -webkit-text-stroke: 6px transparent;
}

#hero .hero-content h1,
#hero .hero-content h2 {
    font-size: 46px;
}

#hero .hero-content h2 {
    /* color: #5e5e5e; */
    background: linear-gradient(360deg, #df0015 -.49%, #212529 104.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    position: relative;
}

#hero .btn,
.portfolio-content {
    transition: all 0.3s;
}

#hero .btn:hover {
    box-shadow: 4px 4px 0 0 #000;
    transform: translate(-5px, -5px);
}

.portfolio-content:hover {
    box-shadow: 4px 4px 0 0 #000;
    transform: translate(-5px, -5px);
}

/* Work */
#work .work-content h1,
#work .work-content h2 {
    /* font-size: 24px; */
}

#work .work-content h2 {
    color: #5e5e5e;
}

/* Portfolio */
.portfolio-content {
    transition: all 0.3s;
    height: 100%;
}


/* Others */
.bg-glocal {
    background-color: #031f4b;
}

.height100px {
    height: 100px;
}

.height80px {
    height: 80px;
}

.height60px {
    height: 60px;
}

.height40px {
    height: 40px;
}

.height30px {
    height: 30px;
}


/* contact */
#contact {
    min-height: 85vh;
}

/* Responsive css */


@media (max-width: 992px) {

    #hero .hero-content h1,
    #hero .hero-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {

    #hero .hero-content h1,
    #hero .hero-content h2 {
        font-size: 26px;
    }
}