.jumbotron{
  position: relative;
  background: #fff url(../images/slide1.jpg) no-repeat center center;
  width: 100%;
  height: 920px;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0;
}

.navbar-header img{
  width: 250px;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}


.navbar li{
  font-family: 'Ruge Boogie', cursive;
  font-size: 50px;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
}

.jumbotron li a{
  color: #fff;
}

.jumbotron li a:hover, a:focus{
  color: #AF0C11;
}

.jumbotron .nav>li>a:focus, .nav>li>a:hover{
  background-color: inherit;
}

.boxgreen{
  min-height: 250px;
  width: 100%;
  background-color: #008653;
  text-align: center;
}

.boxred{
  min-height: 188px;
  width: 100%;
  background: #AF0C11 url(../images/bg_boxred.png);
}

h2{
  font-family: 'Ruge Boogie', cursive;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
}

.boxgreen p{
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Condensed', cursive;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-control.right{
  background-image: none;
}

  .carousel-control.left{
    background-image: none;
}

.tab {
  margin-top: 20px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: none;
}

.nav>li>a:hover{
  border: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #AF0C11;
}

.tab .nav-tabs>li>a {
  color: #000;
}

.tab-content{
  margin-top: 20px;
  margin-bottom: 40px;
}

.galler ul{
  margin: auto;
}

.fone, .fone:hover{
  color: #fff;
  text-decoration: none;
}

.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

++++++++++++++++++++++++++++++++++++++++++++



@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .jumbotron{
    height: 600px;
  }
  .navbar-header img{
    width: 200px;
  }

}


@media only screen and (max-width: 768px) {
  .jumbotron{
    height: 480px;
  }
  .navbar-header img{
    width: 150px;
  }
  .navbar-nav{
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar-nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .navbar li{
  font-size: 40px;
  }
.boxgreen{
  padding-bottom: 20px;
}

 }

 =========================================
