body {

       font-family: Rietlanden Sans, helvetica, arial, sans serif;
        line-height: 2em;
    margin: 2% 6% 6% 6%;

	background-color: black;

}

@charset "UTF-8";

@font-face {
  font-family: 'Rietlanden Sans';
  src: url('.fonts/RietlandenSans-Regular.eot'); /* IE9 Compat Modes */
  src: 
       url('fonts/RietlandenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/RietlandenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/RietlandenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/RietlandenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: Murky;
  src: url('.fonts/Murky-Regular.eot'); 
  src: 
       url('fonts/Murky-Regular.woff2') format('woff2'),
       url('fonts/Murky-Regular.woff') format('woff'), 
       url('fonts/Murky-Regular.ttf')  format('truetype'),
       url('fonts/Murky-Regular.svg#svgFontName') format('svg');
}

h1 {
    font-family: Rietlanden Sans, times new roman, arial, sans serif;
font-weight: 400;
font-size: 8em;
letter-spacing: 0.03em;
font-style: normal;
text-decoration: none;
font-weight: normal;
line-height: 1.0em;
margin-bottom: 0.2em;
text-align: center;
color: red;
}

p {
    font-family: Rietlanden Sans, helvetica, arial, sans serif;
        font-size: 2em;
    margin-block-start: 0.0em;
margin-block-end: 0.5em;
letter-spacing: 0.015em;
text-align: center;
color: red;

}

i {
font-weight: 400;
line-height: auto;
vertical-align: top;

}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* unvisited link */
a:link {
  color: black;
      text-decoration: none;

}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: black;
}



img {
    width: auto;
    text-align: center;
margin-bottom: 0%;
margin-top: 0%;

 }


header {
   flex-basis: 50px;
position: fixed;
margin:1%;
  height: 10%;
 		    font-family: rietlanden RietlandenSans-Regular, helvetica, arial, sans serif;
    font-size: 1.2em;

 		


 }



 header.sticky {
        height: 20%;

 }








@media only screen and (max-width: 600px) {
  body {
  font-size: 0.6em;


  }
}




