html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
body {
  margin: 0;
  padding: 0;
  background-color:#FFFFFF;
  font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
  font-size: 32px;
  font-weight: 100;
  text-align: center;
}
h2 {
  font-size: 28px;
  font-weight: 100;
  text-align: center;
}

#label{
  font-size:24px;
}
#no-label {
  list-style: none;
}

a {
  color: #f77564;
}
a:hover {
  color: #333;
}
a, a:hover {
  -o-transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
section, article, header {
  display: block;
  float: left;
  width: 100%;
}

.h-30{
  height:30% !important;
}
.h-35{
  height:35% !important;
}
