

* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	color: #000;
	margin: 0px;
	font-family: futura-pt, sans-serif;
	background: #fff;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 20px;
}

.center {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px;
}

img {
	max-width: 99%;
}

h1, h2 {
	font-family: badaboom-pro, sans-serif;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}



a {
	color: #ddd;
	text-decoration: none;
	text-shadow: 4px 4px 0px rgba(0,0,0,1);
	font-size: 40px;
	-webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.tac {
	text-align: center;
}
