html, body {
  height: 100%;
  font-family: 'Neva', arial; }

a {
  word-break: break-word; }

@media only screen and (min-width: 1600px) {
  .container-with-xxl {
    max-width: 1500px; } }

.body-content {
  min-height: 100%; }

.logo-img {
  position: absolute;
  left: -120px;
  top: 4rem; }
  .logo-img .logo {
    height: 100px; }

ul {
  padding-left: 20px; }

body.bg-home:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("/assets/images/Homepage Background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home-title {
  color: white;
  font-size: 1.6rem;
  padding-top: 1rem; }
  .home-title h1 {
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem; }
  .home-title h3 {
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .home-title h1 {
      text-align: center;
      font-size: 4.5rem;
      margin-bottom: 0 !important;
      line-height: 3rem; }
    .home-title h3 {
      font-size: 1.9rem; } }

.with-menu-fixed {
  padding-top: 95px !important; }
  @media screen and (min-width: 768px) {
    .with-menu-fixed {
      padding-top: 115px !important; } }

.main-box-shadow {
  box-shadow: 0px 3px 6px #00000029; }
