h1, h2, h3, h4, h5 {
  font-family: 'Anton', sans-serif
}
h1, h2 {
  font-size:20px;
  color: #337ab7;
}
#navbar {
  padding-left:0;

}
img {
  width:100%;
}
body {
  background-color: #f1f1f1;
}
.container {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
nav.navbar {
    margin-top:5px;
}
.container-fluid {
  padding-left:0;
}
.navbar-default .navbar-nav>.active>a {
  background-color: #337ab7;
  color:#fff;
}
#navbar > ul > li > a:hover {
  background-color: #337ab7;
  color:#fff;
}
.brand h2 {
    margin:0;
    padding-top:20px;
    font-size: 50px;
    color: #337ab7;
}
.brand {
  height:90px;
  background: #fff url(../images/bare-logo-25.png) 50% 5% no-repeat;

}
.brand h2 {
  text-align: center;
}
li a.social {
  padding:10px 7px;
}
a.social img {
  width:30px;
}
footer {
  margin-top:50px;
  padding: 30px 10px;
  border-top: 1px dotted #ddd
}
section.home-1 p {
  padding: 15px 0;
}
section.home-1 button, section.contact-1 button {
  margin:20px 0;
  padding:8px;
  background-color: #337ab7;
  color:#fff;
  border:0;
  border-radius: 10px
}
section.home-1 button:hover {
  opacity:0.85;
}
section.home-1 h2 {
  font-size: 25px;
  color: #337ab7;
}
section.home-2 ul, section.brickwork-1 ul, section.vehicles-1 ul, section.timber-1 ul, section.damp-1 ul {
  list-style: none;
}
section.home-2 ul li, section.brickwork-1 ul li, section.vehicles-1 ul li, section.timber-1 ul li, section.damp-1 ul li {
  padding:3px 0;
}
section.home-2 .glyphicon-ok, section.brickwork-1 .glyphicon-ok, section.vehicles-1 .glyphicon-ok, section.timber-1 .glyphicon-ok, section.damp-1 .glyphicon-ok {
  color:#337ab7;
}
section.home-2 h3, section.brickwork-1 h3, section.vehicles-1 h3, section.timber-1 h3, section.damp-1 h3 {
  font-size: 20px;
  color: #337ab7;
}
section.home-2 a, section.brickwork-1 a, section.vehicles-1 a, section.timber-1 a, section.damp-1 a   {
  color:inherit;
  padding-bottom: 3px;
  border-bottom: 1px dotted #999;
}
section.home-2 a:hover, section.brickwork-1 a:hover, section.vehicles-1 a:hover, section.timber-1 a:hover, section.damp-1 a:hover {
  color:#337ab7;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
    .brand h2 {
        font-size: 35px;
    }
}
