/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

.navbar-brand{
	background-color: white;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	background-color: white;
}

input{
	width: 90%;
	height: 30px;
}

li{
	list-style: none;	
}

textarea{
	width: 90%;
	height: 150px;
	resize:none;
}

ul{
	padding: 0px;	
}

#navbar-collapse-main{
	background-color: #A20000;	
	color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color: white;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a{color: white;}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(../images/sky-flag.jpg) no-repeat center center fixed; 
  display: table;
  height: 80%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
	#home {
	  background: url(../images/sky-flag.jpg) center no-repeat; 
	  display: table;
	  height: 60%;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	#information {
	  background: url(../images/newyork-flag.jpg) center no-repeat; 
	  display: table;
	  height: 80%;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}	
	
	div.row > div.col-md-3 > img{
		width: 45%;
		float: left;
		padding-right: 15px;
		}
}

#about {
	padding: 0 20px;
}

#services, #contact_us {
  background: -webkit-linear-gradient(#033277, #000000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#033277, #000000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#033277, #000000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#033277, #000000); /* Standard syntax */
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/newyork-flag.jpg) no-repeat center center fixed; 
  display: table;
  height: 80%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.95;
}

#google_map {
  height: 400px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}