/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

section {
  padding: 150px 0;
}

navbar-brand {
  background-image: url('../images/powered-by-aws.png');
  background-size: cover;
  background-position: center;

}

.navbar-brand img {
  width: 180px;
}


.hero_section{
  position: relative;
  min-height: 450px;
}
.overlay_bg{
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar {
	padding: 0 1rem;
}
.ref_logo{
  display: block;
 width: 100px;
  margin: 30px auto;
  position: absolute;
  left: 100px;
  bottom: 0px;
  z-index: 9999;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}