/******************************************************************
Site Name: CRL Solutions
Stylesheet: Portrait Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
@font-face {
  font-family: 'glen_dimplex_sans';
  src: url("library/fonts/GlenDimplexSans-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'glen_dimplex_sans_bold';
  src: url("library/fonts/GlenDimplexSans-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'glen_dimplex_sans_light';
  src: url("library/fonts/GlenDimplexSans-Light.otf");
  font-weight: 300;
  font-style: normal;
}

/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #35363a;
  font-family: "glen_dimplex_sans_bold'", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#logo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40%;
}

p {
  margin: 55% auto 0 auto;
  display: block;
  width: fit-content;
  font-size: 30px;
  padding: 0 100px;
  text-align: center;
}

#site-wrap, #mobile {
  display: none;
}

#nav-buttons {
  display:none;
}