|
|
|
@ -182,7 +182,7 @@ dl{
|
|
|
|
|
/* HEADER */
|
|
|
|
|
|
|
|
|
|
header{
|
|
|
|
|
position: fixed;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 5px;
|
|
|
|
|
width: calc(100vw - 15px);
|
|
|
|
|
font-size: 12px;
|
|
|
|
@ -216,6 +216,7 @@ a.head{
|
|
|
|
|
color: #FFF;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline;
|
|
|
|
|
font-family: "Lyon", Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.head:hover{
|
|
|
|
@ -406,6 +407,12 @@ blockquote{
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
transform: scaleX(0.85);
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-family: "Favorit", Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd{
|
|
|
|
|
font-family: "Favorit", Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.termslastparagraph{
|
|
|
|
@ -419,6 +426,7 @@ dd{
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
width: 600px;
|
|
|
|
|
font-size: calc(10px + 0.3vw);
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bulletnumber{
|
|
|
|
|