@charset "UTF-8";
/* CSS Document */


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

body {
	background-color: #211F1F;
	font-family: 'Roboto', sans-serif;
	color: #B4AF8B;
}

p {font-family: 'Roboto', sans-serif; font-weight:400; font-size: 1em; letter-spacing: .1em;}


.logo {
	padding-top: 55px;
	text-align: center;
}
