html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

.container {
  max-width: 1300px;
}


@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-link {
  color: #6c757d;
  font-weight: bold;
}

.nav-link:hover {
  color: #eaf2e5;
  font-weight: bold;
}

.active {
  color: #eaf2e5;
  font-weight: bold;
}

.row:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}


.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-dark { background-color: #778fbb !important; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.border-left-blue {
  border-left: solid 5px #7ba5fc;
}

.news-post {
    margin-bottom: 0px;
}

.news-post-title {
    margin-bottom: 0px;
	color: #475B92;
}

.news-post-meta {
    color: #999;
	margin-bottom: 0px;
}

.news-post-text {
    margin-bottom: 0px;
}

.allgaz-text-menu {
	color: #2c4282;
	text-transform: uppercase;
}
/* #eaf2e5 text
 * Footer
 */
.allgaz-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.allgaz-footer p:last-child {
  margin-bottom: 0;
}