48 lines
745 B
Plaintext
Raw Normal View History

2017-06-25 14:56:42 +00:00
.frontpage
vertical
align-items center
2017-07-04 09:20:31 +00:00
position absolute
top 50%
left 50%
transform translateX(-50%) translateY(-50%)
a, h2, p
color white !important
text-shadow 0px 0px 4px rgb(0, 0, 0, 0.75)
2017-06-15 21:03:55 +00:00
2017-06-25 14:56:42 +00:00
h2
font-size 2.5rem
font-weight normal
2017-07-04 09:20:31 +00:00
letter-spacing 5px
2017-06-25 14:56:42 +00:00
text-transform uppercase
2017-07-04 09:20:31 +00:00
line-height 1.2em
p
font-size 2rem
margin-bottom 1em
line-height 1.2em
text-align center
2017-06-25 14:56:42 +00:00
.footer
text-align center
margin-top content-padding
2017-06-15 21:03:55 +00:00
2017-07-04 08:26:18 +00:00
.bg-video
position absolute
top 50%
left 50%
transform translateX(-50%) translateY(-50%)
min-width 100%
min-height 100%
width auto
height auto
z-index -100
2017-06-25 14:56:42 +00:00
.screenshot
max-width 100%
border-radius 3px
box-shadow shadow-medium
2017-06-25 16:06:03 +00:00
margin-bottom 2rem
:hover
cursor pointer