@import 'reset.css';
@import 'text.css';

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/* mako-regular - latin */
@font-face {
  font-family: 'Mako';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mako-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/mako-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mako-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mako-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mako-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/mako-v18-latin-regular.svg#Mako') format('svg'); /* Legacy iOS */
}

 

body {
	color: #FFF;
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-attachment: fixed;
	background-color: #000000;

}
h1 {
 }

h2{margin-bottom:10px; margin-top:20px}
h3 {
font-weight:normal;
font-size: 13px;
color: #c5cc05;
margin-bottom: 0px;
}

.headline{margin-bottom:50px}


a {
  color: #c5cc05;text-decoration:none
}

a:hover {
  color: #c5cc05;
}

ul,li{margin:0; padding:0}

#main{width:80%; padding:50px; margin-top:50px; margin-bottom:50px}
