html,
body {
	height: 100%;
	background-color: #5CB85C;
}

/* Cover */
.cover {
	padding: 0 1.5rem;
}

.cover-container {
	max-width: 45em;
}

.cover-heading {
	font-weight: 500;
}

/* to highlight title*/
.highlighted {
    background-color: rgba(0,0,0,.3);
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.card-body-height {
	min-height: 300px;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-close{
	position: absolute;
	top: 10px;
	left: 10px;
}

/* jumbotron group */
.jumbotron {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 0;
	background-color: #5CB85C;
	border-radius: 0;
	
	/* The image used */
	background-image: url("/images/album.jpg");

	/* Full height */
	height: 450px; /*100%*/

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
@media (min-width: 768px) {
	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron-heading {
	font-weight: 500;
}

.jumbotron-title {
	font-weight: 500;
}

.jumbotron .container {
	max-width: 45rem;
}

/* Menu Link */
.nav-masthead .nav-link {
	padding: .25rem 0;
	/*font-weight: 700;*/
	color: #F9F9F9;
	background-color: transparent;
	border-bottom-style: dotted;
	border-bottom-width: thick;
	border-bottom-color: transparent;
	width: 50%;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	border-bottom-color: #F9F9F9;
	
}


footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: .25rem;
}

/* .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235CB85C' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
} /*

/* .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235CB85C' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
} */