/*
 * Base structure
 */
.body-img {
  background: url('img/vastana(l).png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#333;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
}  
#nbottom{
  display:block;
}
#nbottom2{
  display:none;
}
#cont{
  background:none;
}
#navbtm{
  margin-top:34rem;
}
@media (max-width: 768px) {
  .body-img {
    background: url('img/vastana(p).png') fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#333;
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  }
  #nbottom{
    display:none;
  }
  #nbottom2{
    display:block;
    background: #e959e7;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #cont{
    background:#aaaaaa;
    padding-top: 5px;
    padding-bottom: 5px;

  }
  #navbtm{
    margin-top:34rem;
   }
}

