/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

@media(max-width:768px){
.logoi {position:absolute; top:20px; left:20px;}
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */




@media (max-width: 300px) {
.full {
    margin-top: 0px;
    background: url('../img/m1.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
@media (min-width: 301px) and (max-width: 600px) {
 .full {
    margin-top: 0px;
    background: url('../img/m1.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
.full {
    margin-top: 60px;
    background: url('../img/m1.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}

@media (min-width: 769px) {
.full {
    margin-top: 60px;
    background: url('../img/m1.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}

@media (min-width: 769px) {
.full {
    margin-top: 60px;
    background: url('../img/01.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}