.dropdown {
  color: white;
  font-size: 1em;
  text-decoration: none;
  width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center;
  display: inline-block; 
 }
    .tooltip {
   position: relative;
   display: inline-block; 
 }
 .tooltiptext {
  visibility: hidden;
  background-color: white;
  color: black;
  text-align: center;
  padding: 3px 3px;
  border-radius: 6px;
  position: absolute;
  left: 15%;
  right: 15%;
  top: 85%;
  z-index: 1;
 }
 .tooltip:hover .tooltiptext {
   visibility: visible;
 }
 .dropdown-content {
   display: none;
   color: white;
   text-align: center;
   position: absolute;
   background-color: rgba(50,50,50,.5);
   width:20%;
   overflow: hidden;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
   z-index: 1;
   border:solid black 1px;
 }
  .dropdown-content a {
    color: black;
    text-align:left;
    text-decoration: none;
    padding-left: 35%;
    padding-right: 45%;
    display: inline-block;
  }
  .dropbtn {
    background-color: rgba(50,50,50,.5);
    font-family: "Times New Roman";
    font-size: 1.1em;
    color: white;
    padding-bottom: 14px;
    padding-top: 18px;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
  }
  .dropbtn:hover {
      background-color: rgba(128,0,0,0.5);
      color: white;
  }
  .show {display:block;}
 .topnav {
  width:100%;
  background-color: rgba(50,50,50,.5);
  overflow:auto;
  font-size: 1.25em;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  padding-bottom: 18px;
  padding-top: 18px;
  background-color: rgba(50,50,50,.5);
  text-decoration: none;
  width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgba(128,0,0,.5);
  color: white;
}

/* Add a color to the active/current link */  
.topnav a.active {
  background-color: rgba(51,0,0,.5);
  color: white;
}
    body {
  background-image: url(mansion.png);
  background-repeat: no-repeat;
background-size: cover;
  color: white;
  font-family: "Times New Roman";
  font-size: 1.25em;
}
#navbar {
    position: relative;
    text-align: center;
    border: 2px solid black;
    }
      aside {
  width: 27.5%;
  font-size:smaller;
      }
      main{      
  margin-left: 0;
  width: 60%;
  font-size:smaller;
      }
#flex {
  display:flex;
  margin-top:30px;
  }
container {
  width=70%
  }
.box1 {
  background-color:rgba(60,60,60,.75);
  text-align: left;
  border: solid black 2px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.box0 {
  background-color:rgba(60,60,60,.75);
  text-align: left;
  border: solid black 2px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-top: -2px;
}
.expo {
  text-indent:0px;
  color:white;
  background-color:rgba(100,100,100,.5);
}
p {
  text-indent:10px;
  text-size: 1.25em;
}
a {
color:white;
}
h1 {
  text-size: 2.5em;
  margin-bottom:-5px;
}
h2 {
  text-size; 2.0em;
  margin-bottom: -5px;
}
h3 {
  text-size;1.75em;
  margin-bottom:-5px;
}
h4 {
  text-size;1.5em;
  margin-bottom:-5px;
}