@media (min-width: 1400px) {
.container {
    max-width: 1240px;
}
}

.home-banner-area .overlay {
  background: rgba(256,256,256,0);
}

.navbar-light .navbar-brand {
  font-size: 24px;
  color: #000;
}

.navbar-nav a { color: #000; }

.navbar-nav a { font-size: 15px; }
.default-header { background:#263a4e; }
.default-header .dropdown-menu { margin-left: 20px;}
.banner-area p { font-size: 35px; }
.banner-area { background: url(../../images/190609.png) no-repeat; background-size: cover; }

.project-area .filters ul li { font-size: 16px; }
/*
.default-header, .sticky-wrapper.is-sticky .default-header { background: #fff; }
*/
.sticky-wrapper.is-sticky .default-header { background:transparent; }

.home-banner-area .fullscreen {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}

body {
  /*
  background: url('/images/bg_7.jpg') no-repeat;
  background-size: cover;
  */
}

.navbar-nav a, .navbar-nav a:hover, .navbar-nav a.active { color: #fff; }



.section-gap { position: fixed; bottom: 0; width: 100%; }


@media (max-width: 991px) {

body {
  background: url('') no-repeat;
}

.sticky-wrapper.is-sticky .default-header { background:#263a4e; }

.main_logo {
  display: block;
  box-sizing: border-box;
  background: url('/images/pask_logow.png') no-repeat;
  width: 222px;
  height: 49px;
  padding-left: 222px;
}

.navbar-nav a { color: #fff; }

.section-gap { position: relative; margin-top: 350vw; }

}
