html{
    scroll-behavior: smooth;
}

nav .navbar-nav li a{
    color: #949495 !important;
    }


.bio-div{
    width: 50%;
    min-width: 500px;
}
.edu-div{
    width: 100%;
}

.margin-l-20{
    margin-left: 20%;
}
.margin-l-10{
    margin-left: 10%;
}
.margin-l-22{
    margin-left: 28%;
}
.margin-t-5{
    margin-top: 5%;
}
.height-100{
    height: 100vh !important;
}
.height-90{
    height: 90vh !important;
}
.height-10{
    height: 10vh !important;
}
.margin-r-10{
    margin-right: 10%;
}
.margin-l-5p{
    margin-left:5px;
}
.margin-l-25p{
    margin-left:25px;
}
.width-80{
    width: 90%;
}

.footer{
    
    position: fixed;
    left: 0;
    bottom: 0;
    width:50vw;
          
    
}
.profile-icon{
   
    border-radius: 50px;
    width:40px;
    margin-top: 4px;
   
}
.padding-right-5{
    padding-right:5%;
}
.padding-table{
    padding: 0 20% 0 20%;
}
.padding-top-10{
    padding-top:10vh;
}
.checkbox{
    height: 25px;
}
/*-----colors------*/
.bg-custom-dark {
    --bg-opacity: 1;
    background-color: #151515;
    background-color:rgba(21, 21, 21, var(--bg-opacity))
}

.text-cutom-grey {
    --text-opacity: 1;
    color: #949495;
    color:rgba(148, 148, 149, var(--text-opacity))
}
.bg-custom-grey {
    --bg-opacity: 1;
    background-color: #38383a;
    
}

/*-----fonts------*/
.font-gothic{
    font-family: 'Gothic A1', sans-serif;
}
.font-roman{
    font-family: "Times New Roman", Times, serif;
}
.font-64{
    font-size:64px;  
}
.font-32{
    font-size: 32px;
}
.font-16{
    font-size:20px;
}
.fw-700{
    font-weight: 700;
}
.fw-450{
    font-weight: 450;
}
.fw-300{
    font-weight: 300;
}
.fw-350{
    font-weight: 350;
}

/*-----mobile view------*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .bio-div {
      width: 100vw;
      
    }
    .anime-image{
        width:50%;
        height: auto;
    }
    .anime-image-2{
        width:50%;
        height: auto;
    }
    .remove-mobile{
        display: none;
    }
    .footer{
        width:100vw;
    }
    .hobbie-gif{
        display: none !important;
    }
    .mw{
        margin-left:5% !important;
        margin-right:20%;
    }
    .mw-fonth{
        font-size:38px;
    }
    .mw-fontc{
        font-size:30px;
    }
  }

  @media only screen and (max-width: 1000px) {
    .bio-div {
        width: 100vw;
      }
      .anime-image{
          width:50%;
          height: auto;
      }
      .anime-image-2{
          width:50%;
          height: auto;
      }
      .remove-mobile{
          display: none;
      }
      .footer{
          width:100vw;
      }
      .pojdiv{
          margin-left: 5%;
      }
      .hobbie-gif{
        display: none !important;
    }
    
    
  }


  