@charset "utf-8";
/* CSS Document */

 
    @media screen and (max-width: 768px){
      .man{
        display:none;
		      }
    }
    body { overflow-x: hidden;
	
	}
	
body {
	padding-top: 0px;
	font-family: 'Questrial', sans-serif; !important;
}
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
      }
     .row.content {height:auto;} 
    }
	@media (min-width: 1200px) {
   .container {
       width: 970px;
   }
   .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

h1 {
  font-size: 4.7vh;
}
h2 {
  font-size: 3.7vh;
}


.navbar {
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
	margin-bottom: 0;
	font-family: 'Questrial', sans-serif !important;
	background-color: #8b9bff !important;
	color: #000;
}



.panel-body {
	text-align: center;
}

