@charset "UTF-8";
/*
Theme Name: Bartos Construction
Description: Bartos Construction
Author: Jérôme Dessy & Martin Galasyka
*/
/* Site settings */
/* =Reset default browser CSS
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,700;0,900;1,700;1,900&display=swap");
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0px;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  clear: none;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

a {
  outline: none;
  color: #009bd5;
}

.clear {
  clear: both;
}

.margin-bottom--tiny {
  margin-bottom: 1rem;
}

.margin-bottom--small {
  margin-bottom: 2rem;
}

.margin-bottom--medium {
  margin-bottom: 4rem;
}

.margin-bottom--big {
  margin-bottom: 8rem;
}

.margin-top--tiny {
  margin-top: 1rem;
}

.margin-top--small {
  margin-top: 2rem;
}

.margin-top--medium {
  margin-top: 4rem;
}

.margin-top--big {
  margin-top: 8rem;
}

.padding-bottom--tiny {
  padding-bottom: 1rem;
}

.padding-bottom--small {
  padding-bottom: 2rem;
}

.padding-bottom--medium {
  padding-bottom: 4rem;
}

.padding-bottom--big {
  padding-bottom: 8rem;
}

.padding-top--tiny {
  padding-top: 1rem;
}

.padding-top--small {
  padding-top: 2rem;
}

.padding-top--medium {
  padding-top: 4rem;
}

.padding-top--big {
  padding-top: 8rem;
}

/* @include responsive(tablet) { } */
body {
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

#page {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .width-1 {
    width: 100%;
  }
  .width-1-2 {
    width: 48%;
  }
  .width-1-3 {
    width: 32%;
  }
  .width-2-3 {
    width: 64%;
  }
  .width-1-5 {
    width: 19%;
  }
  .width-2-5 {
    width: 39%;
  }
  .width-3-5 {
    width: 59%;
  }
  .width-4-5 {
    width: 79%;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .width-1-4 {
    width: 25%;
  }
  .width-3-4 {
    width: 72%;
  }
}
.titlelvl1 {
  font-size: 2rem;
  line-height: auto;
  font-weight: 800;
}

.titlelvl2 {
  font-size: 2rem;
  line-height: auto;
  font-weight: 800;
}

.titlelvl3 {
  font-size: 2rem;
  line-height: auto;
  font-weight: 800;
}

.titlelvl4 {
  font-size: 2rem;
  line-height: auto;
  font-weight: 800;
}

/* Library */
/* Modules */
.btn {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.btn.fill {
  padding: 15px 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn.fill.primaryColor {
  background-color: #d8232a;
  color: white;
  -webkit-transition: 300ms ease-in-out backgroundColor;
  transition: 300ms ease-in-out backgroundColor;
}
.btn.fill.primaryColor:hover {
  background-color: #221f20;
}
.btn.fill.secondaryColor {
  background-color: #981a23;
  color: white;
  -webkit-transition: 300ms ease-in-out backgroundColor;
  transition: 300ms ease-in-out backgroundColor;
}
.btn.fill.secondaryColor:hover {
  background-color: #221f20;
}
.btn.underline {
  padding: 15px 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn.underline.white {
  color: white;
  border: 1px solid white;
  background-color: transparent;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
.btn.underline.white:hover {
  border: 1px solid #221f20;
  background-color: #221f20;
}
.btn.underline.primaryColor {
  color: #d8232a;
  border: 1px solid #d8232a;
  background-color: transparent;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
.btn.underline.primaryColor:hover {
  border: 1px solid #d8232a;
  background-color: #d8232a;
  color: white;
}

/* Layout */
.waiting {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.waiting .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .waiting .bg {
    opacity: 0.2;
  }
}
.waiting .content {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .waiting .content {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .waiting .content {
    padding-right: 20vw;
  }
}
.waiting .content img {
  display: block;
  width: 250px;
  height: auto;
  margin-bottom: 5vh;
}
.waiting .content h1 {
  font-size: 9vw;
  line-height: 11vw;
  color: #221f20;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .waiting .content h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.waiting .content p {
  margin-top: 15px;
  font-size: 1rem;
  color: #221f20;
  letter-spacing: 5px;
}
.waiting .content .contact {
  margin-top: 15px;
  font-size: 1rem;
  color: #d8232a;
}
.waiting .content .contact strong {
  font-weight: 700;
}