@charset "utf-8";

/* Google Fonts
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');



/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
	background: #0e0e0e;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width: 100%;
	min-height: 100%;
	font-size: 108%; /* 14px */
	position: relative;
}

/* phones */
@media only screen and (max-width: 767px) {
	body {
		position: relative;
		right: 0;
	}

	#wrap {
		min-width: none;
		padding-top: 50px;
		font-size: 100%; /* 13px */
	}
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #dddddd; /* Safari */
}
::-moz-selection {
	background: #dddddd; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #fff;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* print
========================================================================== */

@media only print {
	body {
		background: #fff;
		color: #000;
	}
}