@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

html {
  font-family: "Montserrat";
  color:#fff;
  font-size:13px;
}

.body {
  color:#28282a;
}


h1 {
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 15px 0;
}
h2 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 15px 0;
}
h3 {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 15px 0;
}
h4 {
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 15px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 0;
}
h6 {
  font-size: 16px;
  line-height: 1.3;
  margin: 15px 0;
}

p {
  line-height:1.7;
  margin:10px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color:#F2385A;
  font-weight:bold;
}

a:visited {
  color:#6D6E71;
  font-weight:bold;
}
ul, ol {
  margin:10px 0 10px 25px;
  line-height:1.7;
}
ul {
  list-style:disc outside;
}
ol {
  list-style:decimal outside;
}

body.front h1 {
  text-align:center;
  padding: 60px 20px;
}



.client-login input, .client-login select , .client-login button {
  font-family: "Montserrat";
  font-size:14px;

}
client-login button {
  color:#f2385a;
}
.legal {
  font-size:11px;
  color:#828282;
  text-align: center;
  padding: 5px;
}
