#mainContent {
  padding-left: 210px;
}

body {
  color: #000000;
  background-color: #cfd8dc;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Garamond";
  font-size: 250%;
  text-decoration: underline;
}

h1.main-title {
  font-size: 400%;
  text-align: center;
  text-decoration: none;
}

h1.main-title-comic {
  font-size: 375%;
  text-align: center;
  text-decoration: none;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

h2 {
  font-family: "Trebuchet MS";
  font-size: 125%;
}

h3 {
  font-family: "Garamond";
}

h4 {
  font-family: "Trebuchet MS";
}

h5 {
  font-family: "Garamond";
}

a {
  color: #2c609e;
  transition: 0.5s;
}

a:hover {
  color: #4d96c1;
  transition: 0.25s;
}

body table {
  border-collapse: collapse;
}

body th,
td {
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
}

hr {
  border: 2px solid #000000;
}

.sidenav {
  height: 100%;
  width: 1;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #90a4ae;
  transition: 0.5s;
  border-style: ridge;
  border-width: 5px;
}

.sidenav a,
.dropdown-button {
  padding: 8px 32px 16px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  border: none;
  background: none;
  display: block;
  text-align: center;
  transition: 0.5s;
  font-family: "Trebuchet MS", sans-serif;
}

.sidenav a:hover,
.dropdown-button:hover {
  color: #ffffff;
  background-color: #607d8b;
}

.sidenav .active {
  background-color: #cfd8dc;
}

.activebutton {
  background-color: #607d8b;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #78909c;
}

.home-intro {
  text-align: center;
}

.p-container {
  padding: 20px;
  width: 90%;
}

div.bodypar {
  display: inline-block;
}

#topPictures {
  text-align: center;
}

ul li {
  line-height: 200%;
}
