/* Overriding DD15 styles - 2018/19 */

@font-face {
    font-family: 'miserableregular';
    src: url('../fonts/miserable-webfont.eot');
    src: url('../fonts/miserable-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miserable-webfont.woff2') format('woff2'),
         url('../fonts/miserable-webfont.woff') format('woff'),
         url('../fonts/miserable-webfont.ttf') format('truetype'),
         url('../fonts/miserable-webfont.svg#miserableregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #210d0d;
}

.about {
	background: #f1f1f1;
	color: #212221;
	padding-top: 4%;
	padding-bottom: 4%;
}


.about {
	background: #f1f1f1;
	color: #212221;
	padding-top: 4%;
	padding-bottom: 4%;
}

.contact {
	background: #d52e2f;
	color: #f1f1f1;
	padding-top: 4%;
	padding-bottom: 4%;
}

.contact a {
	color: #f1f1f1;
}

 .contact p {
 	text-align: center;
 }


.contact i.step {
	font-size: 48px;
	clear: both;
	display: block;
	margin: 0;
}

.contact h2 i.step {
	font-size: 34px;
	clear: both;
	display: block;
}

.contact p, .contact h2 {
	color: #f1f1f1;
}

.work {
    color: #ffffff;
	padding-top: 8%;
	padding-bottom: 4%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'miserableregular', Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.work h2 {
    text-align: center;
    color: white;
}

.DD_maincontainer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

header {
	-moz-box-shadow: 0 0 20px rgba(12, 12, 12, 0.84);
	box-shadow: 0 0 20px rgba(12, 12, 12, 0.84);
	z-index: 9999;
}

footer {
	padding-top: 4%;
	padding-bottom: 4%;
	color: #fff;
	font-size: 8px;
}

footer p {
	font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

header h1 {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

.sub-nav dl dd a {
	height: 50px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hero {
	background: url(../img/1024_bg.jpg) center center no-repeat #be0809;
	height: 100vh;
	position: relative;
	background-size: cover;
}

.intro-text {
	position: relative;
	top: 150px;
}

.hero h1 {
	color: #fff !important;
	font-size: 5rem;
    line-height: 42vmin;
    text-shadow: 0 2px 2px #ae0101;
}

.hero a {
		font-family: 'miserableregular', Arial, Helvetica, Geneva, sans-serif;
	color: #fff !important;
	font-size: 2rem;
	line-height: 3rem;
    padding: 8px;
    display: block;
    border-width: 1px;
    border-style: solid;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #210d0d;
}

.flex-video {
    padding-top: 0;
}

@media only screen and (min-width: 40.063em) {
	header h1 {
		font-size: 1.5rem;
		color: #fff;
		margin-bottom: 0;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-align: left;
	}

}




