nav a {
    text-decoration: none;
    display: inline-block;
  }
  span.bar {
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 8px;
    background: #fff;
  }
  span.bar.navigateBar {
    background: #2EB4B0;
  }
  #togg_menu {
    border: none;
    cursor: pointer;
    text-align: right;
    right: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    width: 50px;
    height: 50px;
    top: 15px;
  }
  .faStyle{
    position: absolute;
    right: 21px;
    z-index: 0;
    color: black;
    top: 24px;
  }
  .faStyle.navFa{
    color:black;
  }
  #togg_menu:focus ~ header > .megaMenu {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  header .megaMenu {
    transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    width: 250px;
    height: 100%;
    padding-top: 50px;
    z-index: 100;
    box-shadow: 0px 5px 10px rgba(0,0,0,.3);
  }
  header .megaMenu li {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border-left: 5px solid transparent;
  }
  header .megaMenu li a {
    text-align: left;
    color: #777777;
    padding: 15px 2em;
    border-bottom: 1px solid #ccc;
    background: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
 
  header .biggie {
    transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    list-style-type: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding-top: 50px;
    background: #fff;
    z-index: -1;
  }
  .stuff:hover > .biggie {
    transform: translateX(252px);
    -ms-transform: translateX(252px);
    -o-transform: translateX(252px);
    -webkit-transform: translateX(252px);
    -moz-transform: translateX(252px);
  }
  main {
    margin: 50px auto;
    width: 60%;
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    text-align: center;
  }