body {
  background: #eee;
}
section.masthead {
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  height: 65px; 
}
section.masthead.affix {
  position: relative !important;
  background: #fff; 
}
section.masthead h1 {
  line-height: 65px;
}
* {
  font-family: "museo-sans",sans-serif !important;
}
.item {
  background-size: cover !important;
  display: block;
}
.text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.text * {
  color: #fff !important;
  text-shadow: none;
  text-align: left;
}
.text h1 {
  font-size: 250px;
  margin-top: 80px;
  line-height: 1;
}
.text p {
  font-size: 18px;
  line-height: 1.4;
}
.carousel-control {
  z-index: 1000
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#section2 {
  padding: 50px 0;
}
#section2 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #FF4A00;
  margin-bottom: 50px;
  line-height: 1;
}
iframe {
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3)
}
.contactus-btn {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 9999  
}
.btn-orange {
  background: #FF4800;
}
.btn-orange:hover {
  background: #FF4800;
  color: #fff;
}
.btn {
  color: #fff;
  box-shadow: none;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  border: none;
}