@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url("normalize.css");
@import url("bootstrap.min.css");
@import url("header_background.css");
@import url("header_footer.css");
@import url("sections.css");

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Oswald', sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
}

a {
	color: #e50000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
a:hover, a:focus {
	color: #950B43;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
}

@media (min-width: 768px) {
	p {
		font-size: 18px;
	}
}

