
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  height: 34px;
  width: 90px;
  font-size: 15px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #666666;
  cursor: pointer;
}



