body {
  padding-left: 2%;
}

/* text decoration */

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

/* header stuff */
.header {
  width:100%;
  height:auto;
  overflow:hidden;
}

.headerl img {
  height: 100%;
  width: auto;
}

.headerr {
  float:right;
  text-align: left;
}

.media img {
  float: right;
  margin-top: 2em;
  margin-right: 2em;
  width: 50px;
  height: auto;
}

/*Menu stuff */

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

.headerr li {
  pading-left:2em;
  padding-right:2em;
  padding-top: 10%;
  float:left;
}

.headerr li a {
  color: black;
  text-decoration: none;
}

/* footer stuff */
.footer {
  height:10%;
  background-color: grey;
}

.footertext {
  font-size: 0.8em;
  padding-top: 10px;
  padding-left: 20px;
  color: lightgrey;
  vertical-align: middle;
}

/*colorful text*/
.redtext {
  color: red;
}
.greentext {
  color: green;
}
