body {
	background-color: #CCF0CC;
	color: #016502;
}

h1, h2, h3, h4 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

/** HSG classes **/

#firstheading {
	margin-top: 0;
}

#contentbox {
	background-color:#FFF;
	border-bottom:1px solid #E5E5E5;
}

.footer {
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color:#777;
}

.left-aligned-image, .image.left-aligned-image {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
 }

.image {
	border: 1px solid #DDD;
}

.justified {
	text-align: justify;
}

.alert-box {
	margin: 5px;
	padding: 5px;
	border: 1px solid #DDD;
}

/* team overview page: team tiles */
.teamtile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hsg-table-row {
	background-color: #CCF0CC;
}

.team-photo-text {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.image-description {
	width: 300px;
	margin: auto;
	font-style: italic;
	margin-bottom: 10px;
}

.galerie {
	text-align: center;
}

.player-container {
	float:left; 
	position:relative; 
	background-color: #EEE; 
	border:1px solid #CCC; 
	margin: 1em; 
	padding:0.5em; 
	width: 9em; 
	height:11em; 
	text-align: center;
}

.player-number-container {
	position: absolute; 
	bottom:-15px; 
	left:0px; 
	font-size:3.5em; 
	color: #D8D8D8; 
	z-index: 5;
}

.player-name-container {
	text-align: center; 
	position:relative; 
	z-index: 10;
}

.player-container > a > img {
	margin: 0px;
}

@media screen and (min-width: 992px) {
/*=bootstrap md*/
	.teamtile > img {
		border: red;
		width: 60%;
	}
}

@media screen and (max-width: 991px) {
/*=bootstrap md*/
	.teamtile > img {
		border: green;
		width: 100%;
	}
}
 
/** bootstrap customization **/

/*hide dotted outline on lightbox navigation*/
.lb-nav a:hover, .lb-nav a:focus { 
	text-decoration: none;
	outline: none;
}

.navbar-default, .navbar-brand {
    color: #247C26 !important;
}

.navbar-brand:hover {
	color: #004500 !important;
}

.nav-link {
	color: #006501 !important;
}

.nav-link:hover {
	color: #004500 !important;
}

.nav-link.active {
	font-weight: bold;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #E7E7E7;
    background-image: linear-gradient(to bottom, #EBEBEB 0%, #F3F3F3 100%);
	color: #262626;
    text-decoration: none;
}