a:-webkit-any-link {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width:1rem;
}

body::-webkit-scrollbar-track {
    background: rgb(9, 9, 9);
    border-color: rgba(0, 0, 0, 0.62);
    border-width: 0.15rem;
    border-style: solid;
}

body::-webkit-scrollbar-thumb {
    background: rgb(112, 0, 0);
    border-color: #000000;
    border-style: solid;
    border-radius: 1rem;
}

body{
    margin: 0;
    font-size: 1.2rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-size: 50rem;
    color: rgb(245, 245, 245);
    overflow:auto;

    animation: bodystartup 1s forwards;
}

.backgroundimage{
    background-image: url(/Images/background.png);
    background-size: 25rem;
    border-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: -998;
    filter: brightness(0.35);
}

@keyframes bodystartup{
    0%{
        filter: brightness(.3);
    }
}

.TopContainer {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 7rem;
    width: 100%;
    height: 10rem;
    margin-bottom: 16rem;
}

.clickableContactLink{
    display:inline-block;
    color:white;
    text-decoration: none;
    text-decoration-color: white;
    font-size:1.9rem;
    filter: drop-shadow(0 0 .75rem rgba(255, 255, 255, 0.71));
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    
    transition: 0.2s;
}

.clickableContactLink:hover{
    filter: drop-shadow(0 0 .6rem rgba(255, 255, 255, 0.72));
    transform: scale(1.3);
}

.clickableContactLink:visited{
    text-decoration-color: white;
}

.ProfileHeader{
    animation: topcontainerstartup .8s forwards;
}

@keyframes topcontainerstartup {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(.98);
    }
}

.name{
    margin: 0;
    font-size: 3rem;
    padding-bottom: 0.3rem;
}

.ProfileIcon{
    margin: 2rem;
    height: 12rem;
    border-radius: 20%;
    border-color: rgb(255, 255, 255);
    border-style:solid;
    border-width: 0.2rem;
    background-color: black;

    filter: drop-shadow(0 0 9rem rgba(187, 187, 187, 0.342));  

    animation: profileiconstartup .55s forwards;
}

@keyframes profileiconstartup {
    0%{
        filter: drop-shadow(0 0 0rem rgb(160, 160, 160)); 
    }
    20%{
        border-radius: 50%;
        
    }
    100%{
        border-radius: 20%;
    }
}

.ProfileHR{
    width: 13rem;
    margin-bottom:2rem;

    animation: profilehrstartup 1s forwards;
}

@keyframes profilehrstartup {
    0%{
        width: 0;
    }
}

.MiddleContainer{
    background-size: 40rem;

    overflow: hidden;
    position: relative;

    padding-top: 1rem;
    width: 100%;
    min-height: 15rem;
}

.middlecontainerbackgroundimage{
    background-image: url(/Images/background.png);

    filter: brightness(0.85);
    background-size: 70rem;
    position: absolute;
    height: 100%;
    width: 100%;

    border-style:solid;
    border-top-width: 0.15rem;
    border-bottom-width: 0.15rem;
    border-left-width: 0;
    border-right-width: 0;
    border-color: black;

    z-index: -998;
}

.tab {
    overflow: hidden;
    border-radius: 8%;
    display: flex; 
    justify-content: space-evenly;
    border-color: rgba(71, 71, 71, 0.918);
    border-style: double;
    border-width: 0.13rem;
    border-right-width: 0;
    border-left-width: 0;

    margin-top: 0.25rem;
  }
  
  .tab button {
    background-color: rgba(17, 17, 17, 0.918);
    border-radius: 0.45rem;
      cursor: pointer;
    color: rgb(255, 255, 255);
      border: 0.15rem solid rgb(219, 219, 219);
      border-right-width: 0;
      border-left-width: 0;
      max-width: 45rem;
      min-height: 3rem;
      max-height: 20rem;
    font-size: 1.7rem;
    font-weight: bolder;
    flex: 1;
    margin-left: 10rem;
    margin-right: 10rem;

    transition: all 0.2s;
  }

  .tab button:hover {
    background-color: rgba(34, 34, 34, 0.904);
    border-radius: 1.1rem;
    filter: drop-shadow(0 0 5rem rgba(170, 170, 170, 0.5));  
  }

  .tab button.active {
    background-color: rgb(37, 37, 37);
  }
  
  
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-style: none;
    text-align: center;

    animation: tabcontentstartup 0.33s;
    
  }

  @keyframes tabcontentstartup {
    0%{
        transform: scale(0);
    }
    100%{
    }
  }

  .tabcontent > h3{
    font-size: 2.6rem;
  }

  .tabcontent > hr{
    width: 36rem;
    border-width: 0;
    border-top-width: 2px;
    padding-bottom: 1.1rem;
  }

.projectdiv{
    text-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.projectname{
    font-size: 2.3rem;
    margin: 1rem;
}

.projectimage{
    width: 25rem;
    height: 20rem;
    border-radius: 0.5rem;

    transition: all 0.23s;
}

.projectimage:hover{
    border-radius: 3rem;
    transform: scale(1.08);
}

#killboximage:hover{
    filter: drop-shadow(0 0 2rem rgba(255, 53, 53, 0.5));  
}

#bionicrebirthimage:hover{
    filter: drop-shadow(0 0 2rem rgba(59, 55, 255, 0.5));  
}

#ninjashowdownimage:hover{
    filter: drop-shadow(0 0 2rem rgba(255, 255, 255, 0.575));  
}

#whatspoppingimage:hover{
    filter: drop-shadow(0 0 2rem rgb(199, 121, 93));
}

#dropwellimage:hover{
    filter: drop-shadow(0 0 2rem rgb(172, 98, 243));
}

#polybotsimage:hover{
    filter: drop-shadow(0 0 2rem rgb(58, 58, 58));
}

.projectdescription{
    margin-left: 10rem;
    margin-right: 10rem;
}

.projectdiv>h5{
    font-size: 1.5rem;
    margin: 0;
}

.projectcontributionlist{
    text-align: left;
    list-style:square;
    margin-left: 20%;
}

.projectcontributionlist>li{
    padding-top: 0.5rem;
    font-size: 1.2rem;
}

.projecthr{
    border-style: solid;
    border-width: 0.13rem;
    border-top-width: 0;
    border-color: rgba(255, 255, 255, 0.26);
    width: 45rem;
}

.artimages{
    transition: 0.15s all ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.artimage{
    width: 26rem;
    height: auto;
    padding: .4rem;  
    border-radius: 0.9rem;

    z-index: 1;

    transition: all 0.3s;
}

.artimage:hover{
    transform: scale(1.18);
    border-radius: 2rem;
    z-index: 999;
    filter: drop-shadow(0 0 2rem rgba(255, 255, 255, 0.295));  
}

#SkillsTable{
    margin-left: auto;
    margin-right: auto;
    text-space: 5rem;
    border-spacing: 4rem;
}

.skill{
    font-size: 1.9rem;
    filter: drop-shadow(0 0 .3rem rgba(255, 255, 255, 0.2));
    font-weight: bolder;
    font-family: sans-serif;
    float: none;
    
    animation: skill-idle 5s infinite,linear;
}

@keyframes skill-idle {
    
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.04);
    }
    100%{
        transform: scale(1);
    }
    
}

.middlecontainerbottomline{
    border-radius: 8%;
    border-color: rgba(71, 71, 71, 0.918);
    border-style: double;
    border-width: 0.13rem;
    height: 2rem;
    border-right-width: 0;
    border-left-width: 0;
    margin: 0.25rem;
}

  
.BottomContainer{
    color: rgb(231, 231, 231);
    text-align: center;
    width: 100%;
    min-height: 10rem;
    padding-bottom: 3rem;
}

.SocialsHR{
    width: 50rem;
    border-color: rgb(179, 179, 179);
    border-style: solid;
}

#Artstation{
    color:rgb(81, 177, 255);
}

#Itch{
    color: rgb(255, 101, 81);
}

#X{
    color: black;
}

#Soundcloud{
    color: orange;    
}

.SocialsLink{
    display:inline-block;
    font-size: 1.8rem;
    filter: drop-shadow(0 0 .35rem rgba(255, 255, 255, 0.41));
    padding: 2.6rem;
    padding-top: .8rem;
    padding-bottom: 0.8rem;
    
    transition: 0.3s;
}

.SocialsLink:hover{
    transform: scale(1.5);
}