* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to right, black, rgb(66, 66, 66), black);
  color: #FFFFFF;
  font-family: 'Courier', 'Verdana', sans-serif;
  width: 1000px;
  margin: 0 auto;
  height: auto;
  font-size: 21px;
}

#nav {
  position: relative;
  height: 70px;
  width: 1000px;
  font-size: 2em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  word-spacing: 3px;
}

.topnav {
  overflow: hidden;
  font-family: 'Antonio', sans-serif; 
  background-color: #969696;
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 1;
}

.topnav .logo {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-family: 'Antonio', cursive;
  color: #ffffff;
}

.topnav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Aldrich', sans-serif;
}

.topnav a:hover {
  color: white;
  text-shadow: 0 0 5px #39FF14; 
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

#page1 {
  margin-top: 0;
  width: 1000px;
  background: #ffffff;
  height: auto;
}

#page2 {
  width: 1000px;
  background: #000000;
  padding: 50px 30px 0 30px;
  font-family: 'Courier', 'Verdana', sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  height: auto;
}

#page3 {
  width: 1000px;
  background: #000000;
  padding: 50px 30px;
  font-family: 'Courier', 'Verdana', sans-serif;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  height: auto;
  margin: 0 auto;
}

.aft {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-family: 'Antonio', sans-serif;
  color: #fff;
}

.contact a:link {
  color: white;
  text-decoration: underline;
}

.contact a:visited {
  color: #39FF14;
  text-decoration: none;
}

.contact a:hover {
  color: white;
  text-shadow: 0 0 5px #39FF14;
}

.contact a:active {
  text-decoration: underline;
}

#gallery-container {
  max-width: 800px;
  margin: 0 auto;
}

.page-padding {
  height: 90px;
  width: 100%;
}

#about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#about-img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

#about-text {
  font-size: 1em;
  line-height: 1.8em;
}

#aftercare {
  width: 1000px;
  background: #ffffff;
  margin-top: 0;
  height: auto;
}

.aftercare {
  background-color: white;
  color: black;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
}

.aftercare h3 {
  margin-top: 20px;
}

.aftercare p {
  margin-bottom: 10px;
}

.addresstext {
  text-align: center;
  width: 100%;
  font-size: 2em;
  font-family: 'Antonio', sans-serif;
  color: #fff;
}

.addressbody {
  text-align: center;
  width: 100%;
  font-size: 1.25em;
  font-family: 'Courier', 'Verdana', sans-serif;
  color: #fff;
}

iframe {
  margin: 40px 0;
}
