@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600');

*:not(textarea) {

	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	resize: none;
	font-size: inherit;
	vertical-align: middle;
	-webkit-font-smoothing: antialised;
	text-shadow: 0.3px 0.3px 0.2px rgba(0,0,0,0.1)}

@font-face {

	font-family: 'monBold';
	src: url('../font/bold.woff2') format('woff2'),
		 url('../font/bold.woff') format('woff');
	font-weight: normal;
	font-style: normal}

@font-face {

	font-family: 'monLight';
	src: url('../font/light.woff2') format('woff2'),
		 url('../font/light.woff') format('woff');
	font-weight: normal;
	font-style: normal}

body {

	position: absolute;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	font: 400 14px/1.5 	"Fira Sans",
					  	"Helvetica Neue",
					  	 Helvetica, Arial,
					  	"Lucida Grande",
					  	 sans-serif;
	color: #fff;
	background: #141a16}

a, a:link, a:visited {

	color: inherit;
	text-decoration: none}

a:hover {

	text-decoration: underline;
	cursor: pointer}

b {font-weight: 600}

/* TYPICAL -------------------------------- */

main {

    position: absolute;
    width: 100%;
    height: auto;
    background: #1f2621}

/* RESPONSIVE ----------------------------- */

@media screen and (min-width: 1366px) {

    main {

        left: 50%;
        margin-left: -683px;
        width: 1366px}}
