@charset "UTF-8";
/* CSS Document */

p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

.underline {
	padding-bottom: 2px;
	border-bottom: black 1px solid;
}

.underlinewhite {
	padding-bottom: 2px;
	border-bottom: white 1px solid;
}

.underlinewhitelong {
	padding-bottom: 20px;
	border-bottom: white 1px solid;
}

#contactinner p a:link {
	color: #FFF;
	text-decoration: none;
}

#contactinner p a:active {
	color: #FFF;
	text-decoration: none;
}

#contactinner p a:visited {
	color: #FFF;
	text-decoration: none;
}

#contactinner p a:hover {
	color: #FFF;
	text-decoration: underline;
}