*{
  scroll-behavior:smooth
}

.name{
  margin-top: 120px;
  text-align: center;
  width: 100%;
  /*background-color: #0d70b7;*/
  margin-bottom: 270px;
}
.name p{
  font-family: "MV Boli";
  font-weight: bolder;
  font-size: 130px;
  text-align: center;
}
#name2{
  margin-top: 120px;
  font-family: "MV Boli";
  font-weight: bolder;
  font-size: 90px;
  text-align: center;
}
.container-content{
  background-color: white;
  /*opacity: 0.7;*/
display: flex;
width: 90%;
  margin: 0 auto;
  border-radius: 12px;
}
.left-box{
font-size: 30px;
float: left;
/*background-color: white;*/
border-radius: 30px;
  width: 25%;
  /*display: flex;*/
  opacity: 0.8;
  margin-right: 40px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Comic Sans MS";
}
.left-box nav{
position: sticky;
  top: 100px;
}

.content {
  background-color: whitesmoke;
  box-shadow: 8px 8px 8px 8px whitesmoke;
  /*border-left-style: solid;*/

/*border-left-color: red;*/

/*border-bottom-width:10px;*/
  /*box-shadow:grey;*/
  position: relative;
  /*width: 70%;*/
  /*height: 1000px;*/
  margin: 15px;
  /*word-break: break-word;*/
  /*overflow:auto;*/
  /*clear: both;*/
  /*overflow: hidden;*/
  /*/*display: flex;*/
  /*position: relative;*/
  word-break: break-word;
  /*background-color: white;*/
  border-radius: 30px;
  opacity: 0.8;
  float: right;
  width: 75%;
  /*height: 10000px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*overflow: auto*/
  /*background-color: #0d70b7;*/
}

.nav-new ul li{
margin: 5px;
list-style: none;
color: #121212;
font-size: 1.3rem;
  font-weight: bold;
cursor: pointer;
display: flex;
align-items: center;
margin-left: 0.25em;
}
.nav-new ul li div{
float: left;
max-width: 15px;
max-height: 15px;
box-sizing: border-box;
border: 1px solid;
color: #2E64EC;
border-radius: 20px;
transition: 0.5s;
margin-right: 8px;
height: 10vw;
width: 10vh;
}
.nav-new ul li a{
float: right;
}

.nav-new>ul>li>a {
text-decoration: none;
color: rgba(0,0,0,0.84);
/*display: block;*/
/*padding: 16px 20px;*/
}
.nav-new ul li{
list-style: none;
}
.current{
background-color: #e7e7e7;
  border-radius: 6px;
  width: 100%;
  height: 45px;
list-style: disc;
}
.current div{
background-color: #2E64EC;
}
.mainPage{
  /*display: block;*/
  text-align: center;
}
.mainPage p{
  clear: both;
  text-align: justify;
  font-family: "Comic Sans MS";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.8;
  color: #0b0b0b;
}
.overview{
  font-weight: bolder;
  font-size: 40px;
  font-family: "Comic Sans MS";
  color: #0b0b0b;
  line-height: 1.5;

}

.mainPage .picture-box{
  width: 100%;
  text-align: center;
  position: relative;
  /*width: 65%;*/
}
.picture-box img{
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.mainPage b{
  text-align: center;
  color: #0b0b0b;
}

details p{
  padding-left: 2%;
  padding-right: 2%;
  clear: both;
  text-align: justify;
  font-family: "Comic Sans MS";
  font-size: 23px;
  font-weight: normal;
  line-height: 1.8;
  color: #0b0b0b;
}
details summary{
  height: 55px;
  clear: both;
  text-align: justify;
/*padding-top: 3%;*/
  font-family: "Comic Sans MS";
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  color: #0b0b0b;
  border-radius: 10px;
  margin-left: 2%;
  margin-top: 1%;
}
button{
  background-color: white;
  width: 100%;
  border-radius: 10px;
  margin-top: 200px;
}
table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
}

table, #HQ_page table {
margin: 0 auto;
border-collapse: collapse;
margin-top: 8px;
}
#HQ_page table th, table th, #HQ_page table td, table td, #HQ_page #HQ_page table th, #HQ_page table th, #HQ_page #HQ_page table td, #HQ_page table td {
padding: 6px 8px;
border: 1px solid #ededed;
}
#HQ_page table th, table th, #HQ_page #HQ_page table th, #HQ_page table th {
background-color: #676767;
color: #ffffff;
font-weight: bold;
}

table tr:nth-of-type(even) {
background-color: #f3f3f3;
}

table tr:nth-of-type(odd) {
background-color: rgba(141,169,167,0.89);
color: #343434;
}