body {
  position: relative;
  background-color: #fff;
  color: #7e693a;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 60px !important;
  overflow-x: hidden;
}

#main-nav {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

#main-nav .navbar-toggler {
  border: none;
  padding: 0;
}

#main-nav .navbar-toggler:focus {
  outline: none !important;
}

#main-nav .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28126, 105, 58, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

.navbar-brand {
  position: relative;
  left: 0;
  right: 0;
  text-indent: -999em;
  background: url("../img/logo-nav-2x.png") no-repeat 0 0;
  background-size: 49px 60px;
  width: 49px;
  height: 60px;
  padding: 0;
  margin: 5px 0;
}

#navbarCollapse {
  max-width: 1400px;
  margin: 0 auto;
}

.bg-light {
  background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #7e693a;
  opacity: 1;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #7e693a;
  opacity: 1;
}

.navbar-light .nav-right {
  padding-bottom: 60px;
}

#main-nav .my-events {
  margin-top: 15px;
}

#main-nav .my-events span {
  border: 3px double #7e693a;
  padding: 5px 10px;
}

main {
  background-color: #f8f7f5;
  font-family: "mr-eaves-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  padding-bottom: 112px;
}

h2 {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 1rem;
  overflow: hidden;
}

h3 {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 1rem;
}

h3 a {
  color: #7e693a;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

h3 a:hover, h3 a:focus {
  color: #7e693a;
  text-decoration: none;
  opacity: 0.6;
}

h4 {
  color: #7e693a;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn {
  color: #7e693a;
  border: 3px double #7e693a;
  border-radius: 0;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  background-color: #7e693a;
  color: #fff;
  border: 3px double #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* Section: Intro */

.section-intro {
  background: transparent url("../img/bg-intro.gif") no-repeat center center;
  background-size: cover;
  padding: 30px 30px 50px;
  margin-bottom: 35px;
}

.section-intro .intro-logo-wrapper {
  margin-bottom: 16px;
}

.section-intro h2 {
  margin-bottom: 18px;
}

.section-intro .intro-logo {
  max-width: 227px;
}

/* Section: Our Rentals */

.section-rentals h2 {
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-rentals h2 span {
  position: relative;
}

.section-rentals h2 span:before, .section-rentals h2 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #7e693a;
  border-top: 1px solid #7e693a;
  width: 6000px;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}

.section-rentals h2 span:before {
  right: 100%;
  margin-right: 10px;
}

.section-rentals h2 span:after {
  left: 100%;
  margin-left: 10px;
}

.section-rentals .container {
  padding-left: 60px;
  padding-right: 60px;
}

.section-rentals .item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  margin-bottom: 20px;
}

.section-rentals .item .photo img {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.section-rentals .item:hover .photo img {
  transform: scale(1.1);
}

/* Section: Our Team */

.section-team h2 {
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-team h2 span {
  position: relative;
}

.section-team h2 span:before, .section-team h2 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #7e693a;
  border-top: 1px solid #7e693a;
  width: 6000px;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}

.section-team h2 span:before {
  right: 100%;
  margin-right: 10px;
}

.section-team h2 span:after {
  left: 100%;
  margin-left: 10px;
}

.section-team h3 {
  display: inline-block;
  border-bottom: 3px double #7e693a;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.section-team .container {
  padding-left: 60px;
  padding-right: 60px;
}

.section-team .item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  margin-bottom: 20px;
}

.section-team .item .photo img {
  max-width: 260px;
}

/* Site Footer */

.site-footer {
  background-color: #7e693a;
  color: #f8f7f5;
  padding: 0 0 20px;
}

.site-footer a {
  color: #f8f7f5;
}

.site-footer .logo-ftr {
  background: url("../img/logo-ftr-2x-2.png") no-repeat;
  background-size: 158px 109px;
  width: 158px;
  height: 109px;
  top: -57px;
  text-indent: -999em;
  margin: 0 auto -60px;
  padding: 0;
  position: relative;
}

.site-footer .contacts {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.site-footer .contacts a {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.site-footer .contacts a:hover, .site-footer .contacts a:focus {
  opacity: 0.6;
}

/* Social Lines */

.site-footer .social .lines {
  position: relative;
  display: inline-block;
}

.site-footer .social .lines:before, .site-footer .social .lines:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #3e2b0d;
  border-top: 1px solid #3e2b0d;
  width: 6000px;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}

.site-footer .social .lines:before {
  right: 100%;
  margin-right: 10px;
}

.site-footer .social .lines:after {
  left: 100%;
  margin-left: 10px;
}

.site-footer .social {
  font-size: 25px;
  margin-top: 20px;
  overflow: hidden;
}

.site-footer .social a {
  color: #3e2b0d;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.site-footer .social a:hover, .site-footer .social a:focus {
  color: #fff;
}

@media (min-width: 768px) {

  main {
    font-size: 19px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 17px;
  }

  .section-intro {
    margin-bottom: 55px;
  }

  .section-intro .intro-logo-wrapper {
    margin-bottom: 24px;
  }

  .section-intro h2 {
    margin-bottom: 27px;
  }

  .section-intro .intro-logo {
    max-width: 281px;
  }

  .section-rentals .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-rentals h2 span:before {
    margin-right: 30px;
  }

  .section-rentals h2 span:after {
    margin-left: 30px;
  }

  .section-rentals h2 {
    font-size: 27px;
    margin-bottom: 45px;
  }

  .section-rentals .item {
    margin-bottom: 25px;
  }

  .section-team .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-team h2 span:before {
    margin-right: 30px;
  }

  .section-team h2 span:after {
    margin-left: 30px;
  }

  .section-team h2 {
    font-size: 27px;
    margin-bottom: 45px;
  }

  .section-team .item {
    margin-bottom: 25px;
  }

  .site-footer {
    padding: 0 20px 30px;
  }

  .site-footer .contacts a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
  }
}

@media (min-width: 992px) {

  main {
    font-size: 22px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 18px;
  }

  .section-intro {
    padding: 45px 0 75px;
    margin-bottom: 75px;
  }

  .section-intro .intro-logo {
    max-width: 381px;
  }

  .section-intro .intro-text {
    max-width: 700px;
    margin: 0 auto;
  }

  .section-rentals h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .section-rentals .item {
    margin-bottom: 30px;
  }

  .section-team h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .section-team .item {
    margin-bottom: 30px;
  }

  .site-footer {
    padding: 0 0 50px;
  }
}

@media (min-width: 1200px) {

  body {
    padding-top: 120px !important;
  }

  .navbar-brand {
    position: relative;
    left: 0;
    right: 0;
    text-indent: -999em;
    background: url("../img/logo-nav-2x.png") no-repeat 0 0;
    background-size: 81px 100px;
    width: 81px;
    height: 100px;
    padding: 0;
    margin: 10px 0 10px -4px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #7e693a;
    opacity: 0.6;
  }

  .navbar-light .nav-right {
    padding-bottom: 0;
  }

  .navbar-light .nav-left .nav-link {
    padding: 0 50px 0 0;
  }

  .navbar-light .nav-right .nav-link {
    padding: 0 0 0 20px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }

  .navbar-light .nav-left .nav-link {
    padding: 0 40px 0 0;
  }

  .navbar-light .nav-right .nav-link {
    padding: 0 0 0 40px;
  }

  #main-nav .my-events {
    margin-left: 20px;
    margin-top: 0;
  }

  #main-nav .my-events span {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  #main-nav .my-events:hover span,
  #main-nav .my-events:focus span {
    background-color: #7e693a;
    color: #fff;
    border: 3px double #fff;
    padding: 5px 10px;
  }

  #main-nav .my-events:hover,
  #main-nav .my-events:focus {
    opacity: 1 !important;
  }

  /* Full Height Carousel */

  .carousel-wrapper .carousel-item {
    height: calc(100vh - 120px);
    min-height: 400px;
  }

  .carousel-wrapper .carousel-item img {
    height: calc(100vh - 120px);
    object-fit: cover;
  }

  .section-intro {
    padding: 80px 0 113px;
  }

  .section-intro .intro-logo-wrapper {
    margin-bottom: 31px;
  }

  .section-intro h2 {
    margin-bottom: 34px;
  }

  .section-rentals h2 span:before {
    margin-right: 50px;
  }

  .section-rentals h2 span:after {
    margin-left: 50px;
  }

  .section-rentals .mb-xl-5, .section-rentals .my-xl-5 {
    margin-bottom: 6rem !important;
  }

  .section-team h2 span:before {
    margin-right: 50px;
  }

  .section-team h2 span:after {
    margin-left: 50px;
  }

  .section-team .mb-xl-5, .section-team .my-xl-5 {
    margin-bottom: 6rem !important;
  }

  .site-footer .logo-ftr {
    background: url("../img/logo-ftr-2x-2.png") no-repeat;
    background-size: 250px 173px;
    width: 250px;
    height: 173px;
    top: -91px;
    text-indent: -999em;
    margin: 0 auto -91px;
    padding: 0;
    position: relative;
  }

  .site-footer .contacts a {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {

  .navbar-brand {
    margin: 10px 0 10px -10px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}
