	
@font-face {
	font-family: 'Verlag-Book';
    src: url('../fonts/verlag-book.woff') format('woff');
}

@font-face {
    font-family: 'Verlag';
    src: url('../fonts/verlag-bold.woff') format('woff');
}

@font-face {
    font-family: 'Landmark Inline';
    src: url('../fonts/Landmark-Inline.woff') format('woff');
}

.main-area a {
	color: #35b6b4 !important;
}

.main-area a:hover {
	text-decoration: none;
}

label {
	font-family: 'Verlag-Book', Arial, sans-serif !important;
	font-size: 16px !important;
}

input {
	font-family: 'Verlag-Book', Arial, sans-serif !important;
	font-size: 16px !important;
}

select {
	font-family: 'Verlag-Book', Arial, sans-serif !important;
	font-size: 16px !important;
}

hr {
	border: 1px solid black !important;
	/*border-radius: 5px;*/
	width: 7%;
	text-align: left;
	margin: 30px 0px !important;
}

h2 {
	font-family: 'Verlag', Arial, sans-serif !important;
	font-size: 40px !important;
}

h6 {
	font-family: 'Verlag', Arial, sans-serif !important;
	font-size: 15px !important;
	color: #58585d !important;
	text-transform: uppercase;
	padding: 80px 0px 0px 0px;
}

p {
	font-family: 'Verlag-Book', Arial, sans-serif !important;
	font-size: 16px !important;
}

.footer {
	background-color: black;
	padding: 40px 0px;
	font-family: 'Verlag-Book', Arial, sans-serif !important;
	font-size: 13px !important;
	color: #B9B9B9;
	margin: 0px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: #35b6b4;
	text-decoration: none;
}

.footer-hr {
	border: 1px solid #333 !important;
	width: 100%;
	margin: 0px;
}

.social {
	text-align: right;
}

.social img {
	margin: 4px;
}

body, html {
	height: 100%;
	margin: 0;
	
}
/* Tints the entire registartion form
.tint:after {
	content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    opacity: .25;
    pointer-events: none;
    background: pink;
    width: 100%;
	height: 100%;
}
*/
.shoe-control-header-bg {
	/*position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	*/
	z-index: -1;
	/* The image used */
	background-image: url("../img/header_shoe_control.jpg");
	
	/* Full height */
	height: 48%; 

	/* Center and scale the image nicely */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-logo {
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 1;
}
