
#skills{
  background-color: var(--primary-color);
  min-height:100vh;
  width: 90%;
  margin: auto;
  padding-left: 63px;
  display: inline-flex;
  padding-top: 10px;
}

#skillcenter{
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 900%;
  height: 50%;
  margin: auto;
  padding-top: 80px;
}

#skillhalf{
  width: 45%;
  min-width: 370px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 0;
}

#skillhalf h3{
  font-weight: bolder;
  text-align: center;
  padding-top: 3px;
}

#skillhalfcontainer{
  min-width: 10px;
  min-height: 380px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#skillhalfcontainer2{
  min-width: 10px;
  max-width: 500px;
  width: 95%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#ability{
  background-color: var(--primary-color);
  border-radius: 40px;
  min-width: 130px;
  min-height: 130px;
  width:150px;
  height: 110px;
  padding: 0px;
  margin: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 10px);
  align-items: center;
  z-index: 1;
}

#ability div svg{
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 35px);
}

#ability div svg{
  fill:var(--secondary-color);
}

#ability div{
  margin: auto;
}

#ability div p{
  margin: auto;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 20px);
}


#ability:hover{
  z-index: 10;
}

#ability:hover div p{
  animation: textcolorswitch 3s linear infinite;
}

#ability:hover .svghighlightfill{
  animation: fillcolorswitch 3s linear infinite;
}

#tech{
  background-color: white;
  border-radius: 40px;
  min-width: 150px;
  min-height: 10px;
  margin: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 15px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 10px);
  z-index: 1;
}

#tech div {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}

#tech div div{
  max-width: 50px;
  max-height: 45px;
  display: block;
  margin: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 35px);
}

#tech div div svg{
  height: 45px;
  display: block;
  margin: auto;
}

#tech p{
  margin: auto;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 20px);
}

#tech:hover{
  z-index: 10;
}

#tech:hover p{
  animation: textcolorswitch 3s linear infinite;
}

#language{
  background-color: white;
  border-radius: 40px;
  min-width: 150px;
  min-height: 10px;
  width:150px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 10px);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#language div{
  display: block;
  margin: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 20px);
}

#language div svg{
  height: 45px;
  display: block;
  margin: auto;
}

#language p{
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 10px);
}


#language:hover{
  z-index: 10;
}

#language:hover p{
  animation: textcolorswitch 3s linear infinite;
}
