/*begin body*/
.ct {
    width: 100%; 
    height: 100vh; 
    margin: auto;  
    overflow: hidden; 
    position: relative;
}
body { 
    flex-direction: column;
    image-rendering: pixelated; 
}
.overlay { display: block; visibility: visible; opacity: .24; z-index: 14; background: url(/gray_filter.gif); }
.background {  
  background: url(fre.jpg); 
  background-size: cover; ;
  background-position-y: -280px; 
}
.background img {
    position: absolute; 
    top: -20%; 
    height: 100vh; 
    right: 0; 
}
#angel:hover {
   filter: invert(1);
}
.did {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none; 
    background-image: url(did7.png);
    top: 0;
    background-position-y: bottom; 
    background-repeat: no-repeat;
    right: 0;
}
#did1 {
    width: 500px;
    right: 579px;
    background-position-x: left;
}
#did2 {
    width: 580px; 
    right: 0; 
    background-position-x: right; 
    z-index: 9; 
}
@keyframes clud { 
  0% { background-position-x: 0%;  }
  50% { background-position-x: 100%; }
  100% { background-position-x: 0%; }
}
#clud {
    position: relative;
    width: 100%; 
    height: 100%; 
    mix-blend-mode: hard-light;
    background: url(clud8.jpg);
    background-size: 120%; 
    animation: clud 40s ease-in-out infinite;
    background-position-y: -200px; 
}
#wrapper { 
  width: 60%; 
  height: 100vh; 
  flex-direction: column; 
  z-index: 15; 
}
:root {
    color: #6e6e6e; 
}

/*begin mane*/
pre {
    display: block;
    line-height: 40px;
    position: absolute;
    color: #505050;
    letter-spacing: 5px; 
    margin: 20px;
    box-sizing: border-box;
    font-size: 24px;
    word-spacing: 20px; 
    mix-blend-mode: difference;
    font-family: modfrak;
}
.background pre:nth-child(1) {
    text-align: left;
    width: 50%; 
    margin-left: 120px; 
}
.background pre:nth-child(2) {
    text-align: right; 
    width: 90%; 
}
#jel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14vh;
    height: 42vh;
}
#jelmid {
    width: 200px;
    position: relative;
}
#divine {
    position: absolute; 
    z-index: 1; 
    width: 100%; 
    display: none;
}
.four, .oh {
    display: inline-block; 
    font-size: 150px; 
    color: black; -webkit-text-stroke: 1px #9d9d9d; 
    font-family: modfrak;
}
.oh {
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 270px;
    top: 66px;
}
@keyframes crows {
    0% { background-position-x: 92%; opacity: 1; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { background-position-x: 0%; opacity: 0; }
}
#crows span {
    background: url(read2.gif); 
    display: block;
    background-size: contain; 
    width: 100%; 
    height: 5em; 
    transform: rotateZ(20deg); 
    background-repeat: no-repeat;
    background-position: center;
    animation: crows 10s linear infinite; 
    top: -50px; 
}
#crows span:nth-child(2) {
    transform: rotateZ(16deg); 
    animation: crows 6s linear infinite; 
}
#crows span:nth-child(3) {
    transform: rotateZ(12deg); 
    animation: crows 8s linear infinite; 
}
#crows span:nth-child(4) {
    transform: rotateZ(9deg); 
    animation: crows 9s linear infinite; 
}
#crows span:nth-child(5) {
    transform: rotateZ(6deg); 
    animation: crows 7s linear infinite; 
}
#crows span:nth-child(6) {
    transform: rotateZ(8deg); 
    animation: crows 9.5s linear infinite; 
}
#crows span:nth-child(7) {
    transform: rotateZ(10deg); 
    animation: crows 8s linear infinite; 
}
#crows span:nth-child(5) {
    transform: rotateZ(8deg); 
    animation: crows 7s linear infinite; 
}
#crows {
    position: absolute; top: 0; 
    width: 100%; height: 100%; 
    padding-top: 220px; 
}
#angel {
    display: block;
    position: relative;
    z-index: 2;
    margin: auto;
    height: 350px;
    top: 30px;
    left: 50%;
    transform: translateX(-41%);
}
#bs {
    width: 100%;
    opacity: .1;
    animation: rotate 20s linear infinite;
}
#shine {
    z-index: 0;
    position: absolute;
    top: -110px;
    width: 370px;
    opacity: .5;
    transform: translateX(-50%);
    left: 50%;
}
#moon {
    position: relative; margin: auto; 
    width: 150px; height: 150px;  
    color: white; 
    border-radius: 50%;
    filter: drop-shadow(0px 0 12px) drop-shadow(0px 0 12px) drop-shadow(0px 0 12px);  
    background: white; 
    z-index: 1; 
}
b {
    top: 0px;
    position: relative;
}
main { 
  padding: 0px; 
}
#waow {
    display: block;
    z-index: 15;
    padding: 30px;
    font-family: warnock;
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    padding-bottom: 70px;
}
@keyframes cmd {
    0% { color: black; }
    49% { color: black; }
    50% { color: inherit; }
    99% { color: inherit; }
}
#waow b {
    animation: cmd .75s linear infinite;
    transition: 0s; 
}
#waow img {
    position: absolute;
    top: -119px;
    width: 260px;
    left: 25%;
}



