* {
  line-height: 160%;
  font-family: roboto-regular, sans-serif;
}

html {
  max-width: 960px;
  margin: auto;
  font-size: 62.5%;
}

body {
  background-color: #f5f1ec;
  color: #141414;
  font-size: 1.7rem;
}

@font-face {
  font-family: roboto-regular;
  src: url(/typeface/roboto/roboto-regular.ttf);
}

#top-nav {
  background-color: #dddbd7;
  overflow: hidden;
}

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

#top-nav a {
  float: left;
  color: #1d1d1d;
  padding: 16px;
  text-decoration: none;
  font-size: 1.7rem;
}

#top-nav a:hover,
#top-nav a:focus {
  background-color: #bdbdbd;
}

#top-nav a#active {
  background-color: #363636;
  color: #fafafa;
}

h1 {
  color: #363636;
  text-align: center;
  margin: 30px;
  font-size: 4rem;
}

h2 {
  margin: 30px 20px 10px 20px;
  font-size: 2rem;
}

hr {
  color: #2d2d2d;
  margin: 5px;
}

p {
  margin: 5px 40px 30px 40px;
  font-size: 1.7rem;
}
p#centered {
  text-align: center;
  margin: 5px 20px 30px 20px;
  font-size: 1.7rem;
}

p#centered2 {
  text-align: center;
  margin: 30px 20px 30px 20px;
  font-size: 1.7rem;
}

#right-image {
  float: right;
  position: relative;
  top: 4px;
  margin: 20px;
  border: 2px solid #2d2d2d;
  max-width: 40%;
  height: auto;
}

@media (max-width: 600px) {
  #right-image {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 90%;
  }
}

img {
  display: block;
}

figcaption {
  text-align: center;
  font-size: 1.6rem;
}

footer p {
  margin-top: 20px;
  text-align: center;
}

#services-list {
  margin: 30px 40px;
  padding-left: 30px;
  list-style-type: disc;
  font-size: 1.7rem;
}

#services-list li {
  margin-bottom: 12px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 20px auto;
  max-width: 400px;
  background: #dddddd;
  padding: 30px 24px;
  border-radius: 8px;
}

form input,
form textarea,
form select {
  margin-bottom: 12px;
}

#submit-button {
  background-color: #656565;
  color: #fafafa;
  border: none;
  padding: 12px 24px;
  font-size: 1.7rem;
  font-family: roboto-regular, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}

#submit-button:hover,
#submit-button:focus {
  background-color: #6d6d6d;
}

a#submit-button {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
}
