2022-01-13 15:58:24 +00:00
|
|
|
/* Arvo */
|
|
|
|
|
|
|
|
span.h2 {
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
display: block;
|
|
|
|
font-family: Arvo !important;
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 46px;
|
|
|
|
margin-bottom: 80px;
|
|
|
|
margin-top: 40px;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2022-08-20 06:18:24 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5 {
|
|
|
|
font-family: Arvo !important;
|
|
|
|
text-transform: uppercase !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 35px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 30px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 25px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 22px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.no {
|
|
|
|
font-size: .8em !important;
|
|
|
|
}
|