@import url(https://fonts.googleapis.com/css?family=Merienda+One);

@font-face {
	font-family: "EG Dragon Caps";
	src: 
		url("/fonts/EG_Dragon_Caps.eot?") format("eot"),
		url("/fonts/EG_Dragon_Caps.woff") format("woff"),
		url("/fonts/EG_Dragon_Caps.ttf") format("truetype"),
		url("/fonts/EG_Dragon_Caps.svg#EGDragonCaps") format("svg");
	font-weight: normal;
	font-style: normal;

}

body {
	background-color: #000000;
	color: #D5D4D4;
	font-family: 'EG Dragon Caps';
	text-transform: lowercase;
}

a, a:visited {
	color: #808000;
	text-decoration: none;
}

a:hover {
	color: #FFDA21;
	text-shadow: #FFDA21 0 0 10px;
}

header {
	margin-bottom: 30px;
}

section {
	margin-bottom: 30px;
}

h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	line-height: 40px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.box {
	border-radius: 1em;
	box-shadow: 0 0 30px red !important;
	border: 0px inset red;
	padding: 20px;
}

#status span {
	color: yellow;
	font-family: "Merienda One";
	font-size: 20px;
}

#report .form-group {
	line-height: 60px;
}

#report label {
	text-align: left;
}

#report input {
	color: black;
	padding: 0 10px 0 10px;
	line-height: 40px;
	font-family: "Merienda One";
	font-size: 20px;
}

#report-submit, #report-grace {
    font-size: 1.5em;
}

@media (max-width: 992px) {
	section {
		margin-bottom: inherit;
	}

    .col-md-6 {
        margin-bottom: 30px;
    }

    .row-eq-height {
		display: inherit;
	}

	.spacing-right {
		margin-right: 0 !important;
		padding-right: 0 !important;
	}
}

section .row {
	margin-bottom: 30px;
}

section .row:last-child {
	margin-bottom: 0px;
}

.spacing-right { 
	margin-right: 30px; 
	padding-right: 30px
}

.spacing-left { 
	margin-left: 30px
	padding-left: 30px 
}

#reports span {
	color: yellow;
	font-family: "Merienda One";
	font-size: 20px;
}