/*OVERALL*/
body {
  background-color: #474747;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.7em;
}
#skip {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: black;
  background-image: url(images/Stripes.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 2em;
}
#wrapper {
  width: 80%;
  max-width: 800px;
  min-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
/*SECTIONS*/
header {
  background-color: #d81885;
  background-image: url(images/PinkStripes.png);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.5em;
  text-align: center;
  padding: 5px;
  border-radius: 2em;
}
.hero {
  height: 200px;
  background-color: grey;
  background-image: url(images/RMbanner.png);
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  border-radius: 2em;
}
/*NAV START*/
nav {
  font-size: 1.5em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 1em;
  font-weight: bold;
  background-color: black;
  background-image: url(images/Stripes.png);
  background-position: center;
  background-size: cover;
}
nav ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
nav li {
  display: inline-block;
  padding: 3%;
}
/*NAV END*/
#divWrapper {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px;
  border-radius: 2em;
}
h2 {
  color: white;
  background-color: #d81885;
  background-image: url(images/PinkStripes.png);
  background-position: center;
  background-size: cover;
  padding: 10px;
  margin-top: 0;
  border-radius: 2em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 2em;
  text-align: center;
}
h3 {
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.3em;
}
dt {
  font-weight: bold;
  color: #a51266;
}
.topImage {
  width: 100%;
  border-radius: 2em;
}
.float {
  width: 40%;
  border-radius: 2em;
  float: right;
  margin: 20px;
}
.floatsm {
  width: 30%;
  border-radius: 2em;
  float: right;
  margin: 20px;
}
.topic {
  font-weight: bold;
}
.credit {
  font-size: small;
  font-style: italic;
}
footer {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 10px;
  background-color: black;
  background-image: url(images/Stripes.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 2em;
}
/*LINKS*/
a {
  text-decoration: none;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  background-color: #5c5700;
  border-radius: 10px;
}
a.foreground:link {
  color: #8a0f55;
}
a.foreground:visited {
  color: #8a0f55;
}
a.foreground:hover {
  background-color: rgb(255, 213, 233);
}
