/*!
 * Start Bootstrap - Round About 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 {
    padding-top: 48px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: "arial", sans-serif;
}

.business-header {
    height: 50px;
    #background: url('../img/people/Who_is_who_Collage_v2.jpg') no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom:20px;
}

.posi {
    margin-bottom: 10px
}

.navbar-inverse {
    background-color: rgba(255,255,255,0.97);
    border-color: #d3d3d3;
}
.img-center {
	margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.topcat {
	border-bottom: 4px solid #eee;
}

.logo {
    float: left;
    height: 80px;
}

@media (min-width: 768px) {
  .logo {
    padding: 5px 50px 15px 10px;
    height: 100px;
    width: 300px;
  }
}

@media (max-width: 768px) {
  .logo {
    padding: 5px 50px 15px 10px;
    width: 240px;
    height: 80px;
  }
}
