.lang {
    width:60px;
    bottom:20px;
    display: block;
    text-align: left;
    font-size: 13px;
    color:#2a2a2a;
    text-transform: uppercase;
    line-height: 1;
    float:right;
    position: relative;
}

.lang a {
    background:#FFB121;
    color:#2a2a2a;
    padding:10px 10px 10px 10px;
    font-weight:600;
}

.lang a:hover {
    background:#DA8F06;
    color:#2a2a2a;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    
}

@media (max-width:1024px) {
  .jumbotron .h1, .jumbotron h1{
    color:inherit;
    font-family:'Oswald';
    font-size:63px;
  }
}

.jumbotron .h1, .jumbotron h1{
  color:inherit;
  font-family:'Oswald';
  font-size:63px;
  font-weight:600;
}

p#hero_text.text-left{
  font-size:16px;
}

div#heading.col-lg-5.col-md-5.col-sm-5{
  margin-top:5%;
}

@media (max-width:991px) {
  .jumbotron p{
    margin-bottom:15px;
    font-size:18px;
    font-weight:200;
  }
}

@media (max-width:1024px) {
  .jumbotron p{
    margin-bottom:15px;
    font-size:18px;
    font-weight:200;
  }
}

.jumbotron p{
  margin-bottom:15px;
  font-size:18px;
  font-weight:200;
}

button#down.btn.btn-default{
  background-image:url(arrowdownwhite.svg;)
}

.jumbotron{
  padding-top:30px;
  padding-bottom:30px;
  color:inherit;
  background-color:#eee;
}

section #product{
  background:#2a2a2a;
}

img#fruit{
  width:120px;
}

button#buy.btn.btn-default{
  background-color:#ff7529;
}

section#product{
  background:#2a2a2a;
}

img#fruity{
  width:120px;
}

img#producer{
  width:120px;
}

img#signature{
  width:120px;
}

img#all{
  width:120px;
}

section#about{
  background:#28343d;
}

section#look{
  background:#28343d;
}

section#expect{
  background:#28343d;
}

section#features{
  background:#28343d;
}

section#style{
  background:#3c444b;
}

section#controlers{
  background:#3c444b;
}

section#touch{
  background:#28343d;
}

section#icons{
  background:#3c444b;
}

.img-circle{
  border-radius:50%;
  margin:0 auto;
}

