	body{
		font-family: ;
	}	
	.navbar{
		background: #e0e3e6;
	}
	.navbar-nav li{
		padding: 10px 50px;
		border-right: 1px solid grey;
		font-size: 20px;
		font-family: Candara;
	}
	.dropdown-menu, .navbar-nav li:focus,
	.dropdown-menu, .navbar-nav li:hover
	{
		background: rgba(0,0,0,0.1);
	}
	.dropdown-menu{
		background: lightgrey;
		border-radius: 0px;
		margin-top: -1px;
	}	
	.dropdown-menu a{
		border-bottom: 1px solid grey;
		font-size: 22px;
	}

		.carousel-item img{
			width: 100%;
			height: 500px;
		}
		.social a{
			padding-right: 10px;
		}
		.social a i{
			background: rgba(255,155,20,0.1);
			border:1px solid black;
			border-radius: 50%;
			font-size: 30px;
			width: 50px;
			height: 50px;
			padding: 10px;
		}

.box {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 300px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.box:hover .image {
  opacity: 0.8;
}

.box:hover .middle {
  opacity: 1;
}

.text {
  background-color: ;
  color: white;
  font-size: 25px;
  padding: 16px 32px;
}
