html,body{
	font-family: katarine-web, sans-serif;
	font-weight: 400;
}
.content{
	padding: 0 !important;
}
.noscroll div.breadcrumb{
	margin-top: 90px;
}
.large-input-container{
	width: 960px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
input.large-input{
	margin: 30px auto 0;
	display: block;
	font-size: 20pt;
	background: #fff;
	border: 1px #ccc solid;
	padding: 10px 26px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.centered-link {
    text-align: center;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 50px;
    padding: 10px 20px;
    border: 1px solid #445404;
    background-color: #445404;
    width: 300px;
    text-decoration: none;
}
.centered-link:hover {
    display: block;
    margin: 20px auto 50px;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #000;
    width: 300px;
    font-size: 10pt;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

paragraphs .text {
	font-family: katarine-web, sans-serif;
	font-weight: 400;
}