/*font family*/
html {
    scroll-behavior: smooth;
}

h1{
    font-family: 'Inter', sans-serif;
}

h2{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}


h3{
    font-family: 'Inter', sans-serif;
    color: #444444;
    margin-top: 0%;
    margin-bottom: 0%;
}

h4{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666;
    line-height: 2.4rem;
}

p{
    line-height: 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #dedede;
    letter-spacing: 0.5px;
}


.navbg {
    background-color: #000000;
}

.nav-link {
    color: #a1a1a1;
    font-family: 'Inter', sans-serif;
}


a {
    color: #222;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
}

.white{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.nav-link:hover{
    color:#666666;
}

.nav-link1 {
    color: #a1a1a1;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

.nav-link1:hover{
    color:#f4f4f4;
}

.nav-link1:active {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 700;
}

.nav-link:active {
    font-family: 'Inter', sans-serif;
    color: #E60D2E;
    font-size: 700;
}

.nav-link:target {
    font-family: 'Inter', sans-serif;
    color: #E60D2E;
    font-size: 700;
}

.nav-link:focus{
    color:#E60D2E;
}

.nav-link-red{
    color: #8d8d8d;
    text-decoration: none;

}

.active{
    color: #E60D2E;
    font-weight: 500;
}

.nav-link-red:hover{
    color: #E60D2E;
}



.badge{
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 8px;
    color: #444444;
    background-color: #EDEDED;
}

.card-text{
    color: #444444;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

a:hover{
    color:#222;
    cursor: pointer;
}

.card{
    border-radius: 8px;
}

.card-title{
    color: #444444;
}

/*sidebar*/
.sidebar {
    font-family: 'Inter', sans-serif;
    position: fixed;
    padding: 5em;
}



.headline{
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #222;
}

.header{
    width: 720px;
}

.headline{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #E60D2E;
}


.highlight{
    font-weight: 700;
    color: #222;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.btn1{
    background-color: #222;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #ffffff;
    border-radius: 80px;
    border-color: #222;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 15px;
    padding-top: 15px;
}

.personastyle{
    padding-top: 5px;
    padding-left: 1rem; 
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #cdcdcd;
}

.avatarstyle{
    padding-top: 5px;
    padding-left: 1rem; 
}

.list-group-item {
    margin-top: 0rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    position: relative;
    display: block;
    color: #888;
    text-decoration: none;
    border-width: 0ch;
    width: auto;
}

.rounded {
    border-radius: 1rem!important;
}

.btn-dark:hover {
    background-color: #fafafa;
    border-color: #222;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;

    border-width: 1px;
}
.btn-dark {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
}

.btn-blue {
    background-color: #23AEE5;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
}

.btn-blue:hover {
    background-color: #fafafa;
    border-color: #23AEE5;
    color: #23AEE5;
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;

    border-width: 1px;
}

.bilibili {
    color: #23AEE5;
    font-family: 'Inter', sans-serif;
    border-width: 1px;
}


.dropdown-item:active{
    background-color: #000000;
}
