/*body {
  font-size: 11px;
}

p, h1, h2, h3, h4, h5 {
  padding: 3px 3px 3px 3px;
}

a {
  color: #35577c;
}

h1 {
  color: #35577c;
  font-size: 14px;
}

h4 {
  font-size: 12px;
}
*/
@charset "UTF-8";

body {
    color: #555555;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    margin: 0;
}
p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

p.release-select {
  padding-top: 6px;
  padding-bottom: 10px;
}

select {
  border-radius: 3px;
  background: white;
  padding: 2px;
  margin-right: 4px;
  outline: none;
  border: 1px solid rgb(228,228,228);
  margin-left: 1px;
}

select:focus {
  box-shadow: 0 0 0 1px rgb(158,158,225);
}


h2,h3,h4,h5,h6 {
  margin: 10px 0;
  font-family: 'Rokkitt', serif;
  font-weight: 400;
 /*  -webkit-text-stroke: 0.2px;
 line-height: 1;*/
  color: inherit;
  text-rendering: auto;
}

h1 {
  font-size: 14px;
}

h2{
  font-size: 25px;
  color: #333131;
  padding:10px 0 10px 0;
  margin:0;

}
.small-padding h2{
  line-height:20px;
}
h3 {
     font-size: 14px;
       font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 600;
}


b{
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
}
a {
  color: #876f0f;
  text-decoration:none;
  font-weight:600;
}
a:hover{
  text-decoration:none;
  color: #4A4747;
}
