@charset "utf-8";
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
@font-face {
  font-family: 'CenturySBK';
  src:  url(../fonts/century_gothic.woff2) format('woff2'),
  url(../fonts/century_gothic.woff)  format('woff'),
  url(../fonts/century_gothic.ttf) format('ttf');
}
body {
  font-family: 'CenturySBK', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 16px;
}
body * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.logo_place {
  flex-shrink: 0;
  background-color: white;
  height: 12rem;
  width: 100%;
}
.logo {
  position: fixed;
  top: 3rem;
  left: 3rem;
  background-color: white;
  background-image: url("../images/SBK_logo_header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 6rem;
  width: 16rem;
  z-index: 100;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.slider {
  flex-shrink: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  margin: 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.buttons_container {
  flex-grow: 2;
  flex-basis: max-content;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 1rem;
}
.buttons {
  height: 16rem;
  width: 28rem;
  background-color: #cb6c20;
  display: block;
  color: white;
  text-decoration: none;
  margin: 0 2rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.buttons div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 4rem;
  background-color: #cb6c20;
  color: white;
  font-size: 2rem;
  text-align: center;
}
.dom {
  background-image: url("../images/dom.jpg");
}
.quest {
  background-image: url("../images/questions.jpg");
}
.slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 30rem;
  min-height: 30rem;
}



@media all and (max-width: 1700px) {
  html {
    font-size: 90%;
  }
}
@media all and (max-width: 1400px) {
  html {
    font-size: 80%;
  }
}
@media all and (max-width: 1300px) {
  html {
    font-size: 75%;
  }
}

.slide-1 { background-image: url("../images/slider/slide-1.jpg"); }
.slide-2 { background-image: url("../images/slider/slide-2.jpg"); }
.slide-3 { background-image: url("../images/slider/slide-3.jpg"); }
.slide-4 { background-image: url("../images/slider/slide-4.jpg"); }
.slide-5 { background-image: url("../images/slider/slide-5.jpg"); }
.slide-6 { background-image: url("../images/slider/slide-6.jpg"); }
.slide-7 { background-image: url("../images/slider/slide-7.jpg"); }
.slide-8 { background-image: url("../images/slider/slide-8.jpg"); }