* {
    margin: 0;
  }

body {
  background-color:ghostwhite;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.splash-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
}

.page-heading {
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  color: cadetblue;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 40px;
}

.sub-heading {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  color: cadetblue;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
}


.sub-heading a {
    color: black;
    font-style: italic;
}

figure {
    margin: 0;
    padding: 0;
}


.splash-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}


img {
  display: block;
 /* padding: 35px; */
  margin: auto;
 /* width: 75%;
  height: 75%;
  */
}

#start {
  float: none;
  padding-top: 40px;
}

/* #features{
  padding: 75px 0px 35px 150px;
  margin-left: 12%;
  margin-right: 0;
  width: 20%;
}
 */
#features ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 20px 0 40px;
  font-size: 20px;
}

#features li {
  margin-bottom: 10px;
}


/* #features ul li{   
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  width: 95%;
  padding-right: 0;
}
 */
.splash-image {
  margin: 40px auto;
  text-align: center;
}

.splash-image img {
  padding: 0 !important;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  overflow: visible;
}



/***************************** navigation menu */
a {
  text-decoration: none;
}

#nav_home {
  background-color: #D3D3D3;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 10px 0px 10px 70px;
  /* margin-top: 25px; */
}

#nav_home ul {
  /* padding-top: 20px; */
  height: 50px;

}

#nav_home > ul > li:not(:last-child) {
  border-right: 1px solid black;
}
 
#nav_home ul li {
  float: left;
  list-style: none;
  position: relative;
}

#nav_home ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
	/* color: #1e1e1e; */
  color: darkred;
  font-weight: bold;
	padding: 0px 10px;

}

#nav_home ul li ul {
	display: none;
	position: absolute;
	background-color: white;
	padding: 5px;
	border-radius: 0px 0px 4px 4px;
}

#nav_home ul li:hover ul {
	display: block;
  height: auto;
  width: 14rem;
}

#nav_home li:hover {
  background-color: #f3f3f3;
}

/* add drop down arrow to menu */
#changes::after,
#system::after,
#environment::after,
#manuals::after {
  content: "\25BE";
}

/* submenu */
#nav_home ul li ul li {
  width: 220px;
	/* border-radius: 4px; */
}

/* .group {
  border-bottom: 3px solid lightgray;
}
 */
#nav_home ul li ul li a  {
	padding: 8px 14px;
}

#nav_home ul li ul li a:hover {
	background-color: #f3f3f3;
}

/************************************* footer */
footer {
clear: both;
background-color: lightskyblue;
border-top: 2px solid black;
padding: 2px;
width: 100%;
bottom: 0;
} 

footer p {
	font-size: 1em;
	text-align: center;
  padding-bottom: 2px;
  margin: 0;
}

/* portrait */
@media only screen and (max-width: 361px) {

  #nav_home ul li:hover ul {
    display: block;
    height: auto;
    width: 8rem;
  }
  
  .page-heading, .sub-heading {
    padding-top: 15px;
  }
  
  #hephaestus-definition p {
    width: 95%;
    font-size: .75em;
    padding: 3px;
  }

  #nav_home {
    background-color: ghostwhite;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    padding: 10px 0px 10px 20px;
  }

  #nav_home ul {
    padding-top: 0px;
    padding-left: 5px;
  }

  #sample {
    display: none;
  }

  #start {
    display: none;
  }

  .page-heading, .sub-heading {
    font-size: 1.5em;
  }
}

/* landscape */
@media only screen and (max-width: 740px) {

  #nav_home {
    background-color: ghostwhite;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    padding: 10px 0px 10px 0px;
  }

  #nav_home ul li:hover ul {
    display: block;
    height: auto;
    width: 9rem;
  }

  #nav_home ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    /* color: #1e1e1e; */
    color: darkred;
    font-weight: bold;
    padding: 0px 10px;
  
  }
  
  #hephaestus-definition p {
    width: 95%;
    font-size: .75em;
    padding: 3px;
  }
  
  #nav_home ul {
    padding-top: 0px;
    padding-left: 5px;
  }

  #sample {
    display: none;
  }

  #start {
    display: none;
  }

  .page-heading, .sub-heading {
    font-size: 1.5em;
  }
}
