/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 12, 2020 */



@font-face {
    font-family: 'poiret_oneregular';
    src: url(../fonts/poiretone-regular-webfont.woff2) format('woff2'),
         url(../fonts/poiretone-regular-webfont.woff) format('woff'),
         url(../fonts/poiretone-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "poiret_oneregular";
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body a {
  color: #8d1913;
}
body .site-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body .site-container .banner {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  min-width: 320px;
}
body .site-container .info {
  font-size: 24px;
}
body .site-container .info .row {
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  body .site-container {
    flex-direction: column;
  }
}
