header{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff910081 ;
    background-color: white;
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

body{
    background: #ff910081;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: scroll;
}

header p{
    font-size: 25px;
}

#goToHome{
    border: solid blue 2px;
    box-sizing: border-box;
    padding-top: 30px;
    float: left;
    width: 100px;
    height: 83.88px;
    color: #ff910081;
    background-color: white;
}

#goToHome:hover{
    background-color: #ff910081;
    color: white;
}

main{
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#p1{
    margin-left: 80px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    width: 600px;
    font-size: 22px;
    text-align: left;
}
#p2{
    margin-left: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    width: 700px;
    font-size: 35px;
    text-align: left;
}
#name{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-top: 200px;
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 350px;
    font-size: 50px;
    text-align: center;
}

main section figure{
    margin-left: 150px;
    /*alignment: center;*/
    margin-right: 150px;
    margin-top: 30px;
    display: inline-block;
    width: 300px;
}

.fields{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(0, 0, 255);
    margin-top: 150px;
    margin-left: 40px;
    font-size: 30px;
    text-align: left;
}

#Status{
    margin-top: 40px;
}

#statusData{
    text-align: center;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30px;
}
#statusData a{
    color: white;
}

section ul{
    margin-left: 50px;
    color: white;
    font-size: 25px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
#image{
    margin-top: 100px;
    margin-left: 500px;
}

#about{
    margin-left: 40px;
    color: white;
    font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 120px;
}

.container {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
  }
  
  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }
  
  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
  }



footer{
    position: absolute;
    left: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background-color: rgb(49, 50, 50);
    color: white;
}

#goToTop{
    position: relative;
    top:  15px;
    float: left;
    width: 60px;
    color: white;
}

#eMail{
    float: right;
}

#gitHub{
    position: relative ;
    top: 20px;
}

.fa-2x {
    vertical-align: middle;
}
