/* The side navigation menu */
nav {
  font-family: "Raleway";
  height: 100%;
  /* 100% Full-height */
  width: 250px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: -250px;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  z-index: 2;
}

/* The navigation menu links */
nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
nav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
nav a:first-child {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
main {
  padding: 0;
}

header {
  padding: 120px 16px 90px 16px !important;
}

.nav__button--reveal {
  font-family: "Raleway";
  transition: opacity 2s;
  opacity: 0;
  width: 100%;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
  z-index: 1;
  transition: padding-left 0.5s, opacity 0.5s ease-in-out, visibility 0.5s;
  background: #111;
  color: #818181;
  border: none;
  box-shadow: 0px 0px 15px grey;
}

.nav__button--hover {
  cursor: pointer;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  nav {
    padding-top: 15px;
  }

  nav a {
    font-size: 18px;
  }
}
html {
  overflow-x: hidden;
}

h1 {
  font-family: "Raleway";
  margin: 0;
  line-height: 0.5;
  font-size: 44px;
}

header button {
  cursor: pointer;
}
header > h1 {
  margin-top: 20px;
  font-size: 25px;
}

main.w3-content {
  margin-top: 75px;
}

.cm-margin-top {
  margin: 0;
  margin-top: 7px;
}

/*# sourceMappingURL=common.css.map */
