#mainNav { 
    color: white;
    position: fixed;
    width: 270px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 7px 30px 7px 30px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .5);
    border-top: 0 !important;
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(2px);
    box-shadow: -2px 5px 25px black;
    z-index: 1;

    animation-name: navPulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;

    transition: ease 150ms;
}

#mainNav:hover {
    background-color: rgba(255, 255, 255, .12);
    backdrop-filter: blur(3px);
    transform: scale(1.05);
    padding-top: 15px;
    transition: ease-in-out 150ms;
}

#nav {
    display: flex;
    flex-direction: row;
    gap: 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
}

#nav p {
    clear: both;
    margin: 0;
    padding: 0;
    transform: scale(1, 1.25);
}

.material-icons {
    font-size: 25px;
}

.navSpacingd {
    margin-left: 25px;
}

.scale {
    transform: scale(1, 3);
}

#about {
    display: none;
}

#home {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;
}

#home:hover, #home:active {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}

.homeActive {
    opacity: 1 !important;
    filter: blur(0px);
    transition: ease 150ms;
}

#contact {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;
}

#contact:hover {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}

#projectsNav {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;
} 

#projectsNav:hover {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}




#socialWrap { 
    color: white;
    max-width: 150px;
    margin: 0 15px 0 0;
}

#asdf:hover {
    background-color: rgba(255, 255, 255, .12);
    backdrop-filter: blur(3px);
    transform: scale(1.05);
    padding-top: 15px;
    transition: ease-in-out 150ms;
}

#social {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
}

#social p {
    clear: both;
    margin: 0;
    padding: 0;
    transform: scale(1, 1.25);
}

.material-icons {
    font-size: 25px;
}

.navSpacingd {
    margin-left: 25px;
}

.scale {
    transform: scale(1, 3);
}

#linkedin {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;

	padding-right: 25px;
    display: inline-block;
  width: 25px;
  height: 25px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M8.268 28H2.463V9.306h5.805zM5.362 6.756C3.506 6.756 2 5.218 2 3.362a3.362 3.362 0 0 1 6.724 0c0 1.856-1.506 3.394-3.362 3.394M29.994 28h-5.792v-9.1c0-2.169-.044-4.95-3.018-4.95c-3.018 0-3.481 2.356-3.481 4.794V28h-5.799V9.306h5.567v2.55h.081c.775-1.469 2.668-3.019 5.492-3.019c5.875 0 6.955 3.869 6.955 8.894V28z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#linkedin:hover, #linkedin:active {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}

.asdf {
    opacity: 1 !important;
    filter: blur(0px);
    transition: ease 150ms;
}

#instagram {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;

    display: inline-block;
  width: 25px;
  height: 25px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 0c-4.349 0-4.891.021-6.593.093c-1.709.084-2.865.349-3.885.745a7.847 7.847 0 0 0-2.833 1.849A7.757 7.757 0 0 0 .84 5.52C.444 6.54.179 7.696.095 9.405c-.077 1.703-.093 2.244-.093 6.593s.021 4.891.093 6.593c.084 1.704.349 2.865.745 3.885a7.847 7.847 0 0 0 1.849 2.833a7.757 7.757 0 0 0 2.833 1.849c1.02.391 2.181.661 3.885.745c1.703.077 2.244.093 6.593.093s4.891-.021 6.593-.093c1.704-.084 2.865-.355 3.885-.745a7.847 7.847 0 0 0 2.833-1.849a7.716 7.716 0 0 0 1.849-2.833c.391-1.02.661-2.181.745-3.885c.077-1.703.093-2.244.093-6.593s-.021-4.891-.093-6.593c-.084-1.704-.355-2.871-.745-3.885a7.847 7.847 0 0 0-1.849-2.833A7.716 7.716 0 0 0 26.478.838c-1.02-.396-2.181-.661-3.885-.745C20.89.016 20.349 0 16 0m0 2.88c4.271 0 4.781.021 6.469.093c1.557.073 2.405.333 2.968.553a4.989 4.989 0 0 1 1.844 1.197a4.931 4.931 0 0 1 1.192 1.839c.22.563.48 1.411.553 2.968c.072 1.688.093 2.199.093 6.469s-.021 4.781-.099 6.469c-.084 1.557-.344 2.405-.563 2.968c-.303.751-.641 1.276-1.199 1.844a5.048 5.048 0 0 1-1.844 1.192c-.556.22-1.416.48-2.979.553c-1.697.072-2.197.093-6.479.093s-4.781-.021-6.48-.099c-1.557-.084-2.416-.344-2.979-.563c-.76-.303-1.281-.641-1.839-1.199c-.563-.563-.921-1.099-1.197-1.844c-.224-.556-.48-1.416-.563-2.979c-.057-1.677-.084-2.197-.084-6.459c0-4.26.027-4.781.084-6.479c.083-1.563.339-2.421.563-2.979c.276-.761.635-1.281 1.197-1.844c.557-.557 1.079-.917 1.839-1.199c.563-.219 1.401-.479 2.964-.557c1.697-.061 2.197-.083 6.473-.083zm0 4.907A8.21 8.21 0 0 0 7.787 16A8.21 8.21 0 0 0 16 24.213A8.21 8.21 0 0 0 24.213 16A8.21 8.21 0 0 0 16 7.787m0 13.546c-2.948 0-5.333-2.385-5.333-5.333s2.385-5.333 5.333-5.333c2.948 0 5.333 2.385 5.333 5.333S18.948 21.333 16 21.333M26.464 7.459a1.923 1.923 0 0 1-1.923 1.921a1.919 1.919 0 1 1 0-3.838c1.057 0 1.923.86 1.923 1.917'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#instagram:hover {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}

#tiktok {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;

    display: inline-block;
  width: 25px;
  height: 25px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16.708.027C18.453 0 20.188.016 21.921 0c.105 2.041.839 4.12 2.333 5.563c1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-.063-3.855-.463-5.6-1.291c-.76-.344-1.468-.787-2.161-1.24c-.009 3.896.016 7.787-.025 11.667c-.104 1.864-.719 3.719-1.803 5.255c-1.744 2.557-4.771 4.224-7.88 4.276c-1.907.109-3.812-.411-5.437-1.369C4.307 29.027 2.412 26.12 2.136 23a22.3 22.3 0 0 1-.016-1.984c.24-2.537 1.495-4.964 3.443-6.615c2.208-1.923 5.301-2.839 8.197-2.297c.027 1.975-.052 3.948-.052 5.923c-1.323-.428-2.869-.308-4.025.495a4.618 4.618 0 0 0-1.819 2.333c-.276.676-.197 1.427-.181 2.145c.317 2.188 2.421 4.027 4.667 3.828c1.489-.016 2.916-.88 3.692-2.145c.251-.443.532-.896.547-1.417c.131-2.385.079-4.76.095-7.145c.011-5.375-.016-10.735.025-16.093z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
} 
 
#tiktok:hover {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}


#x {
    opacity: .5;
    filter: blur(.5px);
    transition: ease 150ms;

    display: inline-block;
  width: 25px;
  height: 25px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10.488 14.651L15.25 21h7l-7.858-10.478L20.93 3h-2.65l-5.117 5.886L8.75 3h-7l7.51 10.015L2.32 21h2.65zM16.25 19L5.75 5h2l10.5 14z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
} 
 
#x:hover {
    opacity: 1;
    filter: blur(0px);
    transition: ease 150ms;
}

