html, body {
    font-family: Montserrat, sans-serif;
    background-color: rgb(35,37,49);
    height: 100%;
}

.navbar-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 48px; */
    /* height: 48px; */
    padding-top: 1.2%;
    margin: 1px 8px 3px 8px;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.nav-item:hover {
    background: rgb(255,87,51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'  viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    margin-bottom: 0.8rem;
}

#navbarNav{
    font-size: 1.3rem;
    padding: 0;
}

.navbar-nav .nav-link.active {
    background: rgb(255,87,51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #c70039, #ff5733 70%);
    border-image-slice: 0.5;

    bottom: -10px;
    content: " ";
    left: 0;
    right: 0;
}



.nav-link{
    margin: 10px 10px;  
}

a{
    color: white;
}

nav {
    top: 0;
    left: 0;
    height: fit-content;
}

h2, #about {
    color: #e46f57; 
    font-size: xxx-large; 
    margin: 30px 0 3px 0;
}

/* h2:hover {
    text-decoration: underline;
    color: #ff5733;
} */

#blog-link:hover {
    cursor: pointer;
    color: #ff9b86 !important;
    border-bottom: 2px solid transparent;
    /* border-image: linear-gradient(to right, #ff5733, #ff5733 70%); */
    /* border-image-slice: 0.5; */
    text-decoration: underline;
}

#blog-link {
    /* display: inline-block;  */
    color: #eaeaea; 
    padding: 0; 
    font-size: 16px; 
    width: fit-content;
    border-bottom: 2px solid transparent;
}

#blog-desc {
    color: #eaeaea; padding: 0; font-size: 20px; margin: 0 0 3px 0;
}

@media (min-width: 200px) and (max-width: 540px) {
    h2{
        font-size: xx-large;
    }
}

@media (min-width: 540px) and (max-width: 768px) {
    h2{
        font-size: xx-large;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    h2{
        font-size: xxx-large;
    }
}


/* #blog-link:after {
    display:block;
    content: '';
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #c70039, #ff5733 70%);
    border-image-slice: 0.5;
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}

#blog-link:hover:after { transform: scaleX(1); color: rgb(255,87,51);}
#blog-link.fromRight:after{ transform-origin: 0% 50%; }
#blog-link.fromLeft:after{  transform-origin: 100% 50%; } */

