/* FONTS */
/* COLORS */
#cervus header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#cervus header .navbar {
  padding: 0.5rem;
}

#cervus header .navbar .navbar-toggler {
  border: 0;
  font-size: 1.8rem;
  outline: 0;
}

#cervus header .navbar .navbar-brand img {
  max-height: 90px;
  max-width: 175px;
}

@media (max-width: 991px) {
  #cervus header .navbar .navbar-nav {
    margin-top: 15px;
  }
}

#cervus header .navbar .nav-item .nav-link {
  color: #363636;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #cervus header .navbar .nav-item .nav-link {
    padding: 1.2rem 0;
  }
}

#cervus header .navbar .nav-item .nav-link:hover {
  color: #BABABA;
}

#cervus header .navbar .nav-item.active > .nav-link {
  color: #8b634b;
}

#cervus header .navbar .navbar-collapse {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#cervus footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

#cervus footer p {
  color: #363636;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: inline-block;
}

#cervus footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #cervus footer .social {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
  }
}

#cervus footer .social li {
  display: inline-block;
  padding: 0 5px;
}

#cervus footer .social li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #BABABA;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#cervus footer .social li a:hover {
  background-color: #363636;
  color: #BABABA;
}

#cervus #slideshow {
  width: 100%;
  margin-top: 100px;
  width: 100%;
  height: calc(100vh - 180px);
}

#cervus #slideshow .slider {
  width: 100%;
  height: 100%;
  position: relative;
}

#cervus #slideshow .slider .slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}

#cervus #slideshow .slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

#cervus__home {
  max-height: 100vh;
  overflow: hidden;
}

#cervus__about {
  position: relative;
}

#cervus__about #page {
  padding-top: 100px;
}

#cervus__about #page .img-placeholder {
  width: 450px;
  height: 450px;
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
}

@media (max-width: 575px) {
  #cervus__about #page .img-placeholder {
    width: 280px;
    height: 280px;
  }
}

#cervus__about #page .img-placeholder::before {
  content: '';
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #8b634b;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#cervus__about #page .img-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#cervus__about #page .quote {
  position: relative;
  padding: 45px 15px 20px 45px;
}

#cervus__about #page .quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url(./../images/quote-sign.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cervus__about #page .quote::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-image: url(./../images/quote-sign.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cervus__about #page .quote p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

#cervus__contacts {
  position: relative;
}

#cervus__contacts #page {
  padding-top: 100px;
}

#cervus__projects {
  position: relative;
}

#cervus__projects #page {
  padding-top: 100px;
}

#cervus__projects .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cervus__projects .grid-container .grid-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 15px;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
}

#cervus__projects .grid-container .grid-item.cat-item {
  width: 100%;
  max-width: 480px;
  height: 480px;
}

#cervus__projects .grid-container .grid-item.cat-item .text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#cervus__projects .grid-container .grid-item.cat-item .text span:not(.bar) {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2.6rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  max-width: 200px;
}

#cervus__projects .grid-container .grid-item.cat-item .text .bar {
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  margin: 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#cervus__projects .grid-container .grid-item.project-item {
  width: 215px;
  height: 215px;
}

@media (max-width: 991px) {
  #cervus__projects .grid-container .grid-item.project-item {
    width: calc(50% - 30px);
    height: 250px;
  }
}

@media (max-width: 575px) {
  #cervus__projects .grid-container .grid-item.project-item {
    width: 100%;
  }
}

#cervus__projects .grid-container .grid-item.project-item .text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#cervus__projects .grid-container .grid-item.project-item .text span:not(.bar) {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  max-width: 200px;
}

#cervus__projects .grid-container .grid-item.project-item img {
  -webkit-filter: sepia(0.8) contrast(0.8) hue-rotate(-15deg);
          filter: sepia(0.8) contrast(0.8) hue-rotate(-15deg);
}

#cervus__projects .grid-container .grid-item::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 99, 75, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#cervus__projects .grid-container .grid-item .block-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1030;
}

#cervus__projects .grid-container .grid-item img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#cervus__projects .grid-container .grid-item:hover::before {
  opacity: 1;
}

#cervus__projects .grid-container .grid-item:hover .text .bar {
  width: 130%;
}

#cervus__project {
  position: relative;
}

#cervus__project #page {
  padding-top: 100px;
}

#cervus__project .sticky {
  position: fixed;
  max-width: 300px;
}

@media (max-width: 991px) {
  #cervus__project .sticky {
    position: relative;
  }
}

#cervus__project .gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

img {
  max-width: 100%;
}

#cervus {
  font-family: "Raleway", sans-serif;
}

#cervus main {
  position: relative;
  min-height: 100vh;
}

#cervus h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #363636;
}

#cervus h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #363636;
}

#cervus h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #363636;
}

#cervus p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #363636;
}

#cervus a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #363636;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#cervus a:hover {
  color: #BABABA;
}

#cervus .p-relative {
  position: relative;
}
/*# sourceMappingURL=style.css.map */