html {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}

body {
  margin: 8px;
}

main {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0;
  text-align: center;
}

h1 {
  font-size: 6vw;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
  padding-top: 8vh;
}

.intro,
.name,
.app-link,
.footer {
  text-align: center;
}

.footer {
  padding-top: 5vh;
}

.footer p {
  padding-top: 2vh;
  margin: 0;
}

.fixed-image {
  width: 150px;
  height: 150px;
}

.dropshadow {
  border: solid 1px #ccc;
  box-shadow: 5px 5px 0 #999;
}

.hover-image {
  vertical-align: middle;
}

.hover-image:hover {
  border: solid 1px #ccc;
  box-shadow: 1px 1px 5px #999;
}

@media (min-width: 800px) {
  h1 {
    font-size: 48px;
  }
}
