body {
  /*background: url(../img/bg.jpg) no-repeat center center fixed; */
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

.brand,
.address-bar {
  display: none;
}


.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  /*background: #fff;
  background: rgba(255,255,255,0.9);
  */
  margin-bottom: 0px;
  padding: 5px 5px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255,255,255,0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}
/* Large screen */
@media screen and (min-width: 768px) {

.brand {

  display: inherit;
  border:solid;
  border-width:3;
  border-color:#00FF2C;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.brand_gray {
	display: inherit;
	line-height: normal;
	text-align: center;
	margin: 0;
	background:#FFF;
}
.brand_black {
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	font-family: Tahoma, sans-serif;
	/*background-image: url(../img/line_gold.jpg);*/
	font-size: 14px;
	font-weight: bold;
	align-content: center;
	text-align: center;
	color: #888888;
	border-bottom: 1px solid #999999;
	background-color: #000;
}
.gold_line {
	display: inherit;
	height:5px;
	text-align: center;
	margin: 0;
	background-image: url(../images/line_gold.jpg);
	background-repeat: repeat;
}
.black_line {
	border-radius: 0px;
	background-color: #333333;
	border-color: #DDDDDD;
	text-align: center;
	height:2px;
	line-height:2px;
	width: 250px;
	margin: auto;
}
.white_line {
	display: inherit;
	height:1px;
	text-align: center;
	margin: 0;
	background:#FFF;
	background-repeat: repeat;
}
.orange_line {
	display: inherit;
	text-align: center;
	margin: 0;
	background-color:#ff9900;
	background-repeat: repeat;
	line-height:20px;
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.address-bar {
  display: inherit;
  border:solid;
  border-width:3;
  border-color:#F3060A;
  text-align: center;
  margin: 0;
  padding: 0 0 40px;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: #fff;
  background: rgba(255,255,255,0.9);
  border: none;
}

.nav>li>a {
  padding: 5px;
}

.navbar-nav>li>a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 14px;
}

}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}