body {
	font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	color: #757575;
	background-color: #f5f5f5;
	padding-top: 90px;
}

html {
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	p {
		font-size: 18px;
		line-height: 1.6;
	}
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #f5f5f5;
}

a:focus, a:hover {
	text-decoration: none;
	color: #337ab7;
}
