/*!
 * 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: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

    font-family:Roboto;
    font-weight: 300;
    font-size:18px;
}

a , a:hover {
    color:#BF9A32;
}

.img-center {
	margin: 0 auto;
}

footer {
    margin: 50px 0;
}

div.dark-bg {
 background-color: #222222 ;
 color: #fff;
}

div.content-section {
	padding:20px;
}

.title {
font-weight: 700;
padding: 5px 0;
}

.team-section {
    padding: 0;
}

.second-row .contact {
padding-bottom: 10px;
}

.email {
word-wrap:break-word;
}

.team-section .glyphicon {
 margin-right:5px;
}

.navbar {
height: 70px;
font-size: 24px;
}

.logo {
height: 40px;
}

.nav li a , .navbar-nav li a {
 line-height: 40px;
}

.navbar-toggle {
margin-top:15px;
}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color:#BF9A32;
}

.section {
padding-top: 70px;
margin-top: -70px;
}

.navbar-collapse {
background-color: #222222;
}

.contact {
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
  padding: 10px;
}

.second-row .contact {
    padding-top: 35px;
    border: 0 solid green;
}

.agent-row .contact {
    padding-top: 5px;
    border: 0 solid yellow;
}

.contact-hr {
    padding: 20px 0;
}

#team {
    padding-top: 70px;
    margin-top: -70px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

