@font-face {
    font-family: CFRevolution;
    src: url(KriegFont.otf) format("opentype");
}

html, body {
     height: 100%;
     margin: 0;
     padding: 0;
     width: 100%;
     display: float;
     overflow:scroll;
     scroll-behavior:smooth;
   }

body {
    background: #01A5D5;
    background: -webkit-linear-gradient(left, #01A5D5, #00BE96);
    background: -o-linear-gradient(right, #01A5D5, #00BE96);
    background: -moz-linear-gradient(right, #01A5D5, #00BE96);
    background: linear-gradient(to right, #01A5D5, #00BE96);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

#splash img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
    margin:0;
    padding: 0;
}

.colorful {
    width: 100%;
    margin:0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    background: #01A5D5;
    background: -webkit-linear-gradient(left, #01A5D5, #00BE96);
    background: -o-linear-gradient(right, #01A5D5, #00BE96);
    background: -moz-linear-gradient(right, #01A5D5, #00BE96);
    background: linear-gradient(to right, #01A5D5, #00BE96);
    background-repeat: repeat;
    position: relative;
}


#banner h1, h2 {
    margin:0;
    padding: 0;
    font-size: 100px;
    font-family: CFRevolution;
    color: black;
    text-shadow: rgba(255, 255, 255, 1) 1px 0 10px;
}

/* Add a black background color to the top navigation */
.topnav {
  padding: auto;
  overflow: hidden;
  padding: 10px;
  font-family: CFRevolution;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: black;
  text-shadow: rgba(255, 255, 255, 1) 1px 0 10px;

}

/* Add a color to the active/current link */
.topnav a.active {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: rgba(251, 7, 217, 0.7) 1px 0 10px;
}

#footer {
    padding: auto;
    overflow: hidden;
    padding: 10px;
    font-family: CFRevolution;
    text-align = center;
    color: rgba(255, 255, 255, 1)
}


.center {
  margin: auto;
  width: 100%;
  text-align: center;
}

.contentWrapper {
    width: 100%;
      margin:0;
    padding: 0;
    overflow:hidden;
    padding: 0px;
    width: 100%;
    
    background: #01A5D5;
    background: -webkit-linear-gradient(left, #01A5D5, #00BE96);
    background: -o-linear-gradient(right, #01A5D5, #00BE96);
    background: -moz-linear-gradient(right, #01A5D5, #00BE96);
    background: linear-gradient(to right, #01A5D5, #00BE96);
    background-repeat: repeat;
}

.content {
    padding: 30px;
    background: #EAEAEA;
    box-shadow: 0px 2px 5px #136FA0;
    margin: 0 auto;
    box-shadow: 0px 2px 5px rgba(20, 20, 20, 0.52);
    z-index: 1;
    position: relative;
    height: 100%;
}

.content h1, h2 {
    margin:0;
    padding: 0;
    font-size: 30px;
    font-family: CFRevolution;
    text-shadow: rgba(255, 255, 255, 1) 1px 0 10px;
}
