|
|
@ -20,7 +20,7 @@ body {
|
|
|
|
color: $col-white;
|
|
|
|
color: $col-white;
|
|
|
|
|
|
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
line-height: 1.5;
|
|
|
|
font-size: 16pt;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: "moderat", sans-serif;
|
|
|
|
font-family: "moderat", sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -32,6 +32,7 @@ img {
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 { font-size: 2.178rem }
|
|
|
|
|
|
|
|
|
|
|
|
.text-bold {
|
|
|
|
.text-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
@ -99,7 +100,7 @@ section {
|
|
|
|
|
|
|
|
|
|
|
|
.question {
|
|
|
|
.question {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
font-size: 1.5048rem;
|
|
|
|
font-size: 1.138rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -108,6 +109,7 @@ footer {
|
|
|
|
$logo-radius: 4.5em;
|
|
|
|
$logo-radius: 4.5em;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: 1.138rem;
|
|
|
|
padding: $logo-radius+1 2em 2em 2em;
|
|
|
|
padding: $logo-radius+1 2em 2em 2em;
|
|
|
|
margin-top: $logo-radius+6;
|
|
|
|
margin-top: $logo-radius+6;
|
|
|
|
|
|
|
|
|
|
|
|