body {
  background-color: black;
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: #fdf502;
}

::selection {
  color: black;
  background: #fdf502;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: white;
    margin-top: 10px;
    margin-bottom: auto;
    margin-right: 100px;
    margin-left: 100px;
}

h2 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
    font-size: 12px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5;
    margin-right: 50px;
    margin-left: 620px;
}

p {
    font-family: 'Roboto Mono', monospace;
    color: white;
}

.timeZones {
  width: auto;
  height: 20px;
  margin-top: 0px;
  padding-left: 33.5%;
  vertical-align: top;
}

.row {
  width: auto;
  height: 20px;
  margin-top: 0px;
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  vertical-align: top;

}
.block {
  width: 225px;
  height: 20px;
  float: left;
  margin-top: 0px;
  vertical-align: top;
  float: left;
}

.normalTitle {
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

.normalSubTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 21px;
  margin-right: 150px;
  margin-left: 150px;
  padding-top: 50px;
  padding-bottom: 0px;
  text-decoration: underline;
}

.normalBody {
  font-weight: 500;
  font-size: 21px;
  margin-right: 150px;
  margin-left: 150px;
}

.strongBody {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 21px;
  margin-right: 150px;
  margin-left: 150px;
}

.strongTitle {
  font-weight: 900;
}

.verytiny {
  font-weight: 500;
  font-size: 12px;
  margin-top: 0px;

}

.footNote {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: white;
  margin-top: 20px;
  margin-right: 140px;
  margin-left: 620px;
}

.generalLink:link {
  font-family: 'Roboto', sans-serif;
  color: black;
  background: #fdf502;
}

.generalLink:visited {
  color: black;
  background: #fdf502;
}

.generalLink:hover {
  color: black;
  background: #fdf502;
}

.generalLink:active {
  color: black;
  background: #fdf502;
}

.quoteText {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: white;
  margin-top: 10px;
  margin-bottom: auto;
  margin-right: 230px;
  margin-left: 200px;
  line-height: 150%;
}

.imgStyle {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: white;
  margin-top: 40px;
  margin-bottom: auto;
  margin-right: 230px;
  margin-left: 200px;
  line-height: 150%;
}

.sum {
  display: block;
  white-space: pre-wrap;
  margin-left: 20%;
  color: white;
}

.imgCaption {
  display: block;
  white-space: pre-wrap;
  margin-left: 20%;
  color: white;
  text-align: left;

}




/* The sidebar menu */
.sidebar {
 height: 100%; /* 100% Full-height */
 width: 0; /* 0 width - change this with JavaScript */
 position: fixed; /* Stay in place */
 z-index: 1; /* Stay on top */
 top: 0;
 left: 0;
 background-color: #111; /* Black*/
 overflow-x: hidden; /* Disable horizontal scroll */
 padding-top: 60px; /* Place content 60px from the top */
 transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
 font-family: 'Roboto Mono', monospace;
 padding: 8px 8px 8px 20px;
 text-decoration: none;
 font-size: 14px;
 color: #818181;
 display: block;
 transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
 color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
 position: absolute;
 top: 0;
 right: 70px;
 font-size: 36px;
 margin-left: 0px;
}

/* The button used to open the sidebar */
.openbtn {
 font-size: 20px;
 cursor: pointer;
 background-color: black;
 color: white;
 padding: 10px 15px;
 border: none;
 position: fixed; /* Stay in place */
 z-index: 0; /* Stay on top */
 top: 10px;
}

.openbtn:hover {
 background-color: #fdf502;
 color: black;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
 transition: margin-left .5s; /* If you want a transition effect */
 padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 820px) {
 .sidebar {padding-top: 55px;}
 .sidebar a {font-size: 21px;}
 .openbtn {padding: 5px 10px;}
 .verytiny {margin-left: 0px; margin-right: 0px; font-size: 7px;}
 .timeZones {margin-left: 28px; padding-left: 1%; margin-right: 0px; font-size: 7px;}
 .block {width: 135px;}
 .footNote {font-size: 11px; margin-top: 20px; margin-right: 5px; margin-left: 70px;}
 h1 {font-size: 21px; margin-top: 10px; margin-bottom: auto; margin-right: 5px; margin-left: 21px;}
 .normalBody {font-size: 14px; margin-right: 5px; margin-left: 35px;}
 .strongBody {font-size: 14px; margin-right: 5px; margin-left: 35px;}
 .normalSubTitle {font-size: 14px; margin-right: 5px; margin-left: 35px; padding-top: 5px;}
 .quoteText {font-size: 11px; margin-top: 10px; margin-bottom: auto; margin-right: 5px; margin-left: 35px; line-height: 150%; width: 80%;}

}
