/* Globals */
/* Links */
a,
a:focus,
a:hover {
	color: #F9F9F9;
}

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

body {
	display: -ms-flexbox;
	display: flex;
	color: #F9F9F9;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  
	/* The image used */
	background-image: url("/images/main.jpg");

	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Header */
.masthead {
	margin-bottom: 2rem;
}

.masthead-brand {
	margin-bottom: 0;
}

.nav-masthead .nav-link {
	padding: .25rem 0;
	font-weight: 700;
	color: #F9F9F9;
	background-color: transparent;
	border-bottom: .25rem solid transparent;
}

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

.nav-masthead .nav-link + .nav-link {
	margin-left: 1rem;
}

.nav-masthead .active {
	color: #5CB85C;
	border-bottom-color: #5CB85C;
}

@media (min-width: 48em) {
	.masthead-brand {
		float: left;
	}
	.nav-masthead {
		float: right;
	}
}

/* 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;
}

/* Footer */
.mastfoot {
	color: rgba(255, 255, 255);
}