/*
font-family: 'Open Sans', sans-serif;
font-family: 'Gentium Book Basic', serif;
*/

#wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	color: white;
}

#title {
	font-family: 'Prociono', sans-serif;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 3em;
	background-color: rgba(48, 48, 48, 0.4);
}

.panel {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.panel-default > .panel-heading-custom {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	color: #fff; 
	font-size: 1.1em;
}

.player-img {
	width: 190px;
	height: 120px;
	border-radius: 5%;
	border: 5px solid black;
}

.player-select,
#your-player {
	border-color: green;
}

.player-select:hover,
.player-select:active {
	border: 8px solid chartreuse;
}

.locked-player-img {
	-webkit-filter: blur(5px);
}

.opponent-select,
#your-opponent {
	border-color: red;
}

.opponent-select:hover,
.opponent-select:active {
	border: 8px solid magenta;
}

#fight-section {
	background-color: rgba(48, 48, 48, 0.4);
}

#attack-verbiage {
	background-color: rgba(48, 48, 48, 0.4);
}

#btnAttack {
	color: red;
	font-weight: bold;
}

#btnReset {
	color: black;
	font-weight: bold;
}