body {
  background-color: #40407a;
  color: #40407a;
  font-family: Verdana, Arial, sans-serif;
  min-width: 900px;
  max-width: 1600px;
  margin: 0;
}

header {
  background-image: url(sunrise.jpg);
  background-color: #40407a;
  color: #fff;
  background-size: 100%;
}

nav {
  text-align: right;
  font-weight: bold;
  background-color: #fff;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-right: 1em;
}

nav a {
  text-decoration: none;
}

footer {
  font-size: small;
  font-style: italic;
  text-align: center;
}

li {
  font-size: 90%;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #f5f5f5;
  padding: 2em;
}

.home {
  height: 40vh;
  padding-top: 6em;
  padding-left: 8em;
  font-size: 120%;
  min-height: 300px;
}

.content {
  height: 200px;
  padding-top: 2em;
  padding-left: 8em;
  padding-bottom: 2em;
}

#mathero {
  height: 300px;
  background-image: url(yogamat.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#loungehero {
  height: 300px;
  background-image: url(yogalounge.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

h2 {
  margin: 0;
}
