#top {
    margin-top: 0;
    padding-top:  15px;
    margin-bottom: 15px;
    color: #613416;
    font-size: 14px;
    font-weight: 500;
}
#top i {
    font-size: 18px;
}

#top-logo {
	max-height: 135px;
}

#top a {
    color: #613416;
}
#top a:hover {
    text-decoration: none;
    color: #6f462b;
}

@media screen and (min-width: 768px) {
  #top {
    padding-top: 30px;
    margin-bottom: 60px;
    font-size: 17px;
  }
  #top-logo {
    max-height: 200px;
  }
}