﻿

@font-face {
  font-family: handwritten;
  src: url(http://www.befaceless.com/fonts/handwritten.ttf);
}

@font-face {
  font-family: walkway_ultrabold;
  src: url(http://www.befaceless.com/fonts/walkway_ultrabold.ttf);
}


body {margin:0;}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}


/* Float the list items side by side */
ul.topnav li {float: left;}


/* Style the links inside the list items */
ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 24px 32px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 24px;
  font-family: walkway_ultrabold;

}



/* Change font color of links on hover */
ul.topnav li a:hover {
  color: #006699;
  
}



/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
  display: none;

}




@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
