@font-face {
  src: url("../fonts/bebas_neue/BebasNeue Regular.otf");
  font-family: 'Bebas';
  font-weight: normal; }
@font-face {
  src: url("../fonts/bebas_neue/BebasNeue Bold.otf");
  font-family: 'Bebas';
  font-weight: bold; }
@font-face {
  src: url("../fonts/bebas_neue/BebasNeue Thin.otf");
  font-family: 'Bebas';
  font-weight: 100; }
@font-face {
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
  font-family: 'OpenSans';
  font-weight: normal; }
@font-face {
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
  font-family: 'OpenSans';
  font-weight: 700; }
@font-face {
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-family: 'OpenSans';
  font-weight: bold; }
.navbar {
  width: 100%;
  background: #000; }
  @media (min-width: 1200px) {
    .navbar {
      background: transparent;
      position: absolute;
      padding: 80px;
      z-index: 1000; } }
  .navbar .navbar-nav {
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-family: 'Bebas';
    font-size: larger;
    font-weight: bold;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .navbar .navbar-nav li {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .navbar .navbar-nav li a {
        font-size: 1.3em; } }

.carousel .carousel-inner {
  height: 305px; }
  @media (min-width: 992px) {
    .carousel .carousel-inner {
      min-height: 600px; } }

.carousel-inner .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 290px; }
  @media (min-width: 992px) {
    .carousel-inner .carousel-item img {
      min-height: 600px; } }

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF; }
.carousel-indicators .active {
  background: #428BCA; }

html,
body {
  background: #F4f4f4;
  width: 100%;
  height: 100%;
  font-family: "OpenSans"; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas';
  font-weight: bold; }

input[type="text"],
input[type="email"] {
  border: 2px solid #428BCA; }

footer {
  background: #000;
  color: #FFF; }

/*# sourceMappingURL=style.css.map */
