/*
** Default CSS
*/

html {
	background: url(../media/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
body{
	background: rgba(0,0,0,.55);
	width: 100%;
	min-height: 100%;
}
a{
	color: #ffca00;
	text-decoration: none;
}

h4:after{
	border-bottom: 1px solid #fff;
	content:"";
	display: block;
	padding-bottom: .25rem;
	margin-bottom: 1rem;
	width: 90%;
}