@font-face {
  font-family: "graphik_semibold";
  src: url("/assets/fonts/Graphik-Font-Family/GraphikSemibold.otf") format("opentype");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "graphik_medium";
  src: url("/assets/fonts/Graphik-Font-Family/GraphikMedium.otf") format("opentype");
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "graphik_light";
  src: url("/assets/fonts/Graphik-Font-Family/GraphikLight.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "graphik_thin_italic";
  src: url("/assets/fonts/Graphik-Font-Family/GraphikThinItalic.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "graphik_bold";
  src: url("/assets/fonts/Graphik-Font-Family/GraphikBold.otf") format("opentype");
  font-display: swap; }

body {
  font-family: 'graphik_medium';
  background-color: #0D0D0D;
  color: #FFFFFF;
  padding-bottom: 75px;
  background: url("./../images/background.png") no-repeat center center fixed;
  background-size: cover; }
  @media (max-width: 767px) {
    body {
      padding-bottom: 30px; } }

@media (max-width: 991px) {
  .section-left {
    padding: 24px 40px; } }

.page-title {
  margin-top: 70px;
  font-size: 35px; }
  @media (max-width: 991px) {
    .page-title {
      margin-top: 40px;
      font-size: 35px;
      margin-bottom: 48px; } }
  @media (max-width: 767px) {
    .page-title {
      font-size: 30px;
      margin-bottom: 20px; } }

.title-quote {
  display: block;
  font-family: 'graphik_thin_italic';
  font-size: 100%;
  color: #F4D7C4;
  margin-bottom: 50px; }

.form-subscribe {
  display: flex; }
  .form-subscribe .form-group {
    margin-bottom: 0;
    margin-right: 8px;
    flex-grow: 1;
    max-width: 300px; }
  .form-subscribe .form-control {
    padding: 16px 30px;
    border: 1px solid rgba(245, 245, 245, 0.14);
    border-radius: 4px;
    background-color: rgba(244, 215, 196, 0.14);
    font-size: 14px;
    height: 48px;
    color: #ffffff; }
    .form-subscribe .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .form-subscribe .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .form-subscribe .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .form-subscribe .form-control::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .form-subscribe .form-control::placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .form-subscribe .btn-subscribe {
    padding: 16px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #4D7279;
    border-radius: 4px;
    background-color: #F4D7C4;
    border: 0;
    height: 48px;
    white-space: nowrap; }

.navbar-header img {
  float: left;
  width: 30%;
  min-width: 300px;
  margin: 40px 40px 40px 40px; }

.social-links {
  float: right;
  width: 200px;
  margin-top: 20px;
  margin-right: 20px; }
  .social-links .social-link {
    float: right;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #88765D;
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 16px;
    transition: all 0.3s ease-in-out; }
    .social-links .social-link:last-child {
      margin-right: 0; }
    .social-links .social-link:hover {
      text-decoration: none;
      background-color: #FFFFFF;
      color: #88765D; }
    @media (max-width: 767px) {
      .social-links .social-link {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 14px; } }

.footer-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'graphik_light';
  padding-bottom: 10px; }
  .footer-text a {
    font-family: 'graphik_semibold';
    color: #D5C3AC; }

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