.navbar {
	margin-bottom: 20px;
  }
  
  .navbar-brand,
  .navbar-nav li a {
	  font-weight: bold;
	  color: #ece0e0 !important;
  }
  
  .navbar-nav li a:hover {
	  color: #888581 !important;
  }
  
  .bg-primary {
	  background-color: #03172c !important;
  }
  
  .navbar-toggler-icon {
	  background-image: url('https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png');
	  width: 20px;
	  height: 20px;
  }

p	{
	font-family: 'Crimson Text', serif;
	font-size: small;
	color: rgb(255, 253, 253);
}  

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	border-radius: 5px;
  }
  
  .carousel-caption h5,
  .carousel-caption p {
	color: #fff;
  }

  .footer {
	background-color: #03172c;
	color: #fff;
	padding: 30px 0;
}
.footer p {
	text-align: left;
	margin-bottom: 0;
	color: #ece0e0;
}	

body	{
	background-color: #03172c;
}

  
  .carousel-item {
	height: 80vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  .embed-responsive {
	height: 80vh;
  }  