/*@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: 'Montserrat', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	word-spacing: 5px;
}

p {
	color: #555;
	font-size: 15px;
}

.padding-tb {
	padding-top: 40px;
	padding-bottom: 40px;
}

.shortpadding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.padding-top {
	padding-top: 40px;
}

.top-img-pad {
	padding: 0;
}

.top-img {
	position: relative;
	height: 250px;
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../../images/top-img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top-img h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: white;
	text-transform: uppercase;
}

*/