<style>
* {
margin: 0;
}
html {
height: 100%;
  }

body {
  padding-top: 50px;
  padding-bottom: 30px;
	/*margin-top:50px;
  margin-bottom:50px;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14pt;
	color: black;

}

.navbar-custom {
  background-color: rgb(139,101,8);
}

h4 {
color: black; /* #b00000;*/
text-align: center;
}

.img-responsive{
	max-width: 100%;
	height: auto;
  }

.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

#full_bg {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:-1;
}

@media screen and (max-width: 1024px) {
  #full_bg {
	  left: 50%;
	  margin-left: -512px;
  }
}
/*.navbar {
margin: 0px -15px; //-15px
} */

.navbar-brand {
	margin-left:20px;
}

#home {
  width: 100%;
  font-size: 20pt;
  text-align: center;

}

#content {
margin:20px 20px 20px 20px;
text-align: center;
}  

.footer {
width: 100%;
/*padding-right: 15px;
padding-left: 15px;*/
margin-right: 15px;;
margin-left: 50px;;
text-align: center;
font-size: 10pt;
color: white;
}

.dropdown-header {
font-weight: bold;
} 

</style>