body{
  background: #1a1a1a;
  margin: 0px;
}

h1{
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 30px;
  line-height: 1.2em;
}

h2{
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 55px;
  text-align: center;
  margin-bottom: 20px;
}

p{
  font-family: 'Jost', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 20px;
}
a{
  text-decoration: none;
  font-family: Jost, sans-serif;
}
/** ========== Header ============**/
#logo{
  width: 100px;
  margin: 12px 0px 0px 20px;
}

#toggle{
  display: none;
  min-width: 20%;
}
header{
  background: #4d4d4d;
}
#navBar{
  list-style: none;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
nav{
  float: right;
}
nav #navBar{
  text-align: center;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 20px;
}

ul#navBar li {
  display: inline-block;
  margin-left: 50px;
  font-size: 30px;
}
.navLinks{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: normal;
}
/** =================== Hero ============**/
#hero{
  /** use rgba color for opacity: **/
background-color: pink;
height: 100%;
background-image: url(images/andrew-coelho-aL7SA1ASVdQ-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;

}

.heroText{
  text-align: center;
  font-size: 100px;
  margin-top: 0px;
  margin-bottom: 0px;

}

.heroSubText{
  text-align: center;
  font-size: 54px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.heroButton{
  background-color: #f5d001;
  font-size: 40px;
  padding: 15px 32px;
  border: none;
  margin-bottom: 30px;
}

#heroLink{
  color: black;

}

#buttonCenter{
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

/** =================== PAGES ============**/
.wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
#pages{
  margin: 10px;
  text-align: center;
}
.pageImg{
  width: 500px;
}
.Images{
  max-width: 100%
}
/*#ImageTributes{
  width: 947px;
  height: 357px;
  background-image: url(images/andrew-neel-JBfdCFeRDeQ-unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#ImagePhotos{
  width: 947px;
  height: 357px;
  background-image: url(images/marek-piwnicki-_MQzHE87gdM-unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#ImageHistory{
  width: 947px;
  height: 357px;
  background-image: url(images/mark-olsen-mDBuvcuumfY-unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
*/
.pageLinks{
  color: #f5d001;
  font-family: 'Jost', sans-serif;
  font-weight: normal;
}
.button{
  background-color: #f5d001;
}

/** ========== Form ============== **/
form{
  display: flex;
  justify-content: center;
  align-items: center;
}
#formSubtitle{
  text-align: center;
}
input[type=text]{
  width: 45%;
  padding: 17px;
}

#sendButton{
  background-color: #f5d001;
  margin-left: 15px;
  padding: 15px 32px;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 17px;


}

/** ========== FOOTER ============== **/
footer{
  background:#4d4d4d;
  width: 100%;
  position: absolute;
  margin-top: 50px;
}

#copyright{
  padding-top: 15px;
  margin-left: 15px;
  float: left;
}
ul.social li{
  display: inline-block;
}
.social{
  color:white;
  list-style: none;
  float: right;
}
ul.social{
  padding-top: 20px;
  padding-right: 15px;
}
.social a{
  color: white;
  display: inline-block;
}

a.facebook{
  padding-right: 10px;
}

.footerNav{
  display: none;
}

/** ========== MEDIA QUERYS ============== **/
@media screen and (max-width: 738px) {
  #toggle{
    float: right;
    display: block;
    width: 100px;
    margin-top: 10px;
  }

  ul#navBar{
    display: none;
  }

  #pages{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  p{
      font-size: 3vw;
  }

  .footerNav{
    display: flex;
    list-style: none;
    flex-direction: column;
    text-align: center;
  }
.footerNav a{
  color: white;
}

}/** End media 596px **/
