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

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

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

}

h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}

body {
	font-family:'dax-regular', Sans-Serif;
	color:#FFF;
}


.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.container-fluid {
	border: 15px solid #EF3F44;
}

.showcase-red {
	background:#EF3F44;
    font-size: 19px;
    line-height: 30px;
}

.showcase-red h1, .showcase-green h1 {
	line-height:51px;
}

.showcase-red .top-sep {
	margin-top:50px;
}


.showcase-green {
	background:#46893a url('../images/intel_1.jpg') no-repeat top left;
}

.showcase-green .top-sep {
	margin-top:208px;
}

.showcase-red, .showcase-green {
	padding-bottom:9999px;
	margin-bottom:-9999px;
}

.padding-footer {
	padding:84px 8px;
}

.footer h1, .footer h2{
	color:#999;
	font-weight:bold;
	font-size:38px;
}

.footer p {
	color:#999;
	font-weight:bold;
	font-size:16px;
}

.footer span {
	color:#0A74B1;
}

.padding-on {
	padding:20px;
}
