/* This file contains styles for the application */


/* This file contains styles for the application */

/**** BOOTSTRAP OVERRIDE ****/
/* .navbar {
	min-height: 0px;
	margin-bottom: 0;
}

.navbar-nav {
	cursor: pointer;
	font-weight: bold;
}

.navbar-nav>li>a {
	color: black !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-nav>li:hover {
	background-color: purple;
}

.navbar-nav>li>a:active {
	background-color: lightgrey;
}

.navbar-nav>li.menuSelected {
	font-size: large;
}

span.menuSelected>a,
.navbar-nav>li.menuSelected>a {
	color: blue !important;
} */

/**** END BOOTSTRAP OVERRIDE *****/


/**** General ****/
li {
	list-style: disc inside none;
}

.helpUs {
	font-weight: bold;
	margin-top: .5em;
}

.pagecontent {
	padding: 1em 2em;
}


/**** Index ****/
#secondarynavbar {
	font-size: xx-large;
	border-bottom: 1px solid gray;
	padding: 20px;
	margin-bottom: 20px;
}

/*-- header */
#banner>img {
	height: 200px;
	width: 33%;
}

.home-link {
	font-size: xx-large;
	margin-left: 20px;
	padding-top: 8px;
}

.dekoven-navigation {
	display: flex;
	flex-direction: row;
	margin-top: -3.5em;
	background-color: rgba(255, 255, 255, 0.6);
}


/*-- footer */

/**** Home ****/
.adekoven {
	padding: 1em;
	text-align: center;
	max-width: 13em;
}

.dekovens {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.adekoven img {
	height: 100px;
}


/**** Clan ****/
.dekoven-clan {
	margin: .2em;
	padding: .2em;
}

.generation-1 {
	margin-left: 1em;
}

.generation-2 {
	margin-left: 2em;
}

.generation-3 {
	margin-left: 3em;
}

.generation-4 {
	margin-left: 4em;
	/* Removed .adekoven img */
}

.generation-5 {
	margin-left: 5em;
}


/**** Rocky ****/


#imgtitle {
	width: 90%;
	text-align: center;
	font-size: xx-large;
	padding-top: 5px;
	float: left;
	color: white;
}

#xbox {
	cursor: pointer;
	float: right;
	font-size: x-large;
	margin: 2px;
	padding: 0 5px 2px 5px;
	color: tan;
}

#xbox:hover {
	color: green;
	background-color: tan;
}

#picpop {
	display: none;
	border: 3px solid white;
	border-radius: 5px;
	width: 600px;
	background-color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}

#picpop>img {
	padding: 5px 10px 10px 10px;
}


/**** Barococo & Turner ****/
h3 {
	margin-top: .5em;
}

.baracoco-post,
.turnerpost {
	border: 1px dotted black;
	padding: 20px;
	background-color: whitesmoke;
	margin: 20px;
	border-radius: 5px;
}

.baracoco-space {
	height: .5em;
}

.post-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.post-header--title {
	font-size: large;
	margin-bottom: .5em;
	font-weight: bold;
}

.post-date {
	font-size: small;
}


.btn {
	background: url('../img/bg-button.png') no-repeat scroll 0px -70px transparent;
	color: #FFF;
	display: inline-block;
	font: 24px/60px "OpenSans";
	height: 60px;
	width: 230px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}