@import url("https://fonts.googleapis.com/css?family=Nunito:400,900");
* {
  box-sizing: border-box;
  transition: 0.3s; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0; }

main, li {
  display: block; }

h1, h2, h3, h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a, button {
  color: inherit; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  max-height: 100%;
  border: 0; }

body {
  color: #34251C;
  background-color: white; }

* {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  scroll-behavior: smooth; }

h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 10px; }

@media (min-width: 700px) {
  * {
    font-size: 16px;
    line-height: 22px; }

  h2 {
    font-size: 20px; } }
.content {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50px; }

.header {
  width: 100%;
  height: 50px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2); }
  .header .header--logo {
    margin: 10px 25px;
    width: 75px;
    height: auto;
    position: fixed;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2)); }
  .header .nav {
    margin-right: 15px;
    max-width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .header .nav .nav--item {
      margin: 10px;
      opacity: 0.8; }
      .header .nav .nav--item:hover {
        opacity: 1;
        color: #AAC95B; }

@media (min-width: 700px) {
  .header .nav {
    width: 50%; }
  .header .header--logo {
    width: 120px; } }
.hero {
  width: 100%;
  height: 80vw;
  min-height: 65vh;
  max-height: 90vh;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 60px; }
  .hero .hero--content {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center; }
    .hero .hero--content .hero--button {
      background-color: white;
      color: black;
      padding: 10px 20px;
      margin: 25px;
      border-radius: 35px; }
      .hero .hero--content .hero--button:hover {
        background-color: #AAC95B; }
    .hero .hero--content h2 {
      font-size: 24px;
      line-height: 30px; }
    .hero .hero--content p {
      font-size: 16px; }
    .hero .hero--content p, .hero .hero--content h2 {
      text-align: center;
      text-shadow: 0px 2px 10px black; }

.dogs {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px; }
  .dogs .dogs--item {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 25px; }
    .dogs .dogs--item img {
      width: 200px; }
    .dogs .dogs--item h2 {
      text-align: center;
      margin: 15px 0;
      color: #AAC95B; }
    .dogs .dogs--item p {
      text-align: center; }

@media (min-width: 750px) {
  .dogs {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; } }
.owners {
  width: 100%;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px; }
  .owners .owners--type {
    width: 90%;
    text-shadow: 0px 2px 10px black; }
    .owners .owners--type h2 {
      margin: 10px; }
    .owners .owners--type .owners--type--quote {
      width: 100%;
      text-align: right;
      font-style: italic;
      font-size: 12px;
      opacity: 0.6; }

@media (min-width: 600px) {
  .owners {
    background-position: top;
    padding: 60px 20%; }
    .owners .owners--type {
      width: 60%; } }
.trainer {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px; }
  .trainer .trainer--image {
    width: 100%;
    max-width: 550px;
    height: 80vw;
    max-height: 400px;
    min-height: 200px;
    background-image: url("../img/greg.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 10px; }
  .trainer .trainer--text {
    width: 100%;
    max-width: 450px;
    margin: 20px; }
    .trainer .trainer--text h2 {
      color: #AAC95B; }
    .trainer .trainer--text span {
      font-style: italic;
      font-size: 12px;
      line-height: 10px;
      opacity: 0.5; }

@media (min-width: 700px) {
  .trainer {
    flex-direction: row; }
    .trainer .trainer--image {
      height: 35vw; } }
.process {
  width: 100%;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px; }
  .process .process--item {
    width: 100%;
    max-width: 400px;
    display: flex;
    margin: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 2px 10px black; }
  .process .paw {
    width: 60px;
    height: 60px;
    margin: 15px; }
  .process .left p {
    text-align: left; }
  .process .right p {
    text-align: right; }

.tech {
  width: 100%;
  max-width: 1000px;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 60px; }
  .tech .tech--item {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 25px; }
    .tech .tech--item img {
      width: 100px;
      margin: 15px; }
    .tech .tech--item h2 {
      text-align: center;
      margin: 15px 0;
      color: #AAC95B; }
    .tech .tech--item p {
      text-align: center; }

@media (min-width: 500px) {
  .tech {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; } }
.contact {
  width: 100%;
  background-color: #34251C;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px; }
  .contact .contact--info {
    width: 100%;
    max-width: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px; }
    .contact .contact--info .social {
      width: 60%;
      display: flex;
      background-color: white;
      opacity: 0.5;
      border-radius: 10px;
      margin: 16px;
      flex-direction: row;
      align-content: center;
      justify-content: center; }
      .contact .contact--info .social:hover {
        opacity: 0.8; }
      .contact .contact--info .social .social--icon {
        width: 30px;
        margin: 15px; }
  .contact .contact--map {
    border-radius: 3%;
    border: solid grey 1px;
    margin: 0;
    padding: 0;
    height: 250px; }
    .contact .contact--map iframe {
      width: 300px;
      height: 248px;
      border-radius: 3%;
      margin: 0;
      padding: 0; }

footer {
  width: 100%;
  height: 20px;
  color: white;
  opacity: 0.2;
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  text-align: center; }
