@font-face {
  font-family: IkaLight;
  src: url('../font/Ikaros-Light.otf');
}
@font-face {
  font-family: Ikaros;
  src: url('../font/Ikaros-Regular.otf');
}
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');
  margin-bottom: 0.6vw;
}
.home {
    margin-top: -1em;
    width: 70px;
    height: 70px;
    transition: 0.4s;
}
.home:hover {
  opacity: 0;
}
.home img {
  margin-right: -0.1em;
}
.icon {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.facebook, .github, .email {
  width: 30%;
  border-top: 6px solid #fea00d;
  border-bottom: 3px solid black;
  background-color: #20768c;
  padding: 2em;
  transition: 0.5s;
  color: black;
  font-style: italic;
  text-decoration: none;
}
.email {
  padding-top: 3.4em;
}
.facebook:hover, .github:hover, .email:hover {
  background-color: #2eaacb;
  color: black;
}
.githubsmall, .facebooksmall, .emailsmall {
  display: block;
  border-top: 1em solid #fea00d;
  border-bottom: 0.5em solid black;
  background-color: #20768c;
  padding: 1em;
  transition: 0.5s;
  color: black;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 2em;
  color: black;
  text-align: center;
}
.githubsmall h2, .facebooksmall h2, .emailsmall h2 {
  font-size: 3.6vw;
  font-family: Ikaros;
}
.githubsmall:hover, .facebooksmall:hover, .emailsmall:hover {
  background-color: #2eaacb;
  color: black;
}
.icon h2 {
  font-size: 1.8vw;
  font-family: Ikaros;
}
.mail {
  margin-top: 1.5em;
  color: black;
  transition: 0.3s;
}
.mailsmall {
  color: black;
  transition: 0.3s;
}
.mailsmall:hover {
  background-color: #fea00d;
}
.mail:hover {
  background-color: #fea00d;
}
