/* Header */
.header{
  background-color: #9E151F;
  //background-image: url(../images/hero_bg.jpg);
  //-webkit-background-size: cover;
  //-moz-background-size: cover;
  //-o-background-size: cover;
  //background-size: cover;
  //background-position: center center;
  //background-attachment: fixed;
}

.dropdown .icon-recipes_icons_yours, .dropdown .icon-lists_icons_multiple, .icon-recipes_icons_premium {
  font-size: 26px;
  top: 5px;
  margin-right: 10px;
}

.hero-info{
  float: left;
  text-align: center;
  width: 60%;
  padding: 0 30px 20px;
  box-sizing: border-box;
}
.hero-info > img{
  padding-top: 50px;
  width: 80%;
}
.hero-iphone{
  float: right;
  width: 40%;
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 1;
}
.hero-iphone > img{
  width: 90%;
  margin-bottom: -130%;
  z-index: 1;
}
@media (max-width: 920px){
  .hero-info{
    width: 100%;
    padding: 0px 0px 40px;
  }
  .hero-info > img{
    padding-top: 0px;
    width: 80%;
    max-width: 550px;
  }
  .hero-iphone{
    display: none;
  }
}
@media (max-width:600px){
  .header{
    //height: 85vh !important;
    //-webkit-transform-style: preserve-3d;
    //-moz-transform-style: preserve-3d;
    //transform-style: preserve-3d;
  }
  .jumbotron{
    position: relative;
    //top: 50%;
    //transform: translateY(-50%);
    //-webkit-transform: translateY(-50%);
    padding-top: 5px !important;
  }
  .jumbotron h2{
    font-size: 30px !important;
    padding: 30px 0 50px !important;
  }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .jumbotron h2{
    font-size: 24px;
    padding: 10px 0 20px;
  }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .jumbotron h2{
    font-size: 28px;
    padding: 20px 0 35px;
  }
}

section .container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* FOOTER */
.footer{
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #292929;
}

.footer > .container{
  text-align: center !important;
  padding: 20px 15px 0;
  margin-bottom: -30px;
  color: #858585;
}

.copyright{
  color: #858585;
}