/* Thomas Becker */

@media screen and (max-width: 600px) {
  .pushNav {
    width: 75%;
    right: -75%; } }
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px; } }

ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
	z-index: 100;
	overflow: hidden;
  background: #2e2f35;
  transition: ease-in-out 0.5s; }
.pushNav hr {
    border: 1px solid #555; }

/* 
Arial (sans-serif)
Verdana (sans-serif)
Tahoma (sans-serif)
Trebuchet MS (sans-serif)
Times New Roman (serif)
Georgia (serif)
Garamond (serif)
Courier New (monospace)
*/

.pushNav,
.pushNav a {
  font-size: 1em;
  font-family: Arial, sens-serif;
  font-weight: 100;
  color: #fff;
  text-decoration: none; }

.pushNavIsOpen {
  overflow: auto;
  height: 100%; }

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0; }

.closeLevel,
.openLevel {
  cursor: pointer; }

.openLevel,
.closeLevel,
.pushNav a {
  padding: 1em 0;
  display: block;
  text-indent: 20px;
  transition: background 0.4s ease-in-out; }
  .openLevel:hover,
  .closeLevel:hover,
  .pushNav a:hover {
    background: #494a50; }
.hdg {
  background-color: #1e1e24; }


.closeLevel,
closelevel > i {
  font-size: 1em;
  color: #a5a5a4; }

.burger {
  position: absolute;
	top: 24p;
  right: 48px; }
.burger i {
    font-size: 2em; }

.screen {
  position: fixed;
	background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1; }

.fa {
  display: inline;
  padding: 5px; }

body {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: black; }

.wrapper {
  max-width: 80%;
/*  max-width: 625px; */
  margin: 20px auto;
/*  margin: 120px auto; */
  padding: 0 20px;
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.4em; }
.wrapper a {
    color: #20c270;
    text-decoration: none; }
.wrapper button {
    background-color: lightslategray;
    margin: 50px auto;
    display: block;
    padding: 10px 40px;
    border: none; }
.wrapper button:hover {
      background-color: #18a960; }
.wrapper button a {
      color: #fff;
      font-size: 2em; }

/* Top Menu Start */

/* Add a black background color to the top navigation */
.topnav {
  background-color: black;
  overflow: hidden;
  padding: 5px 40px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding:12px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: lightslategray;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
