.site-wrap{
    
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
}



.nav-wrapper{
    
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    position: fixed;
    border-bottom: 3px solid #333;
}

.align-items-center{
    top: 20px;
    height: 50px;
    width: 1400px;
    margin-left: 45px;
    position: relative;
}

.site-logo{
    top: -15px;
    left: 10px;
    position:absolute;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0!important;
}

h1{
    color: #000;
    font-size: 2rem;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.align-items-center a{
    text-decoration: none;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

a{
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-color: none;
}

.text-primary{
    color: #bd1220!important;
}

body{
    font-size: 1rem;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.body-content{
    
    position: absolute;
    top: 83px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    
    
}

#intro-pic{
    
    position: absolute;
    width: 67%;
    height: 250px;
    left: 315px;
    
    
}

.pic{
    position: relative;
    height: 250px;
    left: 0px;
    width: 100%;
}

img{
    image-rendering: auto;
}

#left-sidebar{
    
    position: fixed;
    height: 100%;
    width: 18%;
    border-right: 3px solid black;
}

#left-sidebar li{
    margin-top: 15px;
}

#left-sidebar  li:hover{
    color: green;
}






#right-sidebar{
    position: fixed;
    height: 100%;
    width: 14.35%;
    left: 1260px;
    
    border-left: 3px solid black;
}

#content{
    position: absolute;
    height: 1700%;
    width: 67.1%;
    left: 271px;
    top: 260px;
    
    
}

.f1{
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.f2{
    font-size: x-large;
    margin-left: 100px;
    border-bottom: 4px thin black;
}

.f3{
    margin-left: 20px;
    margin-top: 40px;
    font-size: large;
}

.f4{
    margin-left: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.f5{
    margin-top: -3px;
    margin-left: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.f6{
    margin-top: 120px;
}

.f7{
    margin-left: 20px;
    font-size: larger;
}

.f8{
    margin-left: 20px;
    font-size: large;
}

.f9{
    margin-top: 80px;
}


.f10{
    margin-top: 950px;
}

.f11{
    margin-top: 140px;
}

.f12{
    margin-top: 150px;
}

.f13{
    margin-top: 540px;
}
