*{

  margin: 0;
  padding:0;
}

body {
  color: #212b36;
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    overflow-x: hidden;
}

/*__________________________________________________________________________________________*/

.Background_grey {

  /*background-image: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);*/
  height:auto;
  /*margin-bottom: 100px;*/
}

.Background_white {
  background-color: #fafafa;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  max-width: 100%;
  margin: 0 auto;
}

.Background_footer {
  background-color: #fafafa;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  max-width: 90%;
  margin: 0 auto;
}

.Background_post {
  background-color: white;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 100px;
}


/*__________________________________________________________________________________________*/


.hamburger-container{
  z-index: 20; /*give this a z index so that it remains on top and will be clickable above the overlay  */
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 5vw;

  /*border: 1px solid #212b36;*/
}


#top_bun {
  
  width: 30px;
  height: 3px;
  background-color: #212b36;
  margin-bottom: 4px;
  position: relative;
  border-radius: 2px;

}

#bottom_bun {

  width: 30px;
  height: 3px;
  background-color: #212b36;
  position: relative;
  border-radius: 2px;

}

.hamburger-container div{
/*  will be used in js transformation */
  transition: 0.5s;
}

/* OVERLAY STYLING */
#overlay{

  display: grid;
  grid-template-columns: 1fr;
  height:0vh;
  width: 100vw;
  position:fixed; /* fixed position so if the page is scrollable, this still remains in the same position */
  z-index: 10; /* z index so its above the main webpage, yet under the hamburger icon */
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: 0.4s;
  padding-left: 15%;
  padding-right:15%;
}

#overlay nav{
  transition: 0.4s;
  margin-top: -25vh;
}


#overlay li{
  list-style-type: none;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

#overlay li a{
    text-decoration: none;
    color: #212b36;
    font-size: 30px;
}


/*__________________________________________________________________________________________*/


/*.Nav div {

  border: 1px solid #212b36;
}

.Nav a {

  border: 1px solid #212b36;
}*/


    /*border: 1px solid #212b36;*/

/* .buttonblack_nav {

  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 18px;
  line-height: 18px;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
  color: #000000;
    font-family: Futura;
    border-radius: 9px;
    background-color: rgba(0, 0, 0, 0.1);
 }*/

 .gridContainer{

  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  /*grid-row-gap: 150px;*/
}



.Nav {

  display:grid;
  grid-template-columns: 9fr 1fr;
  grid-column-gap: 20px;
  grid-template-rows: 100px;
 /* margin-bottom: 100px;*/


}

#Logo {

    color: #212b36;
    font-size: 40px;
    line-height: 50px;
    font-family: Futura;
    font-weight: 300;
    padding-top: 25px;
    z-index: 20;

    }



/*__________________________________________________________________________________________*/


 .Code_Exercise {

  display:grid;
  grid-template-columns: 1fr;

 }

 #Code_Exercise {

  color: white;
  background-color: #F58D8E;
  font-size: 22px;
  text-align: center;
  font-family: Futura;
  font-weight: 100;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 40;


 }


 /*__________________________________________________________________________________________*/

 .PostHeadline {

  margin-top: 50px;
  margin-bottom: 15px;
 }

 .PostSubHeadline {

  margin-bottom: 50px;
 }
 
/*__________________________________________________________________________________________*/




.LineHori {

display: grid;
grid-template-columns: 1fr;
height:1px;
background-color:#d8d8d8;


}


.Footer {

  display:grid;
  grid-template-columns:  46fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-template-rows: 100px

}

.Footer a {

  padding-top: 40px;
  text-align: right;


}

/*.Footer div {

  padding:20px;
  border: 1px solid #212b36;

}*/

/*.Footer a {

  border: 1px solid #212b36;

}*/


/*__________________________________________________________________________________________*/


img {

  width: 100%;
}





h1 {
    width: 400px;
    height: 40px;
    color: #212b36;
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

h2 {
    width: 372px;
    height: 104px;
    color: #9b9b9b;
    font-family: Futura;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
}

h3 {

    width: auto;
    height: auto;
    color: #212b36;
    font-family: Futura;
    font-size: 28px;
    font-weight: 700;
}

h4 {

    width: auto;
    height: auto;
    color: #9b9b9b;
    font-family: Futura;
    font-size: 28px;
    font-weight: 500;
}

h5 { 

    /*width: 73px;
    height: 18px;*/
    color: #212b36;
    font-family: Futura;
    font-size: 22px;
    padding-top: 10px;
    font-weight: 500;
    /*padding-top: 10px*/
}

h6 {

  color: #212b36;
  font-family: Futura;
  font-size: 20px;
  font-weight: 400;
  padding-top: 8px;
  /*margin-top: 20px;*/
  margin-bottom: 20px;
}

p { 
    width: auto;
    height: auto;
    color: #9b9b9b;
    font-family: Futura;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    line-height: 2;
  }

  ul {
    list-style-type: square;
    list-style-position: inside;
  }

 li {

    /*width: 39px;*/
    height: auto;
    color: #9b9b9b;
    font-family: Futura;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-align: justify;
    line-height: 2;
  }

  a {

    text-decoration: none;
    color: #212b36;
    font-size: 20px;
    line-height: 20px;
    font-family: Futura;
    font-weight: 700;
    padding-top: 25px;
    text-align: right;
  }



 
 