.skin-title .title-text 
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px !important;
text-overflow: ellipsis !important;
  Overflow: hidden !important; }

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #FFCC01;
  color: black;
  border: none;
  border-radius: 8px;
}

.button1:hover {
  background-color: #FFCC01;
  color: black;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19)
}










