body{
    background-color: black;
    margin: 0px;
}

#header{
    background-color: rgba(100, 100, 100, 0.5);
    height: 80px;
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

#header-text{
    color: darkgrey;
    margin: 0;
    font-size: 40px;
    text-align: left;
    margin-left: 50px;
    margin-top: 20px;
    font-family: "headerFont";
}

#container{
    display: flex;
    flex-direction: column;
    z-index: 900;
}

#home{
    display: flex;
    flex-direction: row;
}

#self-picture{
    display: block;
    height: 600px;
    width: 600px;
    position: relative;
    margin-top: 130px;
    margin-left: 70px;
    border-radius: 650px;
    border: 3px solid white;
}

#name-text{
    display: flex;
    flex-direction: column;
    margin-top: 320px;
    margin-left: 130px;
    font-family: "milker";
    gap: 10px;
}

#name-home{
    color: white;
    text-align: center;
    margin: 0;
    font-size: 50px;
}

#name-summary{
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

#about-me{
    display: flex;
    flex-direction: column;
    gap: 0;
}

#about-me-header{
    color: white;
    margin-top: 100px;
    margin-left: 100px;
    font-size: 50px;
    font-family: "milker";
    margin-bottom: 0;
}

#about-me-container{
    display: flex;
    flex-direction: row;
    color: white;
}

#about-me-content{
    color: white;
    margin-left: 98px;
    max-width: 600px;
    margin-top: 10px;
    font-size: 18px;
    font-family: "headerFont";
}

#skills-tab{
    margin-top: 95px;
    margin-left: 450px;
    margin-right: 20px;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    height: 15px;
    font-family: "headerFont";
}

#experience-tab{
    margin-top: 95px;
    margin-left: 20px;
    margin-right: 20px;    line-height: 1;
    display: inline-block;
    padding: 10px;
    height: 15px;
    font-family: "headerFont";
}

#education-tab{
    margin-top: 95px;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    height: 15px;
    font-family: "headerFont";
}

#about-me-info{
    display: flex;
    flex-direction: row;
}

#skills-container{
    display: flex;
    flex-direction: row;
    background-color:  rgba(59, 59, 59, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-left: 150px;
    display: none;
    width: 300px;
    height: 100px;
}

#skills-content{
    color: white;
    font-family: "headerFont";
    margin-top: 1px;
}

#skills-img{
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 10px;
    height: 75px;
    width: 75px;
    background-color: white;
    border-radius: 25px;
}

#experience-container{
    display: flex;
    flex-direction: row;
    background-color:  rgba(59, 59, 59, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-left: 150px;
    width: 300px;
    height: 100px;
    display: none;
}

#experience-content{
    color: white;
    font-family: "headerFont";
    margin-top: 1px;
    margin-bottom: 1px;
}

#education-container{
    display: flex;
    flex-direction: row;
    background-color:  rgba(59, 59, 59, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-left: 150px;   
    width: 300px;
    height: 100px;
    display: none;
}

#education-content{
    color: white;
    font-family: "headerFont";
    margin-top: 1px;
    margin-bottom: 1px;    
}

#projects{
    display: flex;
    flex-direction: column;
}

#projects-title{
    color: white;
    margin-top: 50px;
    margin-left: 100px;
    font-size: 50px;
    font-family: "milker";
    margin-bottom: 0;   
}

#project-container{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0;
}

#projects-all{
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 250px;
    background-color: rgb(102, 102, 102);
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    transition: 0.2s ease-out;
}

#project-title{
    text-align: center;
    font-family: "headerFont";
    font-size: 20px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 0;
}

#project-image{
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

#project-link{
    text-align: center;
    margin-top: 40px;
    font-family: "headerFont";
    color: black;
}

#contact-title{
    color: white;
    margin-top: 50px;
    margin-left: 100px;
    font-size: 50px;
    font-family: "milker";
    margin-bottom: 10px; 
}

#contact-content{
    color: white;
    margin-left: 100px;
    max-width: 1000px;
    margin-top: 10px;
    font-size: 18px;
    font-family: "headerFont";
}

#contact-info{
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.2);
    height: 200px;
    width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 100px;
    justify-content: center;
}

#github{
    transition: .2s ease-in-out;
}

#github-icon{
    height: 100px;
    width: 100px;
    color: white;
    margin-top: 50px;
}

#github-text{
    color: white;
    font-family: "headerFont";
    margin-left: 20px;
    margin-top: 5px;
}

#linkedin{
    transition: 0.2s ease;
}

#linkedin-icon{
    height: 100px;
    width: 100px;
    color: white;
    margin-top: 50px;
    margin-left: 80px;
}

#linkedin-text{
    color: white;
    font-family: "headerFont";
    margin-left: 95px;
    margin-top: 5px;
}

#email{
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 50px;
}

#email-picture{
    height: 100px;
    width: 100px;
    margin-left: 45px;
}

#email-text{
    color: white;
    text-align: center;
    font-family: "headerFont";
    margin-top: 10px;
}

#phone{
    display: flex;
    flex-direction: column;
    transition: 0.2s ease;
}

#phone-picture{
    height: 100px;
    width: 100px;
    margin-top: 50px;
    margin-left: 50px;
}

#phone-text{
    color: white;
    font-family: "headerFont";
    text-align: center;
    margin-left: 45px;
    font-size: 12px;
}

#resume{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s ease;
    margin-top: 40px;
    margin-left: 80px;  
}

#resume-icon{
    height: 115px;
    width: 115px;
}

#resume-text{
    color: white;
    font-family: "headerFont";
    margin-top: 0;
}

@font-face {
    font-family: "milker";
    src: url("font/Milker.otf");
}

@font-face {
    font-family: "headerFont";
    src: url("font/LeagueSpartan-Bold.otf");
}

#skills-tab:hover,
#education-tab:hover,
#experience-tab:hover{
    scale: 1.1;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}

.active-tab{
    scale: 1.1;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    transition: 0.4s ease-out;
}

#projects-all:hover{
    transform: scale(1.05);
    background-color: rgb(200, 200, 200);
    transition: .2s ease-in;
}

#github:hover,
#linkedin:hover,
#resume:hover,
#email:hover,
#phone:hover{
    transform: scale(1.1);
    transition: 0.2s ease-in;
}
