@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lobster+Two:ital@1&family=Manrope:wght@300&display=swap");
@import url("https://images.unsplash.com/photo-1444858291040-58f756a3bdd6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2048&q=80");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: Durango;
  src: url(/public/fonts/D);
}

.navbar {
  padding: 25px;
  position: fixed;
  width: 100%;
  z-index: 101;
  background: white;
  -webkit-box-shadow: 0px 10px 36px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 36px -10px rgba(0, 0, 0, 0.75);
}

.nav-link {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 300;
}

/*Jumbotron*/
.jumbotron-fluid {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/background.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/background.jpg");
  background-size: cover;
  padding-top: 10rem;
}

.jumbotron-fluid .display-3 {
  font-size: 100px;
  font-family: 'Playfair Display', serif;
  color: white;
}

.jumbotron-fluid .lead {
  color: rgba(255, 255, 255, 0.829);
  font-weight: 100;
  font-size: 25px;
}

.jumbotron-fluid .btn {
  background: white;
  border: white solid 3px;
  padding: 15px 50px;
  color: #311606;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.container {
  padding: 50px;
  margin-bottom: 50px;
}

.container .col-lg h2, .container h3, .container h4 {
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

.container .col-lg h4 {
  color: #383838;
}

.container .col-lg .lead {
  line-height: 50px;
  margin-bottom: 50px;
  color: #5f5f5f;
}

.container .col-lg img {
  margin-bottom: 50px;
}

.container .col-lg .square {
  -webkit-box-shadow: 0px 29px 47px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 29px 47px 2px rgba(0, 0, 0, 0.35);
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-bottom: 100px;
}

.timeline-ul {
  padding-left: 50px;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -15px;
  background-color: #000000;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-ul li {
  color: #333333;
  font-size: 19px;
  line-height: 30px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #050505 !important;
}

.timeline-badge.success {
  background-color: #000000 !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 20px;
}

.timeline-body > p + p {
  margin-top: 5px;
  line-height: 40px;
}

footer {
  max-height: auto;
  background: #f0f0f0;
  padding: 50px;
}

footer .versa-agency-badge {
  max-height: 100px;
  margin-bottom: 25px;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 50px;
  color: grey;
  font-weight: 300;
}

footer .lead {
  font-size: 12px;
  color: grey;
}

footer .link a {
  color: #bbbbbb;
  font-size: 12px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 11px;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*# sourceMappingURL=style.css.map */