.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-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
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 {
    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: auto;
    font-family: Arial;
    font-weight: lighter;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 1.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer h2 {
    padding-left: 10px;
    margin: 0;
}
.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.50)
}
.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)
}