@import 'framework.css';
/* 
 Table of contents:
 1. Common styles
 2. Common responsive styles
 
 */

/* 1. Common styles */
body {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  background: #f7f7f8;
  -webkit-font-smoothing: antialiased;
}
body.dev {
  min-height: 10000px;
}
/* header, section {
   overflow: hidden; 
} */
header {
  position: relative;
}
header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
nav {
  width: 100%;
}
nav.transparent {
  background: transparent;
}
a, button {
  cursor: pointer;
  color: #beab9a;
  transition: all 0.25s;
}
a:hover, button:hover {
  text-decoration: none;
  color: #6c6762;
}
a:active, button:active, a:focus, button:focus {
  text-decoration: none;
  outline: none;
}
button {
  border: none;
  outline: none !important;
}
input, textarea {
  border: 0;
  outline: none;
  background: transparent;
  color: #000;
  resize: none;
}
label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  font-weight: 700;
  font-family: Heebo;
}
h1, h2 {
  font-size: 58px;
  line-height: 70px;
}
h1.big, h2.big {
  font-size: 72px;
  line-height: 86px;
}
h1.small, h2.small {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}
h1, h1.big, h1.small {
  text-shadow: 2px 2px 4px #dddddd;
}
h3 {
  font-size: 42px;
  line-height: 52px;
}

b, strong {
  font-weight: 700;
}
.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}

.container {
  position: relative;
}
::-moz-selection {
  background: #ef6506;
  color: #fff;
}
::-webkit-selection {
  background: #ef6506;
  color: #fff;
}
::selection {
  background: #ef6506;
  color: #fff;
}

/* 2. Common responsive styles */
/* XL: Smaller than 1200px */
@media (max-width: 1199.98px) {
  header[class^="pt-"], section[class^="pt-"], header[class*=" pt-"], section[class*=" pt-"] {
    padding-top: 80px;
  }
  header[class^="pb-"], section[class^="pb-"], header[class*=" pb-"], section[class*=" pb-"] {
    padding-bottom: 80px;
  }
  h1 br, h2 br, h3 br, .text-adaptive br {
    display: none;
  }
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
  h2 {
    font-size: 46px;
    line-height: 56px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  h1.big, h2.big {
    font-size: 62px;
    line-height: 72px;
  }
  h1.small, h2.small {
    font-size: 36px;
    line-height: 46px;
  }
  .navigation_mobile {
    display: block;
  }
  .text-adaptive.f-24 {
    font-size: 26px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-16 {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Smaller than 992px */
/* L */
@media (max-width: 991.98px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 37px;
    line-height: 47px;
  }
  h1.big, h2.big {
    font-size: 52px;
    line-height: 62px;
  }
  h1.small, h2.small {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .text-adaptive.f-24 {
    font-size: 26px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-16 {
    font-size: 14px;
    line-height: 24px;
  }

  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
    padding-left: 40px;
  }
}

/* Smaller than 768px */
/* M */
@media (max-width: 767.98px) {
  h1, h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h1.big, h2.big {
    font-size: 40px;
    line-height: 50px;
  }
  h1.small, h2.small {
    font-size: 26px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-adaptive.f-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-22 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-20 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-18 {
    font-size: 14px;
    line-height: 24px;
  }
  .text-adaptive.f-16 {
    font-size: 14px;
    line-height: 24px;
  }
  .btn.lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.lg[class^="border-"], .btn.lg[class*=" border-"] {
    line-height: 46px;
  }
  .btn.xl {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.xl[class^="border-"], .btn.xl[class*=" border-"] {
    line-height: 56px;
  }
  .input.lg {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
}

/* Smaller than 640px */
/* S */
@media (max-width: 639.98px) {
  .video_popup iframe {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.56);
  }
  h1, h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h1.big, h2.big {
    font-size: 32px;
    line-height: 42px;
  }
  h1.small, h2.small {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Smaller than 576px */
/* XS */
@media (max-width: 575.98px) {
  h1, h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h1.big, h2.big {
    font-size: 32px;
    line-height: 42px;
  }
  h1.small, h2.small {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .btn.xl {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .btn.xl[class^="border-"], .btn.xl[class*=" border-"] {
    line-height: 46px;
  }
}