/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');



body {
  background-color: white;
  background-image:url(HatshepsutIcons.svg);
  background-size:cover;
  background-position: center 400px;
  font-family: "Open Sans", sans-serif; 
  font-size: 18px;
  margin: 0;
  color: #444;
}

nav { 
  width: 100%; 
  text-align: center; 
  padding: 10px 10px; 
  position: fixed;
  left:0;
  top:0;
  background-color: rgb(242, 184, 25);
  font-family: "Nunito";
}

h1 {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
}

#title {
  width:100%;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 10vw;
  position: relative;
  color: #fcfcfc;
  font-family: "charmonman", cursive;
  
}

.scroll {
  text-decoration: none;
  color: #f4eaea;
  
}

#banner {
  background-image: url("splash%20photo.jpg");
  width: 100%;
  height: 50vw;
  padding: 0 auto;
  background-position: center;
  background-size: cover;
      margin: 0;
  padding: 0;
  border: 0;
}

#beginnings, #rise, #reign, #end {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 60vh;
  padding: 3em 3em;
}

#rise, #end {
  background-color: rgba(253, 250, 246, 0.48);
}

.righter{
  float: right;
  margin-left: 20px;
}

.lefter{
  float: left;
  margin-right: 20px;
}


.righttext {
  width: 50%;
  float: right;
  
}