* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body.colorlib-body {
padding: 0;
margin: 0;
}
.colorlib-body #colorlib-notfound {
height:100vh;
}
#colorlib-notfound {
position: relative;
height: 60vh;
}
#colorlib-notfound .colorlib-notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#colorlib-notfound .colorlib-notfound-bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
#colorlib-notfound .colorlib-notfound-bg>div {
position: absolute;
top: 0;
bottom: 0;
width: 1px;
background-color: #eee;
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(1) {
left: 20%;
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(2) {
left: 40%
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(3) {
left: 60%
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(4) {
left: 80%
}
#colorlib-notfound .colorlib-notfound-bg>div:after {
content: '';
position: absolute;
top: 0px;
left: -0.5px;
-webkit-transform: translateY(-160px);
-ms-transform: translateY(-160px);
transform: translateY(-160px);
height: 160px;
width: 2px;
background-color: #00ffc0;
}
@-webkit-keyframes drop {
90% {
height: 20px;
}
100% {
height: 160px;
-webkit-transform: translateY(calc(100vh + 160px));
transform: translateY(calc(100vh + 160px));
}
}
@keyframes drop {
90% {
height: 20px;
}
100% {
height: 160px;
-webkit-transform: translateY(calc(100vh + 160px));
transform: translateY(calc(100vh + 160px));
}
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(1):after {
-webkit-animation: drop 3s infinite linear;
animation: drop 3s infinite linear;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(2):after {
-webkit-animation: drop 2s infinite linear;
animation: drop 2s infinite linear;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(3):after {
-webkit-animation: drop 3s infinite linear;
animation: drop 3s infinite linear;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#colorlib-notfound .colorlib-notfound-bg>div:nth-child(4):after {
-webkit-animation: drop 2s infinite linear;
animation: drop 2s infinite linear;
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.colorlib-notfound {
max-width: 520px;
width: 100%;
text-align: center;
}
.colorlib-notfound .colorlib-notfound-404 {
height: 210px;
line-height: 210px;
}
.colorlib-notfound .colorlib-notfound-404 h1.colorlib-heading {
font-family: 'Oswald', sans-serif;
font-size: 188px;
font-weight: 700;
margin: 0px;
text-shadow: 4px 4px 0px #00ffc0;
}
.colorlib-notfound .colorlib-heading {
font-family: 'Oswald', sans-serif;
font-size: 42px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
letter-spacing: 1.6px;
}
.colorlib-notfound p {
font-family: 'Lato', sans-serif;
color: #000;
font-weight: 400;
margin-top: 20px;
margin-bottom: 25px;
}
.colorlib-notfound a {
font-family: 'Lato', sans-serif;
padding: 10px 30px;
display: inline-block;
color: #000;
font-weight: 400;
text-transform: uppercase;
-webkit-box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #00ffc0;
box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #00ffc0;
text-decoration: none;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.colorlib-notfound a:hover {
background-color: #00ffc0;
-webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #00ffc0;
box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #00ffc0;
}
.colorlib-notfound-social {
margin-top: 35px;
}
.colorlib-notfound-social>a {
width: 40px;
height: 40px;
line-height: 40px;
padding: 0px;
margin: 0px 5px;
}
.colorlib-notfound-social>a>i {
line-height: 40px;
}
.colorlib-notfound-social>a:hover {
background-color: #00ffc0;
-webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #00ffc0;
box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #00ffc0;
}
.colorlib-notfound .colorlib-notfound-404 h1.colorlib-heading:after,
.colorlib-notfound .colorlib-notfound-404 h1.colorlib-heading:before,
.colorlib-notfound h2.colorlib-heading:before,
.colorlib-notfound h2.colorlib-heading:after{
display: none;
}
@media only screen and (max-width: 480px) {
.colorlib-notfound .colorlib-notfound-404 {
height: 122px;
line-height: 122px;
}
.colorlib-notfound .colorlib-notfound-404 h1.colorlib-heading {
font-size: 122px;
}
.colorlib-notfound h2.colorlib-heading {
font-size: 26px;
}
}
@media only screen and (max-height:600px){
#colorlib-notfound {
height:100vh;
}
}