body {
  background: #99e6b3;
  font-family: "Sniglet", sans-serif;
  box-sizing: border-box;
}

h1, h2 {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

main {
  background: white;
}
main section {
  font-size: 1.2rem;
}
main section:nth-child(odd) {
  background: #99e6b3;
  color: white;
}
main .card {
  color: black;
  border-color: #99e6b3;
}
main .card h3 {
  color: #99e6b3;
}
main .card h3 + span {
  display: block;
  margin-top: -10px;
  font-size: 0.75rem;
  height: 18px;
}
main .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #99e6b3;
  color: white;
  font-weight: 700;
  font-size: 3rem;
}
main .price + span {
  font-size: 0.75rem;
}

.responsive_map {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.responsive_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.links a {
  color: white;
  display: block;
  padding: 8px 12px;
}
.links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links ul li {
  display: inline-block;
}

.polaroid {
  background: white;
}
.polaroid.green {
  background: #99e6b3;
}
.polaroid img {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.home-row div:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .home-row div:first-child {
    order: 1;
  }
}
.home-row div:nth-child(2) {
  order: 1;
}
@media (min-width: 992px) {
  .home-row div:nth-child(2) {
    order: 2;
  }
}
.home-row div:nth-child(3) {
  order: 3;
}
.home-row div:nth-child(3) iframe {
  max-width: 100%;
}

.dog-row div:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .dog-row div:first-child {
    order: 1;
  }
}
.dog-row div:nth-child(2) {
  order: 1;
}
@media (min-width: 992px) {
  .dog-row div:nth-child(2) {
    order: 2;
  }
}

.parallax {
  /* The image used */
  background-image: url("../images/friends-1149841_1280.jpg");
  /* Set a specific height */
  height: 300px;
  /* Create the parallax scrolling effect */
  background-position: center;
}
.parallax .container {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .parallax {
    height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

.title {
  background: rgba(153, 230, 179, 0.8);
  color: white;
  position: absolute;
  display: inline-block;
  bottom: 16px;
  padding: 10px 20px;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .title {
    font-size: 3.5rem;
    bottom: 32px;
  }
}

header {
  position: relative;
  border-bottom: 2px solid white;
}
@media (min-width: 768px) {
  header {
    border: none;
  }
}
header .container {
  height: 100%;
}
header .respo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  header .respo {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  header .respo {
    flex-direction: row;
  }
}
header .logo {
  font-family: "Sniglet", sans-serif;
  font-size: 2rem;
  color: white;
}
header nav {
  display: none;
  font-size: 1.2rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #66b380;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
header nav a {
  color: white;
  padding: 10px;
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}
header nav a:hover {
  color: white;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  header nav {
    display: block;
    position: relative;
    background: none;
    border: none;
  }
  header nav ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0;
  }
}
header .toggle {
  border: 2px solid white;
  border-radius: 2px;
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
header .toggle div {
  width: 25px;
  height: 3px;
  background: white;
}
@media (min-width: 768px) {
  header .toggle {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
