@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://use.fontawesome.com/0a499a4a5c.css');
@font-face {
    font-family: myFirstFont;
    src: url(kenvector_future_thin.ttf);
}
html, body{
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
}
      .rating {
          overflow: hidden;
          display: inline-block;
      }
      .rating-input {
          position: absolute;
          left: 0;
          top: -50px;
      }
      .rating-star {
          display: block;
          width: 16px;
          height: 16px;
          background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
      }
      .rating-star:hover {
          background-position: 0 0;
      }
    .rating-star {
      position: relative;
      float: right;
      display: block;
      width: 16px;
      height: 16px;
      background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
  }

.rating-star:hover,
  .rating-star:hover ~ .rating-star,
  .rating-input:checked ~ .rating-star {
      background-position: 0 0;
  }

.rating2 {
          overflow: hidden;
          display: inline-block;
      }
      .rating2-input {
          position: absolute;
          left: 0;
          top: -50px;
      }
      .rating2-star {
          display: block;
          width: 16px;
          height: 16px;
          background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
      }
      .rating2-star:hover {
          background-position: 0 0;
      }
    .rating2-star {
      position: relative;
      float: right;
      display: block;
      width: 16px;
      height: 16px;
      background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
  }

.rating2-star:hover,
  .rating2-star:hover ~ .rating2-star,
  .rating2-input:checked ~ .rating2-star {
      background-position: 0 0;
  }
.navbar-custom {
    background-color: black;
    color:#fff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: 	#fff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #303133;
    color:	blanchedalmond;
}

.navbar-custom .navbar-brand {
    color:#fff;
    font-size: 20px;
}
.navbar-custom .navbar-brand>img{
    width:20px;
    height:20px;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color: black;
}
.navbar-custom .navbar-nav .open .dropdown-menu>li>a,.navbar-custom .navbar-nav .open .dropdown-menu {
    background-color: black;
    color:white;
}
.navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: white;
    color:black;
}

.btn-gray{
    font-family: KenVector-Future-Thin;
    font-size: 20px;
    
    color: #2c3e50;
    background-color:transparent;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    padding:10px;
    
}
.btn-gray:hover{
    /* Rectangle 3: */
    text-decoration: none;
    color: white;
    background: #2c3e50!important;
}
.btn-white{
    font-family: KenVector-Future-Thin;
    font-size: 20px;
    
    color: white;
    background-color:transparent;
    border: 2px solid white;
    border-radius: 4px;
    padding-left:5px;
    padding-right: 5px;
    
}
.btn-white:hover{
    /* Rectangle 3: */
    text-decoration: none;
    color: #2c3e50!important;
    background: white;
}
.btn-green{
    font-family: KenVector-Future-Thin;
    font-size: 20px;
    
    color: #27ae60;
    background-color:transparent;
    border: 2px solid #27ae60;
    border-radius: 4px;
    padding:10px;
    
}
.btn-green:hover{
    /* Rectangle 3: */
    text-decoration: none;
    color: white!important;
    background: #27ae60;
}
.carousel-caption>h1{
    display: block;
    font-size: 80px;
    font-family: KenVector-Future-Thin;
    text-align: center;
}
.carousel-caption>h2{
    display: block;
    font-size: 30px;
    font-family: KenVector-Future-Thin;
    text-align: center;
}
.carousel-caption>p{
    font-size: 20px;
    font-family: KenVector-Future-Thin;
}
.showcase{
    font-family: KenVector-Future-Thin;
    font-size: 20px;
    color: black;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    padding:10px;
}
.footer-class{
    background-color: black;
    padding:10px;
    color:white;
}
.fa{
    color:dimgray;
    font-size: 60px;
    padding:5px;
}
.fa:hover{
    color:white;
}







