
body {
	padding-bottom: 2rem;
	padding-top: 4rem;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}

div#header {
	height: 420px;
	margin-top: -65px;
	margin-bottom: 40px;	
	padding: 20px;
	background-image: url(../../images/cover_bg_1.jpg);
	color: #FFF;
}
div#header h1{
	font-family: "Licorice";
	font-weight: 400;
	font-size: 80px;
	color: #F8B930;
	display: block;
	line-height: 1.5;
}
div#footer {
	height: 400px;
	margin-top: 100px;
	padding: 50px;
	background: #FEF6F8;
	color: #000;
	font-size: 16px;	
}
div#footer h1{
	font-family: "Licorice";
	font-weight: 200;
	font-size: 30px;
	color: #000;
	display: block;
	padding-bottom: 20px;
	line-height: 1.5;
}
.row {
	margin-bottom: 1rem;
}
[class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#files {
    overflow-y: scroll !important;
    min-height: 320px;
}
@media (min-width: 768px) {
	#files {
		min-height: 0;
	}
}
#debug {
	overflow-y: scroll !important;
	height: 180px;	
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}