body {
    margin:0;
    padding:0;
    background: rgb(255,255,255);
    font-family: 'Ma';
    font-size: 1.1em;
    font-weight: 500;

  }

  .logoText{
    margin:auto;
    position:absolute;
    top: 3vh;
    left: 50%;
    transform: translateX(-50%);
    height: 75vh;
    max-height: 370px;
  }

  .logo {
    height: 33vh;
    max-height: 180px;
    z-index: 11;
    position: relative;
    margin-top: 13vh;
    left: 50%;
    transform: translateX(-50%);
   }

  path {
    fill: transparent;
  }
  
  textpath {
    fill: #000000;
    font-family: 'CD';
    font-size: 1em;
    font-weight: 600;
  }

nav {
    margin:-1em auto 0 auto;
    text-align: center;
}

nav ul{
    text-wrap: nowrap;

}

header {
    background-image: linear-gradient(#FFFFFF, #FFFFFF, #FFFFFF,#FFFFFF,#FFFFFF,#c1ebf1);
    border-bottom: 0.75em solid #1fb7d0;
}

nav li {
    display: inline-block;
    position:relative;
    top:5vh;
    left: -25px;
    margin: 0 2px 0 2px;
}

form{
    text-align: center;
    text-wrap: nowrap;
}

input[type=email]{
    color: #000000;
    padding: 1.5vh 2vh 1.5vh 2vh;
    margin: 0;
    border-radius: 0.5em;
    background-color: #FFFFFF;
    border: 2.5px solid #616abc;
    font-family: 'JSansO';
    font-weight: 900;
    letter-spacing: 0.15em;
}

input[type=email]:focus{
    box-shadow: 0 0 5px #1fb7d0;
    border: 2.5px solid #616abc;
    color: #c4c8eb;
}

button{
    color: #000000;
    padding: 1.5vh 2vh 1.5vh 2vh;
    margin: 0;
    border-radius: 0.5em;
    background-color: #FFFFFF;
    border: 2.5px solid #616abc;
    font-family: 'CD';
    font-weight: 900;
    letter-spacing: 0.15em;
}

button:hover{
    box-shadow: 0 0 5px #1fb7d0;
    background-color: #616abc;
    color: #c4c8eb;
}

nav li a {
    color: #000000;
    padding: 1.5vh 2vh 1.5vh 2vh;
    margin: 0;
    border-radius: 0.5em;
    background-color: #FFFFFF;
    border: 2.5px solid #616abc;
    font-family: 'CD';
    font-weight: 900;
    letter-spacing: 0.15em;
}

li a:hover {
    box-shadow: 0 0 5px #1fb7d0;
    background-color: #616abc;
    color: #c4c8eb;
}

a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-family: 'JSansO';
    font-size: 0.75em;;
}

a:hover {
    color: #1fb7d0;
}

h2{
    font-family: 'CDBo';
    font-size: 1.5em;
    text-align: center;
    line-height: 0.1em;
    margin-bottom: 1.25em;
    color:#1fb7d0;
    background-image: linear-gradient(to right, #FFFFFF,#616abc, #FFFFFF, #FFFFFF, #FFFFFF, #616abc, #FFFFFF);
    text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;
}

h3{
    font-family: 'JSansO';
    font-size: 1em;
    margin:2em 0 -0.5em 0;
    font-weight: 700;
    color: #616abc;
    text-shadow: -0.25px 0 #616abc, 0 0.25px #616abc, 0.25px 0 #616abc, 0 -0.25px #616abc;
}

h4{
    padding:0 0 0 0.5em;
    margin:2em 0 0 15px;
    font-family: 'JSansO';
    font-size: 0.80em;
    font-weight: 600;
    text-wrap: nowrap;
    border-left: 2.25px solid #616abc;
}

.info{
    padding:0 0 0 0.5em;;
    margin:0 0 0 15px;
    border-left: 2.25px solid #1fb7d0;
}
.content {
    margin: 3em auto 0.5em auto;
    max-width: 80%;
    width: auto;
    height: auto;
    min-height: 30.2vh;
    text-wrap: wrap;
}



footer{
    font-family: 'JSansO';
    font-size: 0.65em;
    font-weight: 600;
    margin-top: 2em;
    line-height: 1em;;
    text-align: center;
    height: auto;
    padding: 1em;
    background-image: linear-gradient(#30d0e9, #1fb7d0, #1290a3);

}

@font-face {
    font-family: CD;
    src: url(fonts/CinzelDecorative-Regular.ttf);
}

@font-face {
    font-family: CDBo;
    src: url(fonts/CinzelDecorative-Bold.ttf);
}

@font-face {
    font-family: CDBl;
    src: url(fonts/CinzelDecorative-Black.ttf);
}

@font-face {
    font-family: JSlab;
    src: url(fonts/JosefinSlab-VariableFont_wght.ttf);
}

@font-face {
    font-family: JSansO;
    src: url(fonts/JuliusSansOne-Regular.ttf);
}

@font-face {
    font-family: Ma;
    src: url(fonts/Mate-Regular.ttf);
}

