html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
     background: #1C2331!important;
  }
}

     @media (min-width: 800px) and (max-width: 850px) {
              .navbar:not(.top-nav-collapse) {
                  background: #1C2331!important;
              }
          }

.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}.navbar{background-color:rgba(0,0,0,.2)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}
/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.3); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }



li.nav-item strong {
  color: #0d47a1;
}
#services h2 {
  font-weight: bold !important;
  text-align: center;
}
#services .col-md {
  padding: 0 !important;
}
#services .container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}
.black-screen {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: -1;
}
#services .container {
  margin: 0 !important;
  max-width: unset;
  width: 100%;
  background: white;
  opacity: 0.9;
  position: relative;
}
#services .anchor {
  position: absolute;
  top: -20%;
}
#services .list-group-item {
  padding: .35rem 1.25rem !important;
}
#services .col-md {
  width: 50%;
  max-width: 50%;
}
#services .col-md.img {
  display: flex;
}
#services .col-md.text {
  padding: 2% 6% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}