@charset "utf-8";
/* CSS Document */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* 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;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a { color:#FF6600; }
a.white { color:#FFF; }

/* additional sections */
#home {
  background: url(../img/dup_main.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
	color: #ffffff;
	background: #333; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#333, #666); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333, #666); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333, #666); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333, #666); /* Standard syntax */
}
#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(../img/mcr_commute.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  background-color: rgba(255, 255, 255, 0.85);
}

#google_map {
  height: 500px;
}

footer {
  color:#888;
  padding: 20px 0;
	background: #222; /* For browsers that do not support gradients */
}
footer .glyphicon {
  color: #FFF;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}