/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 /* Marco*/
 .mycontent {
  padding: 10px 15px;
  text-align: center;
  height:80vh;
}



.footer {
 
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
 
  background-color: #CCC;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: 100%;
 /* max-width: 680px;
  padding: 0 15px;*/
   background-color: #FFF;
   
}
.container .text-muted {
  margin: 10px 0;
  text-align:center; 
}
.navbar-brand,
.navbar-nav li a {
    line-height: 50px;
    height: 50px;
    padding-top: 0;
}
.navbar-default{
   color:#333333;
    border-color: #CCC;
}

@media (min-width: 768px) and (max-width: 1200px) {
.img-logo{height:45px;} 
}
  @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.navbar-brand>img{ display: none; }
}
.navbar-fixed-top{
	position:relative;
	}
 
 
 
 
 /*fine marco*/
 