@import "boootstrap_overrides";
@import "../node_modules/bootstrap/scss/functions";
@import "../node_modules/bootstrap/scss/variables";
@import "../node_modules/bootstrap/scss/mixins";
@import "../node_modules/bootstrap/scss/reboot";
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/forms";
@import "../node_modules/bootstrap/scss/tooltip";
@import "../node_modules/bootstrap/scss/progress";
@import "../node_modules/bootstrap/scss/spinners";
@import "../node_modules/bootstrap/scss/navbar";
@import "../node_modules/bootstrap/scss/carousel";
@import "../node_modules/bootstrap/scss/utilities/display";

@import url('https://fonts.googleapis.com/css?family=Oswald:400&display=swap');

@font-face {
  font-family: 'Segoe UI Semilight';
  src: url('../fonts/SegoeUI-Semilight.eot');
  src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SegoeUI-Semilight.woff') format('woff'),
  url('../fonts/SegoeUI-Semilight.ttf') format('truetype'),
  url('../fonts/SegoeUI-Semilight.svg#Segoe UI Semilight') format('svg');
  font-weight: 300;
  font-style: normal;
}

body{
  font-family: 'Segoe UI Semilight', sans-serif;
}

.overflow-hidden{
  overflow: hidden;
}

.full-height{
  height: 100%;
}

.row{
  margin: 0;
}

.error-page{
  h2{
    position: static;
    font-size: 2em !important;
  }
}

.h-100{
  height: 100% !important;
}


