/* Riverwood CSS */

body {
	height: 100%;
	font-family: sans-serif;
}

h1, h2 {
	color: #125e12;
	text-align: center;
}

/* used for temp text color */
p, td, {
	color: #1b1b12;
}

th {
	color: #125e12;
	text-decoration: underline;
}

blockquote {
	color: #1E042C;
	background-color: #A478BD;
	border: solid;
	max-width: 100%;
	text-align: center;
	padding: 16px;
	margin: 0 200px 0 200px;
}


/* Id's */
#main {
	background-color: #aacf62;
	padding: 8px 16px;
}

/* Classes */
.bgimg {
	background-position: center;
	background-size: cover;
	background-image: url(img/riverwood_scenic_Skyrim.jpg);
	min-height: 100%;
}

.logo-text {
	color: #aacf62;
	width: auto;
	text-decoration: ;
}

.navbar {
	background-color: #2a3e03;
	padding: 4px 8px;
	width: auto;
	height: 35px; /* 70px */
	border: none;
	display: block;
	outline: 0;
}

.button {
	border: none;
	display: inline-block;  
	padding: 8px 16px;
	vertical-align: middle;
	text-decoration: none;
	color: #aacf62;
	background-color: #2a3e03;
	text-align: center;
	/* white-space:nowrap; removed */
}

.button:hover { 
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	text-decoration: none;
	color: #6cafaf;
	background-color: #0d4747;
	text-align: center;
}

.inlineLink {
	color: #2A3E03;
	text-decoration: none;
	/* background-color: #aacf62; removed */
}

.inlineLink:hover {
	border: none;
	vertical-align: middle;
	color: #6cafaf;
	background-color: #0d4747;
	text-decoration: none;
}

.bquoteLink {
	color: #1E042C;
	text-decoration: underline;
}

.video {
	background-color: #aacf62;
	padding: 64px 16px;
}

/* end */