
#navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  #navbar {
    box-shadow: none;
    background-color: transparent;
  }

  #navbar .navbar-brand:hover {
    color: #fff;
  }
  #navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1.0rem;
  }
  #navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #navbar.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(10, 78, 128,0.15);
    background-color: #fff;
  }

}
#intro {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#intro .h1 {
  font-size: 2.25rem;
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(10, 78, 128, 0.1) url("../img/img1.jpg"); no-repeat center
		center/cover;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.full-bg-img {
	z-index: 2;
	
}

.top-nav-collapse {
  background-color: #0A4E80 !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #0A4E80 !important;
  }
}

#intro .h6 {
  font-weight: 300;
  line-height: 1.7;
}

.hm-gradient .full-bg-img {
  background: rgba(10, 78, 128, 0.1);;
  background: linear-gradient(45deg, rgba(10, 78, 128, 0.7);, rgba(11, 70, 107, 0.7) 100%);
}

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}


a[href] {


  color: #0A4E80;


}

#Projects .lead {
  opacity: 0.7;
}
#Projects .card-image1 {
  background: url("../img/projectback.jpg") no-repeat center center;
}
#Projects .card-image2 {
  background: url("../img/projectback1.jpg") no-repeat center center;
}
#Projects .card-image3 {
  background: url("../img/projectback2.jpg") no-repeat center center;
}
#Projects ul li {
  font-size: 1.1em;
}
