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

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

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;
	min-height: 150px;
	}
.navbar-default {
	background-color: #6f533f;
	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/double-bubble-dark.png) repeat;
	color: #e3e5e9;
	padding: 35px;
	font-weight: 700;
	margin-top: 0;
}
.red {
	background-color: #6F1D1B;
	color:  #fff;
}
.red .btn-danger {
	background-color: #1B1F39;
	border-color: #1B1F39;
}

/*	Hero  */
.hero {
	background: url(../images/girl-with-dog.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: 500px;
	padding: 0;
	}

/*  Hero Vid  */
.video-container {
    width:  100%;
    height: 500px;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  padding: 0px;
}


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