

/*about page:*/

.about {
  background-color: #204258;
  color: #b29278;
  font-family: Arial, Helvetica, sans-serif;
}

.aboutimg {
  max-width: 50%;
  height: auto;
  margin-left: 0px;
}

.hp-link {
  color: #bebdaa;
  text-decoration: underline;
}

.position {
  color: #bebdaa;
}

.firstparagraph {
  padding-top: 60px;
}

.topTitle {
  padding-top: 60px;
  padding-left: 10px;
}

p {
  padding-right: 10px;
  padding-left: 10px;
}

h2 {
  padding-left: 10px;
}

/*about page end.*/

img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
}
		
body {
	background-color: black;
	margin: 0;

}

.starsection {
  background-image: url('../../images/dev/page-004/stars.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.backgroundImage {
  background-image: url("../images/page-015/15-bkd.jpg");
  background-size: cover;
  margin: 0;

}

/*black bar*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    top: 0;
    width: 100%;
    position: fixed;
    text-decoration: none;
}

/*black bar*/


li {
    float: left;
    position: relative;
    left: 1%;
  	font-family: aw-conqueror-didot, serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 50px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

/*where's gretel?*/

.title {
  position: relative;
  top: 20px;  
  left: 75px;
  padding-right: 150px;
  font-family: anisette-petite,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: white;
  list-style-type: none;
}

/*where's gretel?*/

/*Narration text*/

.text-01 {
  color: white;
  font-size: 40px;
  position: relative;
  top: 700px;

}

/*Narration text*/

.grid-container01 {
  display: grid;
  grid-template-columns: auto;
  background-color: black;
}

.grid-container03 {
  display: grid;
  
  background-color: black;
}

.grid-container-single {
  display: grid;
  grid-template-columns: auto auto;
}

.grid-container01-temp {
  display: grid;
  grid-template-columns: auto;
}

.grid-container01top {
  display: grid;
  grid-template-columns: auto;
  padding-top: 71px;
  background-color: black;
}

.grid-container01top-transparent {
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 71px;
}

.grid-container01-transparent {

  display: grid;
  grid-template-columns: auto auto; 

}

.grid-container02 {
  display: grid;
  grid-template-columns: auto auto;
/*  padding-bottom: 0px;*/
  background-color: black;
}

.grid-container02top {
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 71px;
  background-color: black;
}

.grid-container-bkg {
  position: relative;
/*  top: 000px;*/
}

.grid-item {
  background-color: rgba(black);
  border: 0px solid rgba(black, 0);
  padding: 1px 2px 1px 2px;
  font-size: 1px;
}

.navBack {
	float: left;
	left: auto;
  font-size: 100px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 900;
  font-style: normal;
  list-style-type: none;1
}

.navBackAbout {
  float: left;
  left: auto;
  font-size: 100px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 900;
  font-style: normal;
  list-style-type: none;
  color: white;
}

.aboutButton {
  position: relative;
  padding: 0px;
  left: 10px;
  border: none;
  background: none;
}

.navForward {
  position: relative;
	float: right;
	left: auto;
  font-size: 100px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 900;
  font-style: normal;
  list-style-type: none;
}

.pageNumber {
  position: relative;
  text-align: right;
  right: -40px;
  top: 26px;
  padding-right: 60px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: white;
}

.navigations {
  position: relative;
  bottom: 20px;
  text-align: right;
  padding-right: 60px;
  font-family: aw-conqueror-didot, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: white;
}

/*MENU*/

.menu {
  display: inline-block;
  position: relative;
  right: 170px;
  bottom: 7px;
  cursor: pointer;
}

.bar1, .bar2, .bar3 { 
  width: 30px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.menuText {
  position: relative;
  padding-right: 20px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  color: white;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*Menu dropdown*/

.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: black;
}

.dropdown-content {
  display: none;
  position: fixed;
  top: 64px;
  left: 0px;
  background-color: black;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#select {
  color: #4b4b4b;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pageNumberText a:hover {background-color: #272727;}

.show {display: block;}

