body {
	font: 18px/150% 'Noto Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	height: 100%;
	background-color: #e3e5e9;
    padding-top: 50px;
    color: #1b314e;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	}

a {
	text-decoration: none;
	color: #620f10;
	}
a:hover {
	text-decoration: underline;
	color: #620f10;
	}
hr {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
	}
li {
	list-style-type: none;
	}

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	}

.btn-primary {
	background-color: #1b314e;
	border-color: #1b314e;
	font-weight: bold;
	}
button.btn-primary:hover {
	background-color: #00295f;
	border-color: #00295f;
	}
.price {
	font: 32px/120% 'Noto Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	color: #8a2829;
	font-weight: 800;
	}
.order {
	font: 21px/120% 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	color: #8a2829;
	font-weight: 800;
	}


/*  Navigation  */
.navbar {
	margin-bottom: 0;
	}
.navbar-default {
	background-color: #8a2829;
	font-family: 'Noto Sans', sans-serif;
	border: 0;
	}
.navbar-brand {
	padding: 5px;
	}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a {
	background-color: #620f10;
	color: #fff;
	}


/*  Content  */
.content {
	font-weight: 300;
	margin: 30px auto;
	background-color: #e3e5e9;
	}
.content > .row > .col-md-12 {
	padding-left:0;
	padding-right: 0;
	}
.shadow {
	-moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	min-height: 450px;
	}

/*  Feature Block  */
.stars {
	background: url(../images/starring.png) repeat;
	color: #e3e5e9;
	padding: 35px;
	font-weight: 700;
	margin-top: 0;
}
.red {
	background-color: #ccc;
}
.red .btn-danger {
	background-color: #1B1F39;
	border-color: #1B1F39;
}

/*	Hero  */
.hero {
	background: url(../images/mailboxes.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	margin: -10px 0 0 0;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
	height: 400px;
	padding: 0;
	}


/*  Footer  */
.footer {
	min-height: 300px;
	padding: 2.2% 15px;
	margin: 0 0 -50px 0;
	background-color: #1b1f2e;
	background: url(../images/asfalt-dark-copy.png) repeat;
	font-size: 90%;
	color: #e3e5e9;
	}
.footer i {
	margin-right: 5px;
	}
.footer a {
	color: #e3e5e9;
}