/*
 * Base structure
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* padding-top: 50px;
   Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:#fff;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 16px;
}
.sidebar_text{
border:2px solid red;
border-radius: 15px;
padding:15px;
background-color:#DE0033;
font-style:oblique;
font-weight:bold;
font-family: "Comic Sans MS", cursive, sans-serif;
color:white;
margin-bottom:45px;
margin-right:5px;
font-size: 14px;
}
.sidebar_text_2{
border:2px solid purple;
border-radius: 15px;
padding:15px;
background-color:#993399;
font-style:oblique;
font-weight:bold;
font-family: "Comic Sans MS", cursive, sans-serif;
color:white;
margin-bottom:45px;
margin-right:5px;
font-size: 14px;
}
.container-fluid{
padding:0px;
/*background-color:#9CD4ED;*/
}
.navbar-toggle {
position: relative;
float: left;
padding: 9px 10px;
margin-top: 8px;
margin-left: 20px;
margin-bottom: 8px;
background-color: red;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus:focus {
background-color: #993399;
}
.current{
background-color: #993399;
}
@media (min-width: 768px) {
.container-fluid{
padding-left:15px;
padding-right:0px;
}
}
.float{
float:left;
padding-right:20px;
}
.float_right{
float:right;
padding-left:20px;
}
.footer{
  background-image: url('images/mini_maestros_mob.png');
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  bottom:0;
  width:100%;
  height:100px;
}
@media (min-width: 768px) {
 .footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
  background-color: #fff;
  background-image: url('images/mini_maestros.png');
  background-repeat: no-repeat;
  background-position: 700px 10px;
  z-index: 0;
  }
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
  background-color:#fff;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  background-color:#fff;
  
  }
  .navbar-brand{
  display:none;
  }
@media (min-width: 768px) {
  .navbar-brand {
  border: 0;
  display:block;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  padding-left: 0px;
  width:250px;
  position:center;
   }
}

/* Hide for mobile, show later */
.sidebar {
   background-color:red;
   margin-left:-15px;
   margin-right:15px;
   }
@media (min-width: 768px) {
  .sidebar {
    margin-left:0px;
    margin-right:0px;
    position: fixed;
    top: 347px;
	left: 25px;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 0px;
    overflow-x: auto;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
	background-image: url('images/sidebar.png');
    background-repeat: no-repeat;
    background-position: -5px -200px;
	background-color:#fff;
  }
  }

  .navbar-header{
  	height: 50px;
	width: 100%;
	background-color:#9CD4ED;
	background-image: url('images/mmm_mob.png');
    background-repeat: no-repeat;
    background-position: center;
	background-size: 384px 50px;
		
	}
@media (min-width: 768px) {
     .navbar-header{
  	background-image: url('images/top.png');
    background-repeat: no-repeat;
    background-position: 235px 19px;
	background-size: 850px 131px;
	height: 150px;
	margin-top: 0px;
	width: 100%;
	background-color:#fff;
	
	}
}

.nav > li > a:hover{background-color:#993399;}

.banner{
 display:none;  
}
@media (min-width: 768px) {
 .banner{
  margin-top:10px;
  margin-left:370px;
  display:block;
    }
}

/*
 * Main content
 */

.main {  
  background-color:white;
  padding-top:10px;
  padding-left:20px;
  height:auto;
}
@media (min-width: 768px) {
  .main {
    padding-top: 160px;
    padding-right: 30px;
    padding-left: 100px;
	
  }
}
.main .page-header {
  margin-top: 0;
}
.col-sm-2{
padding-top:50px;
height:auto;
}
@media (min-width: 768px) {
.col-sm-2{
padding-top:160px;
}
}