

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: rgb(100, 100, 100);
    padding: 0px;
    margin: 0px;
    height:100%;
 
}

body :link,:visited
{
  color: rgb(80, 80, 80);
  text-decoration-line: none;
  font-weight: 500;
}
body :hover
{
  text-decoration-line: underline;
}


.aeb-story h1, .aeb-links h1  {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 100;
  margin: 50px 0px;
  }

  .aeb-story h2 {
    font-weight: 200; 
  }
  .aeb-story h3 {
    font-weight: 400; 
  }
.aeb-story-text {
  text-align: left;
  font-size: 18px;
  }
.aeb-story-text p {
  text-align: justify;
}

.aeb-story-text h2 {
  font-size: 22px;
}

.aeb-story-text {
  margin: 50px 5%;
}
.aeb-story .title-img
{
  max-width : 100%;
}
.aeb-column {
    float: left;
    width: 33.3%;
}

.aeb-story-text p,h2 {
  margin: 15px 25px;
}  
/* Clear floats after the columns */
.aeb-chapter:after {
  content: "";
  display: table;
  clear: both;
}

.aeb-links {
  padding: 50px 10%;
  background: transparent;
}

.aeb-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.aeb-links li {
  margin: 5px;
  padding: 5px 10px;
  background-color: whitesmoke;

}

.aeb-interstitial-parent {

}

.aeb-interstitial {
  width: 100%;
  height: 75%;
  min-width: 100%;
  min-height: 75%;
  max-width: 100%;
  max-height: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.aeb-force-page
{
  min-height:100%
}

.aeb-links {
  height:100%;
  margin:2px;
}

.aeb-max-height
{
  height : 100%;
  display: table-row;
  table-layout: fixed;
  box-sizing: border-box;
}

.aeb-vert-float
{
  margin: 5% 30%;
}
.aeb-vert-float img
{
  width: 100%;
}


.aeb-header div,table{
  background-color: gainsboro;
  color: gray;
  width: 100%;
  padding: 0px;
  margin: 0px;
  table-layout: fixed;
  vertical-align: middle;
}
.aeb-header td:last-child{
  text-align: right;
}
.aeb-header td:nth-child(2) {
  text-align: center;
}

.aeb-footer{
  background-color: gainsboro;
  color: gray;
  width: 100%;
  padding: 0px;
  margin: 0px;
  table-layout: fixed;
  vertical-align: middle;
}

.aeb-inlineimg {
  width :70%;
  position: relative;
  margin: auto;
}

.aeb-inlineimg .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width : 100%;
  background-color: black;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0.0;
 
}
.aeb-inlineimg .title:hover
{
  opacity: 1.0;
  transition: opacity 400ms;
}
.aeb-inlineimg img{
  width :100%;
  margin: auto;
}

.aeb-navbar
{
  background: transparent;
  color: white;
  width : 20%;
  height : 100%;
  box-sizing: border-box;
  z-index: 255;
  position: fixed;
  right:98%;
}
.aeb-navbar ul {
  list-style-type: none;
  text-align: left;
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.aeb-navbar li {
  background-color: rgb(79, 124, 138);
  color: white;
  margin: 5px 0px;
  padding: 10px 15%;
}
.aeb-navbar :link, .aeb-navbar :visited {
  color: white;
}
.aeb-navbar:hover{
  right:80%;
  transition: right 400ms;
}

.aeb-navbar .hotspot {
  width : 10%;
  height : 100%;
  float : right;
  color: black;
  position: relative;

}

.aeb-navbar .hotspot img{
  width:100%;
  top:30px;
  left :-1px;
  position: absolute;
}
.aeb-navbar .content {
  background: transparent;
  background-color: rgb(77, 77, 77);
  width : 90%;
  height : 100%;
  float:  left;
}

.aeb-navbar .content img{
  width:20%;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on portrait screens */
@media screen and (orientation: portrait)  {
  .aeb-column {
    width: 100%;
  }
  .aeb-inlineimg {
    width :50%;
  }
.aeb-navbar .content 
  {
    width : 95%;
  }
.aeb-navbar .hotspot 
  {
    width : 5%;
  }    
  .aeb-navbar
{
  width : 90%;
  right : 96%;
  font-size-adjust: 100%;
}
  .aeb-navbar:hover{
    right:10%;
  }
  .aeb-interstitial {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
} 