*{

  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_projects {
  background-color: white;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  max-width: 75%;
  margin: 0 auto;
}


/*__________________________________________________________________________________________*/


.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: 10px;


}

#Logo {

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

    }






/*__________________________________________________________________________________________*/

 .Greeting {

  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  /*border: 1px solid #212b36;*/
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  padding-left:20%;
  padding-right:20%;
 }

 #greetingText {

  color: #212b36;
    font-size: 40px;
    text-align: center;
    text-orientation: center;
    font-family: Futura;
    font-weight: 500;
 }

 .Monkey {

  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
 /* border: 1px solid #212b36;*/
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left:20%;
  padding-right:20%;
  font-size: 80px;
  text-align: center;
 }


/*__________________________________________________________________________________________*/


 .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;


 }


 /*__________________________________________________________________________________________*/

 
 .Projects {

  display:grid;
  grid-template-columns: 1fr 1fr;
 /* grid-template-rows: repeat(4,35vw);*/
  grid-gap: 20px;
  margin-bottom: 100px;
  text-align: left;
/*  transition: padding 10s ease;*/

 }

 /*______________________________________________*/

 .Post1 {
   transition-timing-function: ease-in-out;
 }

 .Post1Img{
    transition: padding 0.5s ease;
 }

div .Post1Img:hover {
  padding:10px;

}

 /*______________________________________________*/

 .PostMore {
   transition-timing-function: ease-in-out;
 }

 .PostMoreImg{
    transition: padding 0.5s ease;
 }

div .PostMoreImg:hover {
  padding:0px;

}


 /*______________________________________________*/

 .Post2 {
   transition-timing-function: ease-in-out;
 }

 .Post2Img{
    transition: padding 0.5s ease;
 }

div .Post2Img:hover {
  padding:10px;

}

 /*______________________________________________*/

 .Post3 {
   transition-timing-function: ease-in-out;
 }

 .Post3Img{
    transition: padding 0.5s ease;
 }

div .Post3Img:hover {
  padding:10px;

}


 /*______________________________________________*/

 .Post4 {
   transition-timing-function: ease-in-out;
 }

 .Post4Img{
    transition: padding 0.5s ease;
 }

div .Post4Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post5 {
   transition-timing-function: ease-in-out;
 }

 .Post5Img{
    transition: padding 0.5s ease;
 }

div .Post5Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post6 {
   transition-timing-function: ease-in-out;
 }

 .Post6Img{
    transition: padding 0.5s ease;
 }

div .Post6Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post7 {
   transition-timing-function: ease-in-out;
 }

 .Post7Img{
    transition: padding 0.5s ease;
 }

div .Post7Img:hover {
  padding:10px;

}


/*______________________________________________*/

 .Post8 {
   transition-timing-function: ease-in-out;
 }

 .Post8Img{
    transition: padding 0.5s ease;
 }

div .Post8Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post9 {
   transition-timing-function: ease-in-out;
 }

 .Post9Img{
    transition: padding 0.5s ease;
 }

div .Post9Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post10 {
   transition-timing-function: ease-in-out;
 }

 .Post10Img{
    transition: padding 0.5s ease;
 }

div .Post10Img:hover {
  padding:10px;

}

/*______________________________________________*/

 .Post11 {
   transition-timing-function: ease-in-out;
 }

 .Post11Img{
    transition: padding 0.5s ease;
 }

div .Post11Img:hover {
  padding:10px;

}


 
/*__________________________________________________________________________________________*/




.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: 400px;
    height: 37px;
    color: #212b36;
    font-family: Futura;
    font-size: 28px;
    font-weight: 700;
}

h4 {

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

h5 { 

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

h6 {

  color: #9b9b9b;
  font-family: Futura;
  font-size: 20px;
  font-weight: 400;
  padding-top: 8px;
  margin-bottom: 20px;
}

p { 
    width: 73px;
    height: 18px;
    color: #212b36;
    font-family: Futura;
    font-size: 14px;
    font-weight: 500;
  }

 li {

    width: 39px;
    height: 14px;
    color: #9b9b9b;
    font-family: Futura;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;

  }

  a {

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