/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    background-color:# ccc !important;
    color:#000 !important;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.navbar, .navbar a, .navbar-inverse, .navbar-fixed-top, .navbar-header {
   background-color:transparent;
   border:none;
   font-size:3vw;
   line-height:4vw;
   color:white !important;
   text-transform:uppercase !important;
}

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

h2 {
  color:yellow;
text-shadow: 0 0 2px #000; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=2); /* IE<10 */
 text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h6 {
  color:black;
text-shadow: 0 0 1px yellow; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffff00,Strength=2); /* IE<10 */
 text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}

a{
  color:#0000cc;
}

.icon-bar, .navbar-header, .navbar-toggle  {
	display:none;
  visibility:hidden;
  
}
