.brands {
  color:#313437;
  background-color:#fff;
}

.brands a {
  display:block;
  text-align:center;
  padding:40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding:30px 0;
    width:215px;
  }
}

.brands a img {
  display:inline-block;
  margin:10px 20px;
  vertical-align:middle;
}

h3, .h3 {
  /*color:black;*/
}

.jumbotron.hero.widget {
  background:blue;
}

.round {
  border-radius:100px;
  border:0px solid green;
  box-shadow:0 0 7px #666;
  width:260px;
}

.p {
  border-style:double;
  padding:5px;
}

gallery a:focus img {
  position:relative;
  height:300px;
  cursor:pointer;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  transition:all 1.0s ease;
  -webkit-box-shadow:0px 4px 4px 1px #DFDFDF;
  -moz-box-shadow:0px 4px 4px 1px #DFDFDF;
  box-shadow:0px 4px 4px 1px #DFDFDF;
}

. gallery {
  outline:0;
  border:0;
}

.gallery a img {
}

