2022-04-24 04:27:51 +00:00
|
|
|
.imageBlock {
|
2022-04-27 09:10:49 +00:00
|
|
|
position: fixed;
|
|
|
|
z-index: -1;
|
2022-04-24 04:27:51 +00:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
2022-04-30 13:56:18 +00:00
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2022-10-05 03:41:59 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2022-04-24 04:27:51 +00:00
|
|
|
background-size: cover;
|
2022-10-05 03:41:59 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top center;
|
2022-04-24 04:27:51 +00:00
|
|
|
min-height: 100%;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
2022-05-15 13:56:45 +00:00
|
|
|
font-family: 'EB Garamond', 'Garamond', 'Times New Roman', Times, serif;
|
2022-10-05 03:41:59 +00:00
|
|
|
background-color: rgba(13, 17, 23, 0.99);
|
2022-05-15 13:56:45 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 0;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 2rem;
|
2022-10-05 03:41:59 +00:00
|
|
|
padding: 2rem 1rem;
|
2022-04-24 04:27:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
2022-10-05 03:41:59 +00:00
|
|
|
height: 25rem;
|
2022-04-24 04:27:51 +00:00
|
|
|
}
|