/* Move down content because we have a fixed navbar that is 50px tall */
html { 
height: 100%; 
}

body {
  padding-top: 90px;
  font-family: 'Arial', sans-serif;
  color: black;
  position: relative; 
  min-height: 100%; 
}

a {
	color: black;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .navbar, .jumbotron,	 a {
	font-family: 'Lato', sans-serif;
}

.navbar {
	background-color: white;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #ddd;
}

.navbar-right {
	margin: 0;
}

ul.navbar-navi{
	list-style: none;
}

ul.navbar-navi li {
	display: inline-block;
	padding-left: 50px;
	font-size: 16px;
}

ul.navbar-navi li a {
	font-weight: bold;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 255, .1);
          box-shadow: inset 0 0px 0 rgba(0, 0, 255, .1);
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: auto;
  }
}


@media (max-width: 767px){
  .navbar-collapse {
    background-color: #fff;
    padding: 0;
  }

  ul.navbar-navi li {
    display: block;
    text-align: center;
    margin-left: -90px;
    border-bottom: 1px solid #ccc;
    line-height: 70px;
  }

  ul.navbar-navi li > a {
    font-size: 20px;
  }
}
.modal-scrollbar-measure {
	height: 90px;
}

.hero {
	background-image: url("../assets/hero.jpg");
	background-size: cover;  
  background-position: top;
	background-color: #eee;
	height: 100%;
}

.about {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    /* bottom, image */
    url("../assets/about.jpg");
  background-size: cover;
  background-position: center;
  background-color: #eee;
  height: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.power {
  max-width: 100%;
  background-color: #eee;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 30px;
}

.power h2 {
  color: #ff0000;
  text-transform: uppercase;
}

.clients {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    /* bottom, image */
    url("../assets/clients.jpg");
  background-size: cover;
  background-position: center;
  background-color: #eee;
  height: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.careers {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    /* bottom, image */
    url("../assets/careers.jpg");
  background-size: cover;
  background-position: center;
  background-color: #eee;
  height: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.contact {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.15), 
      rgba(0, 0, 0, 0.15)
    ),
    /* bottom, image */
    url("../assets/contact.jpg");
  background-size: cover;
  background-position: top;
  background-color: #eee;
  height: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.hero h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.hero-text {
   word-wrap: break-word;
   max-width: 500px;
}

.affiliates {
  text-align: center;
}

.affiliateslogo {
  max-width: 150px;
}
/*HAMBURGER MENU*/
.navbar-toggle {
	margin-top: 30px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: black;
}
.navbar-inverse .navbar-toggle {
  border-color: #ddd;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}

.feature {
	height: 120px;
	margin-bottom: -20px;
}

.space {
	padding: 20px;
}
hr {
  border-top: 1px solid #ddd;
}

.hr {
  border-top: 1px solid #555;
}

.vr{
  border-left: 1px solid #ddd;
}

footer {
	font-size: 11px;
	max-width: 100%;
	background-color: #333;
	color: #fff;
	padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  clear: both;
}

footer a {
	color: #fff;
}



.footer-right {
	text-align: right;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
    margin-top: -250px;
  }
	.footer-right {
		text-align: left;
	}

}



/*BUTTONS*/
.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #db0000;
  border-color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #db0000;
  border-color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #db0000;
  border-color: #fff;
 }
 .btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #db0000;
  font-weight: bold;
  border-color: #fff;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #ff0000;
  background-color: #fff;
  border-color: #ff0000;
}
.btn-default:hover {
  color: #ff0000;
  background-color: #fff;
  border-color: #ff0000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ff0000;
  background-color: #fff;
  border-color: #ff0000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ff0000;
  background-color: #fff;
  border-color: #ff0000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}