|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
body
|
|
|
|
|
font-family: Bradley Gratis;
|
|
|
|
|
src: url(web/fonts/'Bradley Gratis.ttf') format('ttf');
|
|
|
|
|
font-family: Bradley;
|
|
|
|
|
src: url(/web/fonts/'Bradley.ttf') format('ttf');
|
|
|
|
|
text-align:center;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
color: #ccc
|
|
|
|
@ -11,7 +11,6 @@ body
|
|
|
|
|
margin: 2rem auto;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
|
/*color: #53018e*/
|
|
|
|
|
}
|
|
|
|
|
img{
|
|
|
|
|
max-width: 100%;
|
|
|
|
@ -21,7 +20,6 @@ background-color: #000;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
@ -32,14 +30,22 @@ body {
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ---------- Fog ---------- */
|
|
|
|
|
/* -------------------- Fog --------------------- */
|
|
|
|
|
.fog{
|
|
|
|
|
display: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
z-index: -2;
|
|
|
|
|
}
|
|
|
|
|
.fogwrapper {
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
|
|
|
|
|
filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
|
|
|
|
|
filter: blur(1px) grayscale(0.2) saturate(0.2) sepia(0.2);
|
|
|
|
|
}
|
|
|
|
|
#foglayer_01, #foglayer_02, #foglayer_03 {
|
|
|
|
|
height: 100%;
|
|
|
|
|