*,
*::before,
*::after {
  box-sizing: border-box; }

html, body {
  scroll-behavior: smooth !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif, -apple-system;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

section {
  color: #fff;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

small {
  font-size: 80%; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d9d9d9;
    text-decoration: underline; }


a.anchor {
  position: relative;
  top: 5dvh; 
}

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

img {
  vertical-align: middle;
  border-style: none; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button {
  border: 0; 
  overflow: visible; }

button,
[type="button"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 566px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1140px; } }

@media (min-width: 576px) {
  .container {
    max-width: 566px; } }

@media (min-width: 768px) {
  .container {
    max-width: 740px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-md-4,
.col,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin:auto;
  margin-left:5%;
  margin-right:5%;
} 

.column {
  max-width: 15%;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align:center;
}
.column img { 
  max-width: 100%;
  margin:auto;
}

.r {
  text-align:right;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; } }

.justify-content-start {
  justify-content: flex-start !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.pb-10 {
  padding-bottom: 100px !important; }

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 100px !important; } }

a {
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  }

p {
  line-height: 26px;
  color: white;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif, -apple-system;
  margin-bottom: 20px; }
h2 {
  font-size: 20px;
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 1.4; } }
h3 {
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 1.4; } }
ul {
  margin: 0;
  padding: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.page {
  display: flex;
  min-height: max-content;
  flex-direction: column; }
  .page .wrapper {
    flex: 1 0 0; }

.header {
  position:fixed;
  width:100%;
  top:0;
  color: #fff;
  background-color: black;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.footer {
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px; }
  .footer .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 576px) {
      .footer .footer-inner {
        justify-content: space-between;
        flex-direction: row;
        align-items: center; } }
.sub-footer {
  background: black;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .sub-footer {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .sub-footer .sub-footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .sub-footer .sub-footer-inner {
        flex-direction: row; } }
  .sub-footer .social a:first-of-type {
    margin-left: -10px; }

.logo {
  display: none; }
  @media (min-width: 576px) {
    .logo {
      display: block; } }
  .logo a {
    display: block; }
  .logo img {
    width: auto; }

.logo-mobile {
  display: block; }
  @media (min-width: 576px) {
    .logo-mobile {
      display: none; } }
  .logo-mobile a {
    display: block; }
  .logo-mobile img {
    width: auto; }

.main-menu {
  //display: none; }
  @media (min-width: 768px) {
    .main-menu {
      display: block; } }
  .main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .main-menu > ul > li {
      list-style: none;
      font-size: 1rem; }
      .main-menu > ul > li > a {
        padding: 0px 12px 0px 12px;
        display: inline-block;
        font-weight: normal;
        text-decoration: none;
        color: #fff; }
        .main-menu > ul > li > a:hover {
          text-decoration: underline; }

.button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2dvh; 
  background: rgba(0,0,0,0.8);
  border-radius: 10px; 
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-transform:uppercase;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  
.six:hover .button{
    color: #000;
    background-color: white;
    text-decoration: none;
  }

.six:hover .button span {
    display: none;
  }

.six:hover .button:before {
    content: "Details";
  }

.intro {
  background-color: #000;
  height: 70vh;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom:5dvh;
  overflow: hidden; }
  
  @media (min-width: 768px) {
    .intro {
      padding-top: 140px;
      padding-bottom: 140px; } }

.strip {
  background: #000;
  background-size: cover;
  background-repeat: no-repeat; }
  .strip h2 {
    text-align:center; }

.break{
  font-size: 40px;
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.six{
  text-align:center;
  height:200px;
  position: relative;
}

.rel{
  position: relative;
  min-height: 90dvh !important;
}

.center {
  text-align:center;
}

.card img {
  object-fit: cover;
  object-position:bottom;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.social {
  display: block; }
  .social img {
    width: 20px;
    height: 20px; }
  .social a {
    padding: 10px;
    display: inline-block; }
    .social a:hover {
      opacity: 0.8; }

body {
  font-size: 16px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    body {
      font-size: 16px;
      line-height: 1.3; } }

@supports (scroll-snap-align: start) {
  html {
    scroll-snap-type: y mandatory;
    scroll-padding-top:10dvh; 
    overflow-y: scroll;
  }
  .snap {
    scroll-snap-align: start;
  }
}

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