@font-face {
    font-family: bungee;
    src: url(../Fonts/BungeeLayers-Regular.otf);
}

header {
    background-color: azure;
    border-radius: 35px;
    width: 65%;
    margin: auto;
    text-align: center;
    opacity: 0.9;
}

header h1 {
    text-decoration: underline;
    text-decoration-color:rgb(106, 169, 252);
    text-shadow: 2px 2px 5px rgb(106, 169, 252);

    font-size: 300%;
    margin-bottom: -10px;
}

section h2 {
    text-shadow: 2px 2px 5px rgb(26, 116, 243);  
    text-align: center;
    font-size: 35px;
    margin-bottom: -15px;
}

h3 {
    text-shadow: 2px 2px 5px rgb(138, 222, 255);  
    font-size: 25px;
}

h4 {
    text-shadow: 2px 2px 5px rgb(138, 222, 255);  
    font-size: 20px;
    margin-bottom: -1px;
}

p {
    margin-bottom: -12px;
    font-size: 17px;
}

#about-me a {
    color: rgb(7, 53, 203);
}
#about-me a:hover {
    color: rgb(99, 61, 237);
}

#about-me #greeting ul {
    list-style-type: none;
    margin-left: -55px;
}

#about-me #greeting ul li{
    margin-top: -20px;
    margin-bottom: -20px;
}

#about-me ul li ul {
    margin-left: -45px;
    list-style-type:square;
}

#about-me ul {
    list-style-type: none;
}


header ul {
    list-style-type: none;
    margin-top: -15px;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

header li {
    display: inline;
    font-size: 25px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}
  
header li a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

header li a.active {
    text-decoration: underline;
    text-decoration-color:rgb(31, 229, 235);
    text-shadow: 2px 2px 5px rgb(31, 229, 235);
}

#github {
    width: 44px;
    height: 44px;
    margin-bottom: -3px;
    margin-right: -4px;
    margin-left: -7px;
}

#linkedin {
    width: 37px;
    height: 37px;
}

#resume {
    width: 39px;
    height: 35px;
    margin-bottom: 1px;
    margin-right: -3px;
}

#email {
    width: 45px;
    height: 45px;
    margin-bottom: -2px;
}

#selfie {
    width: 300px;
    height: 300px;
    border-radius: 40px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

section {
    background-color: rgb(240, 255, 255, 0.9);
    border-radius: 30px;
    width: 65%;
    margin: auto;
    padding-bottom: 20px;
}

#about-me {
    background-color: #a8d1f8;
    margin: auto;
    border-radius: 17px;
    width: 90%;
    display: flex;
    justify-content: center;
    padding-left: auto;
    padding-right: auto;
}

#experience {
    background-color: #a8d1f8;
    margin: auto;
    border-radius: 17px;
    width: 90%;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

#experience ul{
    list-style-type: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.activity-item {
    border-radius: 17px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 400px;
    margin-right: 7px;
    margin-left: 7px;
}

.activity-item p {
    margin:-10px;
    font-size: 16px;
}

#projects {
    background-color: #a8d1f8;
    border-radius: 17px;
    width: 90%;
    padding-bottom: 10px;
    margin: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

#projects ul{
    list-style-type: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#projects ul li .activity-item a {
    color: rgb(7, 53, 203);
}

#projects ul li .activity-item a:hover {
    color: rgb(99, 61, 237) ;
}

#emoji {
    height: 26px;
    width: 30px;
    margin-bottom: -3px;
    margin-left: 2px;
}

#opex {
    margin-top: 5px;
    height: 80px;
    width: 300px;
}

#upenn {
    margin-top: 5px;
    height: 108px;
    width: 320px;
}

#idTech {
    margin-top: -10px;
    height: 98px;
    width: 300px;
}

#paLogo {
    height: 110px;
    width: 290px;
}

.parallax {
    position: relative;
    will-change: transform;
}

body {
    font-family: bungee;
    color: rgb(0, 0, 0);
    background-image: url('../Images/background_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 2050px;
}
