body {
  background: #F3F3F3;
  font-weight: 300;
  font-size: 20px;
  font-family: Montserrat, Roboto, Helvetica, Arial, sans-serif;
  color: #1c1814; }

main {
  padding-bottom: 100px; }

h1, h2, h3, h4 {
  color: #3b3530;
  font-weight: 200;
  margin-top: 0 !important; }

.navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3; }
  .navbar::after {
    content: "";
    opacity: 0.281;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }

.navbar-brand {
  padding: 42px 0 30px;
  line-height: 190%;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  color: #90847a !important;
  letter-spacing: 2px; }
  .navbar-brand strong {
    letter-spacing: .2px;
    font-weight: 200;
    font-size: 50px;
    color: #000 !important; }

#carouselExampleControls {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center; }

.container--overlap {
  background: #fff;
  padding: 40px;
  margin-top: 48px;
  z-index: 4;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15); }

.col-lg-6, .col-lg-12, .col-sm-6, .col-sm-12 {
  margin: 0;
  padding: 0; }

.row {
  margin: 0; }

.row-reverse {
  flex-direction: row-reverse; }

.col-text {
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.container--overlap + .container--overlap {
  margin-top: 32px;
  padding: 0; }

.btn {
  outline: none;
  border: none;
  width: auto;
  background: #90847a;
  display: inline-block;
  user-select: none; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #675b50 !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none; }

.col-padding {
  padding: 40px; }

i {
  font-size: 30px;
  color: #d4cdc7;
  transform: translateY(4px);
  margin-right: 10px; }

@media screen and (max-width: 999px) {
  .contact-container {
    text-align: center; }
    .contact-container .py-0:first-of-type {
      margin-bottom: 30px; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(200px) scale(0.7); }
  to {
    opacity: 1; } }
.fade-in-element {
  animation: fade-up .8s ease-out forwards; }

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