body {
  font-family: "Dosis", sans-serif;
  color: #000;
  background: url('../gfx/bgholiday.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
a {
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #000;
}
main {
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 80px;
}
nav {
  width: 1200px;
  margin: 100px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
nav span a {
  color: #da1f1c;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.footer-inner {
  width: 1200px;
  margin: 0 auto;
}
.footer-inner section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-inner p {
  margin: 0;
}
.footer-inner .footer-contact {
  text-align: right;
}
#logo {
  background: url('../gfx/SVG/logo-jo-love-jg_outline.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 312px;
  height: 156px;
  display: inline-block;
}
.adres {
  font-size: 26px;
  text-align: right;
  font-weight: bold;
  margin-top: 34px;
}
h1 {
  font-size: 48px;
  color: #da1f1c;
  margin: 117px 0 0 0;
}
h2 {
  font-size: 35px;
  margin: 0 0 40px 0;
}
h3 {
  font-size: 27px;
  color: #da1f1c;
  margin-bottom: 0;
  margin-top: 50px;
}
footer {
  padding: 45px 0 0 0;
  font-size: 26px;
  color: #fff;
  background: #ba3b3e;
  font-weight: bold;
}
footer a {
  color: #fff;
}
footer #copy {
  margin-top: 70px;
  background: #672022;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  text-align: center;
}
.icon-facebook {
  background: url('../gfx/SVG/icon-facebook.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.icon-instagram {
  background: url('../gfx/SVG/icon-instagram.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.gallery-box {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .gallery-box {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-box img {
    width: 100%;
  }
  body {
    background-position: center right;
  }
  nav {
    width: 90%;
    margin: 100px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .footer-inner {
    width: 90%;
    margin: 0 auto;
  }
  .footer-inner section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  nav {
    margin-top: 40px;
  }
  #logo {
    background: url('../gfx/SVG/logo-jo-love-jg_outline.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 208px;
    height: 108px;
    display: inline-block;
  }
  h1 {
    margin-top: 40px;
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  .gallery-box {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .gallery-box img {
    width: 100%;
  }
  body {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
  nav {
    grid-template-columns: 1fr;
  }
  nav .adres {
    text-align: left;
  }
  .footer-inner {
    width: 90%;
    margin: 0 auto;
  }
  .footer-inner section {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-inner p.footer-contact {
    margin-top: 40px;
    text-align: left;
  }
}
