/* Home
-------------------------------------------------------------- */



/* panels
-------------------------------------------------------------- */
.panel {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 1024px !important;
  height: auto !important;
}
.panel h1,
.panel  p {
  color: #00ABC9;
}
.background-blue.panel h1,
.background-blue.panel h3,
.background-blue.panel h4,
.background-blue.panel  p,
.background-blue.panel  a,
.background-blue.panel  a:hover,
.background-blue.panel  a:focus,
.background-blue.panel  blockquote,
.background-blue.panel  cite {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.panel h1 {
  margin-top: 10%;
  font-size: 150px;
  line-height: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.panel h1 span {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #000;
}
.panel h1 span i{
  display: block;
  font-size: 40px;
  line-height: 0;
}
.background-blue.panel p {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.panel  p {
  line-height: 1.6;
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  color: #666666;
  text-shadow: 0 1px 0 white;
}
/* panel 1
-------------------------------------------------------------- */
#section1 h1 {
  font-family: "museo-slab", sans-serif;
  font-weight: 300;
  font-size: 300px;
  position: relative;
}
#section1 h1 span {
  position: absolute;
  left:52.4%;
  top:50%;
}

/* panel 3
-------------------------------------------------------------- */
#section3 ul li {
  width: 30%;
}

/* panel 4
-------------------------------------------------------------- */
#section4 li {
  width: 16%;
}
.nav-tabs [class^="ss-"],
.nav-tabs [class*=" ss-"]   {
  font-size: 44px;
}
/* panel 5
-------------------------------------------------------------- */
#section5 blockquote {
  line-height: 1.6;
  font-size: 20px;
}

