.columnsDesktop {
    display: grid;
    grid-gap: 3vh;
    grid-template-columns: 0% 33% 0%;
    width: 150vh;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 3vh;
}

.socialsGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Creates 6 columns */
    grid-column-gap: 15px; /* Space between grid items */
    grid-row-gap: 0px;
    padding-left: 20px;
}

.grid-item {
    width: 100%; /* Makes image fill the container */
    height: auto; /* Maintains aspect ratio */
    font-size: 50px;
    justify-content: center;
    padding-top: 10px;
}

.fa {
    color: red;
}

.fa-github {
    color: white;
}

.fa-linkedin {
    color: blue;
}

.fa-twitter {
    color: lightblue;
}

.fa-link {
    color: black;
}

.headerTitleDesktop {
    padding-right: 2em;
    font-size: 1.5vh;
}
.headerTitleMobile {
    padding-right: .75em;
    font-size: 2vw;
}
.titleText {
    margin: 0px;
    height: auto;
    vertical-align: middle;
    color: white;
}
.columnsMobile {
    display: grid;
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    grid-gap: 3vh;
    grid-template-columns: 100%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
    font-size: 35px;
}
iframe {
    border-radius: 25px;
    border-style: none;
    margin-bottom: 1em;
    padding: 0px;
}
body {
    background-image: linear-gradient(black, rgb(4, 68, 6));
    background-size: cover;
    background-repeat:no-repeat;
    backdrop-filter: blur(15px);
    margin: 0px;
    width: 100%;
    padding-bottom: .5em;
    height: 100%;
    position: relative;
    align-content: center;
}
h1 {
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
}
a {
    color: white;
    text-decoration: none;
}
img {
    border-radius: 25px;
    margin-bottom: 1em;
    padding: 0px;
}
p {
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 1em;
}
iframe {
    border-radius: 25px;
    border-style: none;
    margin-bottom: 1em;
    padding: 0px;
}
.navbar { 
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        position: fixed;
        top: 0;
        width: 100%;
      }
      
      li {
        float: left;
        border-right: 1px solid #bbb;
      }
      
      li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
      }
      .active {
        background-color: #04AA6D;
      }
      font-size: 15px;
}
.header {
/*    background-image: url('images/greenscreen.webp');*/
    background-size: cover;
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    color: black;
    background-position: bottom;
    background-color: rgba(100,100,100,0.50);
    box-shadow: 0px 0px 50px 0px #000000;
    /*position: fixed;*/
    width: 100%;
    height: 4vh;
    margin: 0px;
    font-family: Arial;
    font-weight: lighter;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 1vh;
    top: 0;
}
.box {
    backdrop-filter: blur(15px);
    padding: 1.2em;
    background-blend-mode: color-dodge;
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0px 0px 50px 0px #000000;
	margin-bottom: 0em;
}
.footer, footer {
/*    background-image: url('images/greenscreen.webp');*/
    background-size: cover;
    backdrop-filter: blur(15px);
    background-blend-mode: color-dodge;
    color: white;
    background-position: bottom;
    background-color: rgba(100,100,100,0.50);
    box-shadow: 0px 0px 50px 0px #000000;
    width: 100%;
    height: 5vh;
    margin-top: 1em;
    margin-bottom: -10px;
    font-family: Arial;
    font-weight: lighter;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    bottom: -10px;
    font-size: 1.5vh;
    padding-right: 50px;
    display: flex;
    text-align: center;
    white-space: nowrap;
}

.footer h2 {
    padding-left: 10px;
}

/* .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #e11ade 0%,
    #00ffae 29%,
    #ff0c5d 67%,
    #000000 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 50px;
  justify-content: center;
  text-align: center;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */
  .waviy {
    position: relative;
    text-align: center;
  }
  .waviy span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    animation: flip 2s infinite;
    animation-delay: calc(.2s * var(--i))
  }
  @keyframes flip {
    0%,80% {
      transform: rotateY(360deg) 
    }
  }

.columnsDesktop > div:nth-child(odd) {
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    background-position: bottom;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5)
}
.columnsDesktop > div:nth-child(even) {
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    background-position: top;
    background-size: cover;
    background-color: rgba(255,255,255,0.50)
}
.columnsMobile > div:nth-child(odd) {
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    background-position: bottom;
    background-size: cover;
    background-color: rgba(255,255,255,0.50)
}
.columnsMobile > div:nth-child(even) {
    backdrop-filter: blur(15px);
    background-blend-mode: color-burn;
    background-position: top;
    background-size: cover;
    background-color: rgba(255,255,255,0.50)
}