@charset "UTF-8";
/* Variabler*/
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../font/Open_Sans/OpenSans-Regular.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "OpenSans-Regular", serif;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  background-color: #fffafa;
}

header {
  position: sticky;
  top: 0;
  height: 95px;
  z-index: 100000;
}

@media screen and (min-width: 0px) and (max-width: 770px) {
  .desktop-nav {
    display: none;
    background-color: #05A3AB;
    padding: 10px;
  }
  .desktop-nav .logo-desktop {
    display: none;
  }
  .desktop-nav li {
    list-style: none;
  }
  .desktop-nav a {
    color: #2e2e2e;
    color: #2e2e2e;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
  }
  .desktop-nav a:hover {
    color: #84C662;
  }
  .mobile-nav {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    border: 5px solid #05A3AB;
    background-color: #fffafa;
    width: 100%;
  }
  .mobile-nav img:first-of-type {
    justify-self: left;
    padding: 30px 5px 0 15px;
  }
  .mobile-nav #logo {
    justify-self: center;
    padding: 5px;
    width: 100px;
  }
  .articles-grid .heading {
    font-size: 1.7rem;
    color: #2e2e2e;
    display: flex;
    justify-content: center;
  }
  .articles-grid p {
    color: #2e2e2e;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    padding: 22px;
  }
}
/*frontpage styling*/
.image-wrapper {
  max-width: 100%;
  max-height: 700px;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.home-welcome-text {
  color: #2e2e2e;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 50px;
}

.choose-subject select {
  color: #2e2e2e;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px;
  border: 2px solid #05A3AB;
  background-color: #fffafa;
  margin: 10px;
}

.articles-hundetræning-page {
  display: grid;
  grid-template-rows: 0.5fr 0.5fr;
  gap: 30px;
  padding-top: 10px;
}
.articles-hundetræning-page img {
  width: 100%;
  padding: 20px;
}
.articles-hundetræning-page .blue-background {
  background-color: #a9dfe1;
}

.dog-training {
  font-size: 1.7rem;
  color: #2e2e2e;
  display: flex;
  justify-content: center;
  padding: 30px 10px 30px 10px;
}

.articles {
  display: grid;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 30px;
  padding-top: 10px;
}
.articles a {
  text-decoration: none;
  cursor: pointer;
  color: #84C662;
}
.articles a:hover {
  color: #84C662;
}
.articles .blue-background {
  background-color: #a9dfe1;
}
.articles .articles-grid {
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}
.articles .articles-grid img {
  width: 100%;
  padding: 20px;
}
.articles .articles-grid .articles-image {
  max-width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 770px) {
  /* sign up section*/
  .sign-up {
    background-color: #05A3AB;
    padding: 30px;
  }
  .sign-up .insider-knowledge-heading {
    font-size: 1.7rem;
    color: #2e2e2e;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .sign-up .sign-up-text {
    color: #2e2e2e;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px;
  }
  .booking-formular {
    display: grid;
    grid-template-rows: 0.5fr 1fr 1fr 1fr 2fr;
    gap: 10px;
    background-color: #a9dfe1;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
  }
  .booking-formular p {
    color: #2e2e2e;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px;
    padding-left: 5%;
  }
  .booking-formular input, .booking-formular textarea {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    height: 50%;
    width: 90%;
    border: none;
    font-size: 1.2rem;
  }
  .booking-formular #start-button {
    background-color: #84C662;
    border-radius: 5px;
    color: #fffafa;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border: 0;
    font-size: 18pt;
    width: 60%;
    height: 30%;
    box-shadow: 0 2px 10px #2e2e2e;
    margin-top: 30px;
  }
  .last-p-hunderace-page {
    color: #2e2e2e;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px;
    padding: 20px;
  }
  #we-love-dogs {
    width: 50%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  /* footer styling*/
}
.nav-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  height: auto;
  background-color: #a9dfe1;
  color: #2e2e2e;
  bottom: 0;
}
.nav-footer img {
  height: 30px;
  margin: 5px;
}
.nav-footer aside:first-of-type {
  justify-self: left;
  margin-left: 15px;
}
.nav-footer aside:last-of-type {
  justify-self: right;
  margin-right: 15px;
}
.nav-footer a {
  text-decoration: none;
  cursor: pointer;
}
.nav-footer a:hover {
  color: #84C662;
}
.nav-footer p {
  color: #2e2e2e;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px;
}

/*desktop version*/
@media screen and (min-width: 771px) {
  .mobile-nav {
    display: none;
  }
  body {
    max-width: 1500px;
    margin: 0 auto;
  }
  .desktop-nav {
    display: block;
    border: 5px solid #05A3AB;
    background-color: #fffafa;
    width: 100%;
  }
  .desktop-nav ul {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto;
    gap: 15px;
    width: 100%;
    list-style: none;
  }
  .desktop-nav img {
    padding: 5px;
    width: 150px;
  }
  .desktop-nav .nav {
    display: flex;
    padding-top: 40px;
  }
  .desktop-nav a {
    font-size: 1.5rem;
    color: #2e2e2e;
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
  }
  .desktop-nav a:hover {
    color: #84C662;
  }
  .home-welcome-text {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    width: 50%;
  }
}
@media screen and (min-width: 771px) and (min-width: 771px) {
  .dog-training {
    font-size: 2.5rem;
    color: #2e2e2e;
    display: flex;
    justify-content: center;
    padding: 100px 10px 30px 10px;
  }
  .articles-hundetræning-page {
    display: grid;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 30px;
    padding-top: 10px;
  }
  .articles-hundetræning-page img {
    width: 73%;
    padding: 20px;
    display: flex;
    margin: 0 auto;
  }
  .articles-hundetræning-page p {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    max-width: 70%;
  }
  .blue-background {
    background-color: #a9dfe1;
  }
}
@media screen and (min-width: 771px) {
  .articles {
    gap: 30px;
  }
  .articles .articles-grid {
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
  }
  .articles .articles-grid img {
    padding: 20px;
  }
  .articles .articles-grid .articles-image {
    width: 60%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
  }
  .articles .articles-grid .heading {
    font-size: 2.5rem;
    color: #2e2e2e;
    display: flex;
    justify-content: center;
  }
  .articles .articles-grid p {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    max-width: 58%;
  }
  .articles .blue-background {
    background-color: #a9dfe1;
  }
  .last-p-hunderace-page {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    width: 58%;
    padding: 100px 0 100px 0;
  }
  #we-love-dogs {
    width: 20%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 771px) {
  /* sign up section*/
  .sign-up {
    background-color: #05A3AB;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .insider-knowledge-heading {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    font-weight: bolder;
    max-width: 50%;
  }
  .sign-up-text {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    max-width: 50%;
  }
  .booking-formular {
    display: grid;
    grid-template-rows: 0.5fr 1fr 1fr 1fr 2fr;
    gap: 10px;
    background-color: #a9dfe1;
    width: 40%;
    margin: 0 auto;
    border-radius: 15px;
  }
  .booking-formular p {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
    padding-left: 5%;
  }
  .booking-formular input, .booking-formular textarea {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    height: 50%;
    width: 90%;
    border: none;
    font-size: 1.5rem;
  }
  .booking-formular #start-button {
    background-color: #84C662;
    border-radius: 5px;
    color: #fffafa;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border: 0;
    font-size: 18pt;
    width: 60%;
    height: 30%;
    box-shadow: 0 2px 10px #2e2e2e;
    margin-top: 30px;
  }
  .nav-footer img {
    height: 42px;
  }
  .nav-footer p {
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 35px;
  }
}

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