@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
}

.deer {height: 100%; background-image: url(../images/deer1.jpg) !important; background-position: top center; background-size: cover; background-repeat: no-repeat; background-color: #120b05;}

/*.test {width: 25%; height: 100vh; background-color: #efefef;}*/

.sidebar {height: 100%; margin-top: 0px; margin-bottom: 0px; width: auto;}

.heroTitle {position: relative; color: #ffffff; font-family: 'Share', cursive; margin-left: 25px;}

.required:before {
    content: "* ";
    color: red;
}

.required span {
    color: red !important;
}

h1 {font-family: 'Share', cursive; font-size: 52px; color: #84332e;}

.mainContainer {
  min-height: 100%;
  height: 100%;
  margin: 0 auto -40px;
}

.full-height {
  height: 100%;
  min-height: 100%;
}

.navbar-fixed-left {
  width: 140px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 139px;
}

.navbar-fixed-left + .container {
  padding-left: 160px;
}

.container {
  height: 1000px;
  width: 100% !important;
}

.wrapper {
  margin-left: 140px;
}

.copyright {font-size: 10px; color: #79522d; line-height: 14px; margin-top: 55px; padding-left: 15px}

.productBack {background-color: #dabd95; background-image: url(../../images/natureBack2.png); background-position: right center; background-repeat: no-repeat; background-size: cover;}

input[type=text] {width: 350px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 3px; font-size: 16px;-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

label {font-family: 'Share', cursive; font-size: 18px; display: block; font-weight: 300; padding-bottom: 0px;}

input[type=submit] {font-family: 'Share', cursive; width: 120px; color: #ffffff; background-color: #84332e; font-size: 18px; padding-top: 8px; padding-bottom: 8px; border: 0px; margin-top: 15px; margin-left: 15px;}

input[type=submit]:hover {background-color: #6c2b27 !important;}

input[type=reset] {font-family: 'Share', cursive; width: 120px; color: #ffffff; background-color: #84332e; font-size: 18px; padding-top: 8px; padding-bottom: 8px; border: 0px; margin-top: 25px; }

input[type=reset]:hover {background-color: #6c2b27 !important;}

textarea {width: 350px; height: 180px;}

select {
  font-family: 'Share', cursive; width: 120px; font-size: 16px; margin-bottom: 15px;
}

#order a:link {color: #84332e !important; text-decoration: none !important;}
#order a:hover {color: #84332e !important; text-decoration: none !important;}
#order a:visited {color: #84332e !important; text-decoration: none !important;}
#order a:active {color: #84332e !important; text-decoration: none !important;}

/* Bootstrap Overides */

.modal-title {
  text-align: left !important;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.navbar-inverse {
  background-color: #241609;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #bf8e60;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
	font-family: 'Share', cursive;
	font-weight: normal !important;
  color: #bd986c;
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Share', cursive;
	font-weight: normal !important;
  color: #bd986c;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	font-family: 'Share', cursive;
	font-weight: normal !important;
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}