.ihp-header{
    background-color: var(--header-color);
    height:100vh;
    color: var(--header-color);
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
				 2px -2px 0 white,
				-2px -2px 0 white;
    position:relative;
}
.ihplayers{
    position: absolute;
    right: 0;
    top: 0px;
}
.ihp-title{
    width: 550px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    -webkit-text-stroke: 1px var(--tab-label-color);
	  -webkit-text-fill-color: var(--tab-label-color);
    font-size: 2.5rem;
    padding-top: 50px;
}
.ihp-text{
    text-align: justify;
    color:var(--text-color);
    font-size: 2px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: light;
}

.ihp-main-content{
    background-color: var(--background-color);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position:relative;
    height: 1100vh;
}
.ihp-main-right{
    flex: 1;
}
.ihp-main-right2{
  flex: 1;
}
.ihp-sidebar{
  width: 25px;
  height: 500px;
  background-color: var(--sidebar-color);
  position:sticky;
  top: 15vh;
  margin-bottom: 100px;
  margin-top: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: 15px;
  transition: transform 0.3s ;
}
.ihp-sidebar-inner{
  width: 25px;
  height: 100%;
  background-color: rgb(25, 198, 214);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ihp-sidebar2{
  width: 25px;
  height: 500px;
  background-color: var(--sidebar-color);
  position:sticky;
  top: 15vh;
  margin-bottom: 100px;
  margin-top: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: 15px;
  transition: transform 0.3s;
}
.ihp-sidebar-inner2{
  width: 25px;
  height: 100%;
  background-color: rgb(25, 198, 214);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ihp-sidebar:hover{
  cursor: pointer;
}
.ihp-sidebar-hover{
  width: 150px;
  height: 500px;
  background-color: var(--tab-label-color);
  position:sticky;
  top: 15vh;
  margin-bottom: 100px;
  margin-top: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 15px;
  padding: 10px;
  transform: translateX(-200%);
  transition: transform 0.3s ;
}
.ihp-sidebarhover:hover{
  cursor: pointer;
}
.ihp-sidebar-inner-hover{
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap:15px;
  padding:5px;
}

.ihp-sidebar-title-hover{
  color: var(--sidebar-title-color);
  font-size: 16px;
  text-decoration: none;
  align-items: center;
}

.ihp-sidebar-title-hover.active{
  font-size: 18px;
}

.ihp-sidebar-title-hover:hover{
  opacity: 1;
  color: var(--sidebar-title-color);
  font-size: 18px;
  cursor:pointer;
}
.ihp-sidebar2:hover{
  cursor: pointer;
}
.ihp-sidebar-hover2{
  width: 150px;
  height: 500px;
  background-color: var(--tab-label-color);
  position:sticky;
  top: 15vh;
  margin-bottom: 100px;
  margin-top: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 15px;
  padding: 10px;
  transform: translateX(-200%);
  transition: transform 0.3s ;
}
.ihp-sidebarhover2:hover{
  cursor: pointer;
}
.ihp-sidebar-inner-hover2{
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap:15px;
  padding:5px;
}

.ihp-sidebar-title-hover2{
  color: var(--sidebar-title-color);
  font-size: 16px;
  text-decoration: none;
  align-items: center;
}

.ihp-sidebar-title-hover2.active{
  font-size: 18px;
}

.ihp-sidebar-title-hover2:hover{
  opacity: 1;
  color: var(--sidebar-title-color);
  font-size: 18px;
  cursor:pointer;
}
.hidden{
  display:none;
}
* {
    box-sizing: border-box;
  }
  .tabs {
    position: relative;
    margin-left: 3vh;
    margin-right: 3vh;
    background-color: var(--background-color);
    height: 14.75rem;
  }
  .tabs::before,
  .tabs::after {
    content: "";
    display: table;
  }
  .tabs::after {
    clear: both;
  }
  .tab {
    float: left;
  }
  .tab-switch {
    display: none;
  }
  .tab-label {
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: block;
    line-height: 3em;
    height: 2.69em;
    width: 8em;
    font-size: 20px;
    padding: 0 1em;
    background-color: var(--tab-label-color);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 0.125rem solid var(--tab-label-border-color);
    color: #fff;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
  }
  .tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
  }
  .tab-content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 1;
    top: 50px;
    left: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--header-color);
    opacity: 0;
    transition: 0.25s;
  }
  .tab-switch:checked + .tab-label {
    background: var(--header-color);
    color: #fff;
    border-bottom: 0;
    border-right: 0.125rem solid var(--header-color);
    z-index: 1;
    top: -0.0625rem;
  }
  .tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
  }
  @media screen and (max-width: 120rem) {
    .ihp-title{
      font-size: calc(20px + 2vw);
      padding-top: 5vw;
    }
    .ihp-text{
      font-size: calc(5px + 1vw);
      width: calc(100vw - 280px);
    }
    .tab-content{
      width: calc(100vw - 150px);
      padding-left: 5vw;
      padding-right: 5vw;
      padding-bottom: 5vw;    
    }
  }