* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {
	margin: 0px;
	background-color: #383637;
}
a, p, h2, h3, h4, li {
	color: #fff;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	}
a {
		text-decoration: none;
		color: #fff;}
p {
	letter-spacing: 3px;
	font-size: 14px;
}
h3 {
		text-transform: uppercase;
		letter-spacing: 7px;
		font-size: 17px;
}
img {
	max-width: 250px;
	height: auto;
}
.wrapper {
	margin-top: 100px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.wrapper {
		padding: 10px;
	}

}
