img.bg {
	min-height: 100px;
	min-width: 400px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-100;
}

.icons {
	margin:25px 0 25px 0;
	max-height:80px;
}

.bordered {
	border: 1px solid #ff8c57; /*#ffb100;*/
}

header {
	position:absolute;
	top:0px;
	background: #091b1c;
	height:46px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.02);
	width:100%;
}

ul li {
	font-size: 100%;
}

.centered {
	text-align:center;
}

.navbar ul a {
	color: #a23662;
}

.navbar ul a:hover {
	color: #ff8c57;
}

.navbar ul {
	min-width: 50%;
}

.navbar li {
	display: inline-block;
	font-size:18px;
	text-transform: uppercase;
	margin:0 1% 0 1%;
}

h1 a:hover {
  text-decoration: underline;
}

.logo { background-color:#ff8c57; }
.logo:hover { background-color:#ffb657; }
