/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm3
 *
 * Demo styles
 */

/* layout */
/*body {
  padding-bottom: 40px;
  color: #666;
}*/
pre { margin: 0; padding: 10px 20px !important;}

#header .container { width: auto; max-width: 1170px;}
.jumbotron {
  margin: 60px 0;
  padding-left: 0;
  padding-right: 0;
}
  .jumbotron.intro {
    margin-top: 0;
  }

  .jumbotron .navbar {
    font-size: 14px;
    line-height: 1.6;
  }

/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) 
  and (orientation: portrait) {
	
#header .container { width: auto; max-width: 100%;height: 100%; }

}

/* Landscape */
@media only screen 
    and (max-device-width: 736px)
  and (max-device-height: 414px) 
  and (orientation: landscape) { 
#header .container {
    width: auto;
    max-width: 100%;
    height: 100%;
}
}


/* ----------- iPad mini ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}
