@font-face {
	font-family: 'comfortaa-regular';
	src: url('../font/comfortaa_bold.ttf') format('truetype');
}


.d-brand-color{
	color: #e91818;
}
.d-bg-color-brand{
	background-color: #e91818;
}

.d-bg-color-primary{
	background-color: #2b3347;
}
.d-bg-color-secondary{
	background-color: #353d50;
}
.d-max-width {
	max-width: 980px;
}

html{
    font-family: comfortaa-regular;
    font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #2b3347;

	/*
	background: #1a252f;
	background: #16232f;
	background: #2b3347; */

	/* 
	background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;  */
}

li{
	font-size: 12px; 
	margin-top: 8px;
}

a{
	color: #fff;
}
/* ************************* Workspace  ************************* */

body #particle-canvas {
	position: absolute;
    z-index: 1;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body #workspace {
	position: absolute;
    z-index: 2;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}


/* ************************* Header ************************* */
.push-header{
	/* .push must be the same height as .header */
	height: 248px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Header */
	/*clear: both;*/
}

.header {
	/* .push must be the same height as .header */
    width: 100%;
	height: 240px;
	/* align-content: center; */
	/* background-color: rgba(0, 0, 0, 0.2);  */
	border-top: #e91818 8px solid ;

}
.header-content {
	/* height: 240px; */
	padding: 16px ;
	margin: 0 auto;
	/* align-content: center; */

}
.header-content-logo-name {
	text-align: left;
	color: #ffffff;
	font-size: 28px;
	display: block;
}
.header-content-contact{
	font-size: 13px;
	text-align: center;
	color: #90a4b8;
	padding-top: 8px;
	width: auto;
}
.header-content-contact a{
	/* text-decoration: none; */
	color: #90a4b8;
}


/* ************************* Wrapper ************************* */
.wrapper {
	min-height: 100%;
	height: auto !important;
	/* The top and bottom margin is the negative value of the header's and footer's height */
	margin: -248px 0 -80px 0;
	overflow: visible !important;
}


/* ************************* Content ************************* */

.content {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.content-header {
	max-width: 980px;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
}

.content-section {
	max-width: 980px;
	margin: 24px auto;
}
.content-title {
	font-size: 20px;
	display: inline-block;
	padding: 12px 12px;
	margin-left: 8px;
	border-bottom: #e91818 2px solid;
	border-radius: .4rem;
	background-color: rgba(0, 0, 0, 0.2);
}

.content-container {
	max-width: 980px;
	font-size: 16px;
	padding: 8px 16px;
	margin: 0 auto;
}

.content-tech-box {
	width: 56px;
	height: 56px;
	padding: 8px 4px;
}

/* ************************* Footer ************************* */
.push-footer{
	/* .push must be the same height as .footer */
	height: 80px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Footer */
	clear: both; 
}

.footer {
	/* .push must be the same height as .footer */
	height: 80px;
	padding: 0;
	border: 0;
	/* Multicolumn Layout With Sticky Footer */
	clear: both;
	align-content: center;
	/* background-color: rgba(0, 0, 0, 0.2);  */
}

.footer-content-made-by{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px 0;
	margin: 0 auto;
}
.footer-content-made-by a{
	/* text-decoration: none; */
	color: #90a4b8;
}
.footer-content-rights{
	font-size: 13px;
	text-align: center;
	color: #90a4b8;
	padding-top: 8px;
	width: auto;
}