.skill{display:flex;flex-direction:column;justify-content:center;align-items:center}.socialMedia{margin-top:48px;width:100%}.ulSocial{display:flex;justify-content:space-evenly;opacity:.9;border-radius:16px;padding:12px 6px;width:100%;max-width:500px;margin:0 auto}@media only screen and (min-width:769px){.ulSocial{border-radius:24px;padding:12px 48px;justify-content:space-between}}.labelInput{display:flex;flex-direction:column;font-size:22px;font-weight:600;text-align:left;width:100%}.input{padding:8px;margin:8px 0;border:2px solid #004aad;border-radius:8px;box-shadow:2px 2px 2px black}#formspree{color:#ff2441;display:flex;margin-left:5px}#formspreeLink{width:80%;display:flex;justify-content:center}@media only screen and (min-width:769px){.input{padding:8px 12px;font-size:22px;border:4px solid #004aad;margin:12px 0}#formspreeLink{font-size:16px}}.navbar{top:0}.hamburger,.navbar{position:fixed;left:0;right:0;z-index:50}.hamburger{top:24px;display:block;cursor:pointer;background-color:transparent;border:none;width:50px;margin-left:auto}.bar{display:block;width:25px;height:3px;margin:5px auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.pageLink{display:flex;justify-content:space-between;align-items:center;width:100%;padding:18px 36px;font-size:24px;text-decoration:none}.navProfilePicture{width:200px;height:200px;object-fit:cover}