@import url(../fonts/fonts.css);
 ::-webkit-scrollbar {
     width: 20px;
     color: rgb(255, 255, 255);
}
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(179, 179, 179, 0.3);
     box-shadow: inset 0 0 6px rgba(179, 179, 179, 0.3);
}
 ::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(202, 202, 202, 0.5);
     box-shadow: inset 0 0 6px rgba(202, 202, 202, 0.5);
}
 .theme-button {
     position: absolute;
     right: 5px;
     top: 5px;
     display: inline-block;
     padding: 10px 25px;
     cursor: pointer;
}
 .small {
     font-size: smaller;
}
 .highlight {
     background: rgba(255, 255, 255, 0.459);
}
 html{
     margin: 0;
     padding: 0;
     font-weight: 500;
     color: rgb(209, 209, 209);
     text-decoration: none;
     transition: 0.5s;
     min-height: 100%;  
}
 a,h1,h2,h3 {
     margin: 0;
     padding: 0;
     font-weight: 500;
     color: rgb(209, 209, 209);
     text-decoration: none;
     transition: 0.5s;
}
 button {
     padding: 0;
     border: none;
     font: inherit;
     color: inherit;
     background-color: transparent;
     cursor: pointer;
}
 p {
     margin: 0;
     padding: 0;
     font-weight: 500;
     color: rgb(209, 209, 209);
     line-height: 1.5;
}
 body{
     margin: 0;
     padding: 0;
}
.page-title{
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
 .border {
    margin: 20px 0 20px 0;
    height: 50px;
}
 .content{
     display: flex;
}
 .nav{    
    max-width: 13%;
    font-size: small;
    position: fixed;
    margin-top: 60px;
    background-color: #2A2C2F;
    max-height: 94%;
     -webkit-box-shadow: 0 5px 25px rgba(255, 255, 255, 0.15);
     box-shadow: 0 5px 25px rgba(253, 253, 253, 0.15);
     height: 100%;
     overflow-y: auto;
     overflow-x: hidden; 
}
.span{
     font-weight: bold;
     margin-bottom: 10px;
}
 .center-text{
     text-align: center;
}
 .page {
     background-color: #2A2C2F;
     background-repeat: no-repeat;
     font-family: 'Ubuntu Condensed', 'Inter', 'Arial', sans-serif;
     font-size: 17px;
     margin: 0;
     padding: 0;
     height: 100%;
     max-width: 100%;
}
 ul, div {
     margin:0;
     padding: 0;
}
 .header {
     display: flex;
     justify-content: space-between;
     padding: 10px 0;
     position: fixed;
     width: 100%;
     background-color: #2A2C2F;
     z-index: 9999;
     -webkit-box-shadow: 0 5px 25px rgba(255, 255, 255, 0.15);
     box-shadow: 0 5px 25px rgba(253, 253, 253, 0.15);
}
 .header_list{
     display: flex;
     flex-direction: row;
}
 .header_list-item{
     margin-right: 15px;
     margin-left: 30px;
     margin-top: 20px;
}
 .header_list-img{
     margin-left: 30px;
}
 .header_list-item{
     list-style-type: none;
}
 .main {
     display: flex;
     flex-direction: column;
     list-style: none;
     margin: 100px 20px 0 15%;
     width: 85%;
}
 .main_table {
    display: flex;
    list-style: none;
    margin: 200px auto 0;
}
 .main_link:hover{
     cursor: pointer;
     color: #b58121;
     transition: 0.5s;
}
 .main_title-text{
     font-size: 50px;
     font-weight: bold;
     margin: 0 auto 30px;
}
 .main_content{
     list-style-type: none;
     text-align: left;
     max-width: 90%;
     margin: 50px 90px 50px 90px;
}
 .main_content_list{
     list-style-type: none;
     font-style: italic;
}
 .main_content_list-item{
     margin-top: 25px;
     border-bottom: white solid 0.5px;
}
 .main_title {
     background-color: #404347;
     color: white;
     cursor: pointer;
     padding: 18px;
     min-width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
     font-weight: bold;
     font-style:italic;
}
 .main_list{
     margin: 30px auto;
     max-width: 75%;
     text-align: left;
}
 .link_list{
     text-decoration: none;
     margin-top: 50px;
     margin-left: 20px;
     margin-right: 5px;
}
 .link_list-item{
     list-style-type: none;
     margin-bottom: 10px;
}
 .main_list-item{
     margin-bottom: 20px;
}
 .active, .main_title:hover {
     background-color: #b58121;
}
 .main_text {
     background-color: #404347;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
     margin-left: 15px;
     margin-right: -15px;
}
 .main_text_article{
     display: flex;
     flex-direction: column;
}
 .main_text_border{
     margin-top: 30px;
     padding-bottom: 30px;
     border-bottom: white solid 2px;
}
 .main_text-img{
     float: left;
     margin: 7px 7px 7px 0px;
     max-width: 100%;
}
 .main_text-img-center{
     margin: auto auto 30px auto;
     margin-bottom: 20px;
     opacity: 0.8;
     max-width: 100%;
}
 .main_text-title{
     margin-top: 10px;
     margin-left: 70px;
     margin-bottom: 10px;
     font-weight: bold;
}
 .main_text-text{
     margin-bottom: 15px;
     max-width: 70%;
}
 .main_text-links{
     list-style-type: none;
     padding-top: 15px;
     padding-left: 15px;
     padding-bottom: 15px;
     cursor: pointer;
}
 .main_text-links:hover {
     transition: 0.3s ease-out;
     background-color:#b58121;
}
 .main_text-link{
     margin: 10px 0 ;
     text-decoration: none;
}
 .main_text-list{
     list-style-type: none;
     font-style: italic;
     margin-top:15px;
     padding-bottom:15px;
     border-bottom: white solid 2px;
}
 .footer {
     margin: 0;
     padding: 0;
     background-color: #2A2C2F;
     z-index: 9999;
     opacity: 1;
}
 .menu {
    display: flex;
    flex-direction: column;
    width: 20%;
}
 .menu div {
     border-right: 1px solid lightgray;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
.menu a:nth-child(3n) div{
     border-right: 0;
}
 .menu a:nth-child(4n){
     margin-top: 0;
}
 .menu a:nth-child(5n){
     margin-top: 0;
}
 .menu a:nth-child(6n){
     margin-top: 0;
}
.menu a:nth-child(7n){
     margin-top: 0;
}
.menu a:nth-child(8n){
     margin-top: 0;
}
.menu a:nth-child(9n){
     margin-top: 0;
} 
.menu a:nth-child(10n){
    margin-top: 0;
}
.menu a:nth-child(11n){
    margin-top: 0;
}
.menu a:nth-child(12n){
    margin-top: 0;
}

.menu_item{
     width: 20%;
     margin-bottom: 20px;
     fill: white;
}
 .menu_link{
     margin: 20px 0;
     cursor: pointer;
     text-decoration: none;
     display: block;
     transition: 0.6s;
     font-weight: bold;
}
 .menu_link:hover {
     transition: 0.6s ease-out;
     background-color:#b58121e5;
     box-shadow: inset 0 0 0 3px #36a6e2;
}
 .menu_link-underline{
     font-style: italic;
     text-decoration: underline;
}
 .footer_list {
     margin: 20px 0 20px 15%;
}
 .footer_list-item {
     list-style-type: none;
}
 .scrollup{
     width:40px;
     height:40px;
     opacity:0.3;
     position:fixed;
     bottom:50px;
     right:70px;
     display:none;
     text-indent:-9999px;
     background: url('../images/icon_top.png') no-repeat;
}
 .zerotop {
     margin-top: 5px;
}
.word-break{
    word-break:break-all;
}

@media screen and (max-width: 620px) {

    .main_title-text{
        font-size: 30px;
    }
    .nav{
        font-size: xx-small;
        display: none;
    }
    .link_list{
         margin-left: 0;
    }
    .menu_link-underline{
        word-wrap: break-word;
    }
    .page{
        font-size: 14px;
    }
}



#toTop {
	position: fixed;
	display: inline-block;
	bottom: 30px;
	right: -40px;
	width: 40px;
	height: 40px;
	z-index: 1000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: green;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2);
	opacity: 0;
	visibility: hidden;
  transition: all .3s ease-in-out;
}
#toTop:hover {
		background: darkgreen;
}

#toTop svg {
	position: relative;
	top: 12px;
	right: -1px;
	fill: #fff;
	transition: all .3s ease-in-out;
}

#toTop:hover svg {
	cursor: pointer;
	fill: #fff;
	transition: all .3s ease-in-out;
}

#toTop.show {
	opacity: 1;
	visibility: visible;
	right: calc(2%);
}
