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

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

p {
	font-size: 1.25em;
	line-height: 1.6;
	color: #033;
	font-family: "Century Gothic";
	text-align: center;
	font-weight: bold;
}

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: 4px;
	font-weight: 400;
	text-align: right;
	font-style: normal;
}

.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: 850px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding: 30px 15px;
}

.intro-text {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2.00em;
	font-weight: bold;
	font-family: "Century Gothic";
	color: #00B082;
}

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

.img-left {
	float: inherit;
	margin: 0 auto 0;
	max-width: 100%;
	height: auto;
	line-height: none;
}

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

footer p {
  margin: 0;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {

.brand {
	display: inherit;
	font-weight: 700;
	font-size: 2em;
	line-height: normal;
	text-align: center;
	margin: 0;
	padding: 20px 0 10px;
	color: #fff;
	text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
}

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

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

.address-bar {
	display: inherit;
	text-align: center;
	margin: 0;
	padding: 0 0 40px;
	font-size: 1.00em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 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: 35px;
}

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

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

}

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