body {
	font-family: Raleway;
	margin:25px;
	background-color:#2e3139;
}

* {
	font-family: Raleway;
	color:#fff;
}

div#page {
	max-width:800px;
	margin:0 auto;
}

div#header{
	
}
div#main { 
	border-radius: 5px;
	background-color:#000;
	background-image: linear-gradient(#222222, black);
	padding:25px;
	padding-bottom:50px;
	margin-top:25px;
	margin-bottom:25px;
}

div#footer {
	text-align:center;
}



/*  Two columns  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
	body {
		margin:0px;
		margin-top:25px;
		margin-bottom:25px;
	}
	div#main { 
		border-radius: 0px;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	#socialMediaIcons{ display:none;}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
	body {
		margin:0px;
		margin-top:25px;
		margin-bottom:25px;
	}
	div#main { 
		border-radius: 0px;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	
	#socialMediaIcons{ display:none;}
}


#socialMediaIcons{
	text-align:right;
	margin-top:27px;
	margin-right:25px;
	margin-left:-30px;
}


a:link {color:#f2f294;background:transparent;text-decoration:none}
a:visited {color:#f2f294;background:transparent;text-decoration:none}
a:active {color:#f2f294;background:transparent;text-decoration:none}

h1 {
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26.4px;
}

h1.title {
	font-familyy: 'Raleway ExtraBold';
	display:inline;
	font-size:40px;
	font-weight: 1000;
	text-color:#fff;
}
h1.title a:link {color:#fff;}
h1.title a:visited {color:#fff;}
h1.title a:active {color:#fff;}

div#footer a:link {color:#fff;}
div#footer a:visited {color:#fff;}
div#footer a:active {color:#fff;}


img.holonic-logo{
	width:50px;
	height:50px;
	margin-bottom:19px
}

h2 {
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20.4px;
	width:100%;
	border-bottom:1px solid white;
	margin-bottom:12px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:10px;
}
h3 {
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
	width:97%;
	padding-left:10px;
	padding-bottom:4px;
	border-bottom:1px solid #404040;
}

h4 {
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14.4px;
	width:96%;
	padding-left:15px;
	padding-bottom:4px;
	border-bottom:1px solid #202020;
}

p, ul, li {
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}
blockquote {
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
}
pre {
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18.5714px;
}
dt {
	font-size: 13px;
}



