html {
  position: relative;
  height: 100%;
}
.nav a {
  color: rgb(230,230,230);
  font-size: 16px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}
.nav li {
  display: inline;
}
.nav {
    padding: 4px 0px 2px 0px;

}

.navbar-nav > li > a {
    color: #eee !important;
}

.navbar-nav > li > a:hover {
    color: #ccc !important;
}

.navbar-default {
    background-color: rgb(24,24,24);
    background-image: -webkit-linear-gradient(top, rgb(24,24,24) 0%, rgb(48,48,48) 100%);
  background-image: -o-linear-gradient(top, rgb(24,24,24) 0%, rgb(48,48,48) 100%);
  background-image: linear-gradient(to bottom, rgb(24,24,24) 0%, rgb(48,48,48) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(24,24,24)', endColorstr='rgb(48,48,48)', GradientType=0);
  border: none;
  box-shadow: 5px 5px 5px rgba(18,18,18,0.3);
}



.footer {
    padding: 10px 0px 2px;
    background: rgb(24,24,24);
    text-align: center;
    width: 100%;
  	height: 40px;
    margin-top: 0px;
    
}
.footer p {
    color: #efefef;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer a {
    font-weight: bolder;
}
.frontcover{
    max-width: 80%;
    height: auto;
    padding: 28px 0px 10px 0px;
}
.minicover{
    max-width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
}
ul.nav > li.active > a, ul.nav > li.active > a:hover {
    background-color: rgb(210,210,210);
    border-radius: 5px;
    
}
.frontandcenter {
    text-align: center;
}

.h1 {
    color: white;
    
}
.button {
	/*
    background-color: white;
    display:inline-block;
    border-radius:25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 2px solid black;
    padding: 5px 7px 5px 7px;
	margin-bottom: 5px;
	margin-right: 5px;
	*/
	border: 2px solid rgb(132, 43, 17);;
  	color: #2b2b2b;
  	font-weight: bold;
  	letter-spacing: 1px;
  	margin-top: 18px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.4s ease-in;
    padding: 10px 0px 10px 0px;
}

.button:hover {
  background:  rgb(132, 43, 17);;
  color: #eee;
}

.buttonwhiteclear {
    /*display:inline-block;
    border-radius:25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 2px solid white;
    padding: 5px;
	padding: 5px 7px 5px 7px;
	margin-bottom: 5px;
	margin-right: 5px; */
	border: 2px solid white;
  	font-weight: bold;
  	letter-spacing: 1px;
  	margin-top: 18px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.4s ease-in;
    padding: 10px 0px 10px 0px;
}

.buttonwhiteclear:hover {
  background: rgba(0,0,0,0.5);
}

.form-control {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #842b11;
  box-shadow: none;
  color: #363636;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}
.form-control:focus {
  border-bottom-color: #202020;
}
input {
  height: 60px;
}
input[type="submit"] {
  border: 2px solid #842b11;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
}
input[type="submit"]:hover {
  background: #842b11;
  color: #eee;
}
input, select, textarea{
    color: #363636;
}

textarea:focus, input:focus {
    color: #363636;
}

.required-form::-webkit-input-placeholder {
   color: #de5555;
}

.required-form:-moz-placeholder { /* Firefox 18- */
   color: #de5555;  
}

.required-form::-moz-placeholder {  /* Firefox 19+ */
   color: #de5555;  
}

.required-form:-ms-input-placeholder {  
   color: #de5555;  
}

.navbar-brand {
	position: static;
	margin: 0 !important;
}

.navbar-header{
	margin: 0 !important;
}

body {
	padding-top: 60px;
	padding-bottom: 0px;
    height: 100%;
	width: 100%;
}

#wrapper {
    min-height:100%;
}

.buttonform{
  border: 2px solid #009988;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
  height:auto !important;
}
.buttonform:hover {
  background: #009988;
}

.navbar-text {
	margin-left: 15px;
}

.heading {
	text-transform: uppercase;
	text-align: center;
    margin-top: 35px;
}

.fullsize {
	height: 100vh;
	background-size: cover;
	position: relative;
	min-height:500px;
    bottom: 10px;
	
}

.fullsize-text {
	color: #ffffff;

}

.fullsize-textbox h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 48px;

}

.fullsize-textbox {
    background-color: rgb(132, 43, 17);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 5px 3px 3px rgba(0,0,0,0.4)
    
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.front-object{
    height: 13% !important;
}

.subscriptionbox {
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
}



/*@media all and (max-width: 768px){
	.largethumbnail {
		display: none;
	}
}*/