  ul {
      
  }
  li.content{
      margin-bottom:7px;
      font-size:18px;
      
  }
  p.read{
    font-size:18px;
  }

  button{
    display:block;
    background: #323232;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 60px;
    width: auto;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
  }
button:hover {
   background: #222;
 }

 .navbar-default {
  background: #222;
 }

 .navbar-brand{
  margin-top: 15%;
  font-size: 24px;
  color: white;
 }

 .fontchange{
  
 }