@font-face {
  font-family: natype; /* set name */
  src: url(NaziTypewriterRegular.ttf);
}

p {
    font-size: 40px;
   font-family: natype;
   font-weight: normal;
   font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(54, 54, 54);
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 180px;
    background:#3aafba;
    position: fixed;
}
.logo{
    float: left;
    flex-direction: column;
    line-height: 100px;
    padding: 20px;
}
.topnav {
overflow: hidden;
background-color: #3aafba;
margin-top: 60px;
}

.topnav a {
position: sticky;
float: center;
width: 70%;
color: #000000;
text-align: right;
margin-top: 10%;
padding: 20px;
text-decoration: none;
font-size: 43px;
font-family: natype;
}

.topnav a:hover {
background-color: #5ea0be;
color: black;
}

.topnav a.active {
background-color: #3aafba;
color: rgb(0, 0, 0);
}
.banner-area{
  background-image: url(Skate!\ -\ Copy.gif);
  background-size: cover;
  top: 180px;
  height: 50%;
  width:100%;
  position:fixed;
  float: center;
}
.banner-area:after{
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.content-area{
width: 100%;
height: 1500px;
position: relative;
background:#ffffff;
top:850px
}
.content-area h2{
    font-size: 80px;
    margin:0;
    padding-top: 30px;
    letter-spacing: 4px;
}
.content-area p{
    padding: 2% 0;
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position:relative;
  float: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(66, 160, 255);
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select:auto;
  -webkit-user-select: none;
  align-content: center;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #15c5ff;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #383838;
  padding: 20px 16px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.container {
  background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 30%;
  padding: 1;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}