/* Enter Your Custom CSS Here */#logo h1 {
  font-size:39px;
  font-family:‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}

.action-button h4, .attention_button h4 {
  font-size:24px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], select, textarea {
  border:2px solid black;
}

.kc_col-sm-12 {
  color:black;
  font-size:15px;
}

#sst {
 text-align:center;
  font-size:19px;
  font-weight:normal;
  color:black;
  padding-top: 10px;
  padding-bottom:35px;
}

.sd {
  text-align:center;
  font-size:23px;
  color:black;
  padding-bottom:10px;
}

#sst {display:none;}
body.home #sst {display:block;}