body {
  margin: 0;
}


/* Style the headings and text */

h1 {
  color: black;
  font-family: "Lato", sans-serif;
}

h2 {
  color: rgb(50, 50, 50);
  font-family: "Lato", sans-serif;
  font-weight: 100;
  line-height: 10px;
}

p {
  color: rgb(100, 100, 100);
  font-family: droid-serif, serif;
}

/* Alignment classes */

.textcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* Style the side navigation */

.sidenav {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidenav img {
  width: 100px;
  height: 100px;
  padding: 10px
}

.sidenav nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 0;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
}

.sidenav li {
  text-align: center;
}

.sidenav a {
  font-size: 12px;
  text-align: center;
  color: rgb(100, 100, 100);
  font-family: "Lato", sans-serif;
  text-decoration: none;
}


/* Side navigation links */
.sidenav nav img {
  width: 20px;
  height: 20px;
  padding: 10px 50px;
}


/* Style the main body */

.mainbody {
  margin-left: 120px;
  position: relative;
}

.headerpadding {
  padding: 30px 30px 0 30px;
}

.bodypadding {
  padding: 30px;
}


/* Style the top navigation */

.topnav {
  margin: 0;
}

.topnav nav {
  position: absolute;
  right: 0px;
  padding: 20px;
}

.topnav ul {
  list-style-type: none;
}

.topnav li {
  padding: 0 40px;
  display: inline;
}

.topnav a {
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  color: rgb(25, 25, 25);
  font-family: "Lato", sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
}


/* Main image */
.mainbody img {
  width: 95%;
}
  
/* Main image overlay */
.image-centered {
  margin-left:0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Style the footer navigation */

footer {
  background-color: lightgray;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:920px) {

}
