@font-face {
  font-family: IkaLight;
  src: url('../font/Ikaros-Light.otf');
}
@font-face {
  font-family: Ikaros;
  src: url('../font/Ikaros-Regular.otf');
}
@font-face {
  font-family: Ika;
  src: url('../font/Ikaros.ttf');
}
body {
  background-image: url(../img/backgrounddark.png);
}
.menu {
  background-color: #20768c;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  transition: 0.5s;
  border-bottom: 6px solid #fea00d;
  font-size: 0.5em;
}
.menu:hover {
  background-color: #2eaacb;
  color: black;
  font-size: 0.2em;
}
.links {
  font-family: Ikaros;
  color: white;
  font-size: 2.9vw;
}
.image1 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.image1 img:hover  {
  opacity: 0.8;
}
.image1 img {
  transition: 0.4s;
  width: 150px;
  border-radius: 50%;
}
.homecover {
  margin: auto;
  width: 70px;
  height: 70px;
  padding-left: 0.1em;
  background-image: url('../img/homehover.png');
}
.home {
    margin-top: -1em;
    width: 70px;
    height: 70px;
    transition: 0.4s;
}
.home:hover {
  opacity: 0;
}
.home img {
  margin-right: -0.1em;
}
.name {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1.5em;
  font-family: IkaLight;
  color: black;
  background-color:  #fea00d;
  border-radius: 5em;
  padding: 2px;
  transition: 0.5s;
}
.name:hover {
  background-color: #FEB33D;
  text-decoration: underline;
}
.skillset {
  font-family: Ikaros;
  text-align: center;
  color: black;
  font-size: 1.5em;
  font-style: italic;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 5em;
  padding-top: 3px;
  opacity: 0.7;
  background: #fea00d;
}
.center {
  text-align: center;
}
#myProgress {
  position: relative;
  height: 1.8em;
  background-color: grey;
  border: 2px solid black;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
#html, #css, #ps, #js, #ror, #git {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #20768c;
}
#label1, #label2, #label3, #label4, #label5, #label6 {
  font-family: Ikaros;
  text-align: center;
  line-height: 35px;
  color: #fea00d;
  font-size: 2em;
  margin-top: -4px;
}
