.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
    margin: 0;
}

.white_content {
    display: none;
    position: fixed;
    top: 25px;
    bottom: 0;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 90%;
    padding: 25px;
    /* background-color: #FFF;  White */
    /* background-color: #191919;   Dark Grey */
    background-color: #ebe9e1;
    z-index: 1002;
    overflow: auto;
    border: 1px solid #0000;
    border-radius: 2px;
}

/* Main Section for displaying text and images  */
.about-section {
  padding: 30px 50px 40px 30px;  
  background-color: #232425; /* Colour to match Tabs   */
  margin: 10px 10px; /* Small distance from side   */
  border-radius: 25px; /* To match Images  */
}

.general-content-med {
/*    width: 50%; */
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
/*    color: #191919; */
    color: #ebe9e1;
}

.general-content {
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
    color: #0e0b0b;
    line-height: 25px;
}

a.general-content-med:hover {
  color: #ebe9e1;
}

/* unvisited link */
a.dark:link {
  color: #0e0b0b;
}

/* visited link */
a.dark:visited {
  color: #0e0b0b;
}

/* mouse over link */
a.dark:hover {
  color: #ebe9e1;
}

/* selected link */
a.dark:active {
  color: #0e0b0b;
}

/* place two DIVs next to each other */
.column {
  margin: 0px;
  text-align: center;
}
.column-sub {
  display: inline-block;
  vertical-align: middle;
}
