@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body {
  box-sizing: border-box; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

::selection {
  background-color: #5b8c5a;
  color: #fefefe; }

.proba {
  height: 3000px; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #333333; }

/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }

.img-fill .img {
  background-color: #cccccc;
  /* Used if the image is unavailable */
  max-height: 100%;
  min-width: 100%;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important; }

.slick-slide {
  float: left;
  padding: 0; }

/* ==== Slider Style === */
.Slider .item .img-fill {
  height: 100vh;
  background: #000; }

.Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(13, 94, 13, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.Slider .item .info > div {
  display: grid;
  width: 100%;
  grid-template-rows: 8rem 5rem 8rem 14rem 5rem;
  justify-content: center;
  justify-items: center;
  align-items: center; }

.Slider .btn {
  width: 20rem;
  animation: fadeOutRight 1s both; }

.info img {
  max-width: 10%;
  height: 10rem;
  animation: fadeOutRight 1s both; }

.Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  z-index: 5;
  font-weight: 900; }

.Slider .NextArrow:before {
  content: '\f105'; }

.Slider .PrevArrow {
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  z-index: 5; }

.Slider .PrevArrow:before {
  content: '\f104'; }

.Slider .item h3 {
  font: 8rem "Fugaz One", sans-serif;
  color: #FFF;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-self: center; }

.Slider .logo-text {
  margin: 0;
  padding: 0;
  font: 2.5rem "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1rem;
  color: #FFF;
  max-width: inherit;
  overflow: hidden;
  animation: fadeOutLeft 1s both; }

.Slider .item h5 {
  margin: 0;
  padding: 0;
  font: 11.5rem "Fugaz One", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  max-width: inherit;
  overflow: hidden;
  animation: fadeOutLeft 1s both; }

.Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s; }

.Slider .item.slick-active .btn {
  animation: fadeInLeft 1s both 1.5s; }

.Slider .item.slick-active .img-animate {
  animation: fadeInDown 1s both 1s; }

.Slider .item.slick-active .logo-text {
  animation: fadeInDown 1s both 1s; }

.Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s; }

.Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both; }

.Slider {
  background: #000; }

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px); }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px); } }

@-webkit-keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

@keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

.slick-list.draggable {
  cursor: pointer;
  cursor: hand; }

.SliderComments .item {
  animation: fadeOutRight 1s both; }

.SliderComments .item.slick-active {
  animation: fadeInLeft 1s both .2s; }

.SliderComments .comments-svg {
  fill: #5b8c5a;
  width: 6rem;
  height: 6rem; }

.SliderComments .slick-slide {
  outline: none; }

.SliderComments {
  margin-top: 6.4rem; }

.SliderComments .comment {
  font-size: 3rem;
  font-weight: 700; }

.SliderComments .name {
  font-size: 1.8;
  font-family: "Fugaz One", sans-serif;
  margin-top: .7rem; }

.SliderComments .item .info {
  display: flex;
  flex-direction: column;
  width: 66%;
  margin: 0 auto; }

.SliderComments .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  z-index: 5;
  font-weight: 900; }

.SliderComments .NextArrow:before {
  content: '\f105'; }

.SliderComments .PrevArrow {
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  z-index: 5; }

.SliderComments .PrevArrow:before {
  content: '\f104'; }

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  color: #5b8c5a;
  padding: 1.2rem 3.8rem;
  display: inline-block;
  transition: all .5s; }

.btn:hover {
  background-color: #fefefe;
  color: #fefefe;
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.2); }
  .btn:hover span {
    transform: translateX(5px); }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2); }

.btn--full {
  background-color: #fefefe;
  color: #5b8c5a !important;
  cursor: pointer; }
  .btn--full span {
    display: inline-block;
    transition: all .5s; }
  .btn--full:hover {
    box-shadow: 0 1rem 2rem rgba(254, 254, 254, 0.2); }

.btn--green {
  background-color: #5b8c5a;
  color: #fefefe !important;
  cursor: pointer; }
  .btn--green span {
    display: inline-block;
    transition: all .5s; }
  .btn--green:hover {
    background-color: #5b8c5a;
    color: #fefefe !important;
    box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.2); }

.tempnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .tempnav__left img {
    width: 12rem;
    height: 8rem; }
  .tempnav__right {
    display: flex; }
    .tempnav__right ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .tempnav__right li {
      float: left; }
    .tempnav__right .dropdown-content {
      display: none;
      position: absolute;
      border-top: 2px solid #839898;
      border-radius: .5rem;
      min-width: 16rem;
      box-shadow: 0px 0.8rem 1.6rem 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
    .tempnav__right .dropdown-content a {
      padding: 1.2rem 1.6rem;
      text-decoration: none;
      display: block;
      text-align: left; }
    .tempnav__right .dropdown-content a:hover {
      background-color: #f1f1f1; }
    .tempnav__right .dropdown:hover .dropdown-content {
      display: block; }
    .tempnav__right li:not(:last-of-type) {
      margin-right: 4rem; }
    .tempnav__right a,
    .tempnav__right a:visited,
    .tempnav__right a:link {
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      transition: all .2s;
      font-weight: 700;
      font-size: 1.4rem; }
    .tempnav__right a:hover {
      color: #839898; }

.opacity {
  height: auto !important;
  opacity: 1 !important;
  transition: height 0s, opacity 600ms ease-in-out; }

.navbar {
  height: 0;
  opacity: 0;
  overflow: visible;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .navbar__left {
    height: 5rem;
    display: flex; }
    .navbar__left img {
      width: 15rem;
      height: 5rem;
      margin-right: 1.5rem; }
    .navbar__left-contact {
      display: grid;
      grid-template-rows: 1fr 1fr;
      color: #fefefe;
      border-left: 0.2rem solid #fefefe;
      padding-left: 1.5rem; }
  .navbar__right {
    display: flex; }
    .navbar__right ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .navbar__right li {
      float: left; }
    .navbar__right .dropdown-content {
      display: none;
      position: absolute;
      border-top: 2px solid #839898;
      border-radius: .5rem;
      min-width: 160px;
      background-color: #333;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 10000;
      overflow: visible; }
    .navbar__right .dropdown-content a {
      color: black;
      padding: 1.2rem 1.6rem;
      text-decoration: none;
      display: block;
      text-align: left; }
    .navbar__right .dropdown-content a:hover {
      background-color: #5b8c5a; }
    .navbar__right .dropdown:hover .dropdown-content {
      display: block; }
    .navbar__right li:not(:last-of-type) {
      margin-right: 4rem; }
    .navbar__right a,
    .navbar__right a:visited,
    .navbar__right a:link {
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      transition: all .2s;
      font-weight: 700;
      font-size: 1.4rem; }
    .navbar__right .active {
      color: #5b8c5a !important; }
    .navbar__right a:hover {
      color: #839898 !important; }

.seconddrop li {
  float: none;
  width: 100%; }

.seconddrop .main-menu {
  display: none; }

#tm:checked + .main-menu {
  display: block; }

.seconddrop input[type="checkbox"],
.seconddrop ul span.drop-icon {
  display: none; }

.seconddrop .sub-menu {
  display: none;
  position: absolute;
  border-top: 2px solid #839898;
  border-radius: .5rem;
  min-width: 16rem;
  box-shadow: 0rem 0.8rem 16rem 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-width: 1px 1px 0;
  margin: 0 1em; }

.seconddrop li,
#toggle-menu,
.seconddrop a {
  position: relative;
  display: block;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125); }

.seconddrop .sub-menu {
  display: none; }

.seconddrop input[type="checkbox"]:checked + .sub-menu {
  display: block; }

.seconddrop .drop-icon {
  line-height: 1; }

.seconddrop label.drop-icon {
  display: none; }

.seconddrop .sub-menu {
  border-width: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3000; }

.seconddrop .sub-menu,
.seconddrop input[type="checkbox"]:checked + .sub-menu {
  display: none; }

.seconddrop .sub-menu li {
  border-width: 0 0 1px; }

.seconddrop .sub-menu .sub-menu {
  top: 0;
  left: 100%; }

.seconddrop li:hover > input[type="checkbox"] + .sub-menu {
  display: block; }

.blacknav {
  background-color: #333333;
  color: #5b8c5a; }

#return-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: rgba(91, 140, 90, 0.7);
  width: 5rem;
  height: 5rem;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 10; }

#return-to-top svg {
  fill: #fefefe;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3rem;
  height: 3rem; }

#return-to-top:hover {
  background: rgba(91, 140, 90, 0.9); }

#return-to-top:hover svg {
  color: #fff;
  top: 30%; }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 52rem; }
  .card__side {
    height: 52rem;
    transition: all 1.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(51, 51, 51, 0.15); }
    .card__side--front {
      background-color: #fefefe; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
      .card__side--back-2 {
        background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
      .card__side--back-3 {
        background-image: linear-gradient(to right bottom, #2998ff, #5643fa); }
  .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    height: 23rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .card__picture--1 {
      background-image: linear-gradient(to right bottom, #ffb900, #ff7730), url(../img/cover2.jpg); }
    .card__picture--2 {
      background-image: linear-gradient(to right bottom, #7ed56f, #28b485), url(../img/nat-6.jpg); }
    .card__picture--3 {
      background-image: linear-gradient(to right bottom, #2998ff, #5643fa), url(../img/horse.jpg); }
  .card__heading {
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #fefefe;
    position: absolute;
    top: 12rem;
    right: 2rem;
    width: 75%; }
  .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85)); }
  .card__details {
    padding: 3rem; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .card__details ul li {
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid #eee; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
  .card__price-box {
    text-align: center;
    color: #fefefe;
    margin-bottom: 8rem; }
  .card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase; }
  .card__price-value {
    font-size: 6rem;
    font-weight: 100; }
  @media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .card {
      height: auto;
      border-radius: 3px;
      background-color: #fefefe;
      box-shadow: 0 1.5rem 4rem rgba(51, 51, 51, 0.15); }
      .card__side {
        height: auto;
        position: relative;
        box-shadow: none; }
        .card__side--back {
          transform: rotateY(0);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%); }
      .card:hover .card__side--front {
        transform: rotateY(0); }
      .card__details {
        padding: 1rem 3rem; }
      .card__cta {
        position: relative;
        top: 0%;
        left: 0;
        transform: translate(0);
        width: 100%;
        padding: 7rem 4rem 4rem 4rem; }
      .card__price-box {
        margin-bottom: 3rem; }
      .card__price-value {
        font-size: 4rem; } }

.social-links {
  position: relative;
  transition: 0.8s;
  float: left;
  background-color: #f1f1f1;
  padding: 1rem 1rem;
  left: -5rem; }

.social-links ul {
  margin: 0px;
  padding: 0px; }

.social-links ul li {
  text-align: center;
  list-style: none; }

.social-links ul li:not(:last-child) {
  padding-bottom: 0.5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #5b8c5a; }

.social-links ul li a .fab {
  font-size: 3rem;
  margin-left: 10rem; }

.social-links ul li a i.fa-facebook {
  color: #475993; }

.social-links ul li a i.fa-twitter {
  color: #55acee; }

.social-links ul li a i.fa-google-plus {
  color: #f73533; }

.social-links ul li a i.fa-instagram {
  color: #e43367; }

.social-links ul li a i.fa-youtube {
  color: #ed2124; }

.social-links ul li a .fab:hover {
  opacity: 0.8; }

.social-links ul li a {
  display: block;
  height: 100%;
  text-decoration: none; }

.social-share {
  position: fixed;
  height: 20rem;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 2.5rem;
  z-index: 100; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 100000;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../../img/deer.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.four {
  padding-top: 6.4rem; }
  .four__container {
    width: 120rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3rem; }
  .four__item {
    text-align: center; }
    .four__item-svg {
      width: 6rem;
      height: 6rem;
      fill: #5b8c5a;
      margin-bottom: 1.2rem;
      transition: 300ms ease-in-out; }
    .four__item h3 {
      color: #333333;
      margin-bottom: 1.6rem;
      letter-spacing: .2rem;
      font-weight: 700; }
    .four__item p {
      font-size: 1.4rem; }
    .four__item a:hover svg {
      fill: #839898;
      transform: scale(1.3); }

.news {
  padding-top: 6.4rem; }
  .news__container-right {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%; }
  .news__container-left {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%; }
  .news__container-center {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%; }
  .news__left {
    background-color: #eee;
    padding: 3rem; }
    .news__left-card {
      height: 100%;
      background-color: #fefefe;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .news__left-card div {
        width: 80%; }
      .news__left-card h2 {
        font-family: "Fugaz One", sans-serif;
        font-weight: 700;
        font-size: 3rem; }
      .news__left-card p {
        margin-bottom: 2rem;
        line-height: 2.4rem;
        font-size: 1.4rem; }
      .news__left-card h5 {
        margin-top: .8rem;
        margin-bottom: 1.2rem;
        letter-spacing: .2rem; }
  .news__right img {
    width: 100%;
    height: 100%;
    display: block; }

.finalnews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url("../../img/cover1.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-attachment: fixed;
  filter: grayscale(60%) opacity(80%); }

.finalnews {
  position: relative; }
  .finalnews__container {
    position: relative;
    width: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10rem 0; }
  .finalnews__right {
    justify-self: right; }
    .finalnews__right img {
      width: 80%;
      height: 80%; }
  .finalnews__left {
    color: #fefefe; }
    .finalnews__left h2 {
      font-family: "Fugaz One", sans-serif;
      font-weight: 700;
      font-size: 3.4rem; }
    .finalnews__left p {
      margin-bottom: 2rem;
      line-height: 2.4rem;
      font-size: 1.4rem;
      width: 70%; }
    .finalnews__left h5 {
      margin-top: .8rem;
      margin-bottom: 1.2rem;
      letter-spacing: .2rem; }

.progressbars__container {
  padding-top: 6.4rem;
  width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 8rem;
  align-items: center;
  justify-items: center; }

.progressbars__item {
  text-align: center;
  width: 25rem;
  position: relative; }
  .progressbars__item h5 {
    margin-top: 1.2rem;
    font-size: 1.8rem; }
  .progressbars__item p {
    font-size: 1.4rem;
    margin-top: .4rem; }

.progressbars .progressbar-text {
  font-size: 3rem !important; }

.progressbars .progresstext {
  opacity: 0;
  transition: ease-in-out 1s; }

.cards__container {
  padding-top: 6.4rem;
  width: 110rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4rem; }

.gallery__container {
  padding-top: 6.4rem;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden; }

.gallery__item {
  width: 100%;
  overflow: hidden; }

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: ease-in-out 0.5s;
  transform: scale(1);
  overflow: hidden; }

.gallery__img:hover {
  opacity: 0.9;
  transform: scale(1.15);
  filter: grayscale(10%); }

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2; }

.gallery__item--2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2; }

.gallery__item--3 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3; }

.footer {
  background-color: #333333;
  color: #fefefe; }
  .footer__container {
    padding: 6.4rem 0;
    width: 120rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .footer__about h3 {
    font-size: 2.4rem;
    font-weight: 400; }
  .footer__about p {
    margin-bottom: 1.2rem;
    margin-top: 1.6rem;
    width: 70%; }
  .footer__about span {
    display: block;
    margin-bottom: .4rem; }
  .footer__links h4 {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1.6rem; }
  .footer__links ul {
    list-style-type: none; }
  .footer__links li:before {
    content: "✽ ";
    /* Insert content that looks like bullets */
    font-weight: bold;
    height: 1rem;
    width: 1rem;
    padding-right: .8rem;
    color: #5b8c5a; }
  .footer__links li {
    margin-bottom: .9rem; }
  .footer__links a,
  .footer__links a:visited,
  .footer__links a:link {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: white;
    transition: all .2s;
    font-weight: 400;
    font-size: 1.4rem;
    transition: ease-in-out .4s; }
  .footer__links a:hover {
    color: #5b8c5a; }
