
section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #777;
  font-size: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: black;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #777;
}

.primary h2 {
  color: white;
}

.content {
  padding: 20px 20px;
}

ul.generic-social-buttons {
    margin-bottom: 0;
}

ul.generic-social-buttons li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 25px;
    line-height: 50px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.generic-social-buttons li a:hover,
ul.generic-social-buttons li a:focus,
ul.generic-social-buttons li a:active {
    background-color: #fed136;
}

ul.social-buttons {
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.social-buttons li {
    text-align: center;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}
