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


body {
 font-family: 'Open Sans', sans-serif;
 font-size:16px;
 color: #333;
}
a:link {
	color:#BF5639;
	text-decoration: none;
}

a:visited {
    text-decoration: none;
	color: #f2b38b;
}

a:hover {
    text-decoration: underline;
	color:#BF5639;
}

a:active {
    text-decoration: underline;
}

.jumbotron {
    background-color: #ffffff;
}