|
|
|
|
@ -18,27 +18,40 @@ body {
|
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
font-family: "klavika-web";
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
h1{
|
|
|
|
|
font-size: 42px;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2{
|
|
|
|
|
font-size: 36px;
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3{
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: $font-family-open-sans;
|
|
|
|
|
font-weight: regular;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
opacity: .8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.lead{
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
font-weight: 400 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//an alternative color for buttons in the doc body
|
|
|
|
|
.btn-serf{
|
|
|
|
|
color: $white !important;
|
|
|
|
|
|