﻿@import url('https://fonts.googleapis.com/css?family=Bangers');
.wrapper {
	 width:100%;
	height:100%;
}
.line,
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.line{
	margin: 5% 37%;
	z-index: 100;
    text-align: center;
	font-family: 'Bangers', cursive;
	color:#FF4500;
	font-size: 50px;
	 width: 500px;
    height: 400px;
}
.blur {
    z-index: 99;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	filter: blur(10px);
}
.cv{
 width:500px;
 height:500px;
 z-index:110;
 overflow:hidden;
 margin:0 auto;

 }
  	input:focus:valid {
			  background: lightgreen;
			  outline: 2px #0f0 solid; 
			}
			
			input:valid {
			  background: white;
			  outline: none; 
			}
			
			input:invalid {
			  background: white;
			  outline: 2px #f00 solid;
			}
			
			.validation {		  
			  display: none;
			}
			
			input:focus + .validation {
			  display: inline;
			}			
						
			input:focus:invalid + .validation {			
			  color: red;
			}
			
			input:focus:valid + .validation {			
			  color: green;
			}
			
			input:focus:valid + .validation .invalid {
			  display: none;
			}
			
			input:focus:invalid + .validation .valid {
			 display: none;
			}
.word{
	margin:15% 15% 0% 26%;
}
			.w{
	font-family: 'Bangers', cursive;
	color:#FF4500;
	font-size: 50px;
	color:rgb(0,0,0);
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	float:left;
	animation-name:letter;
	animation-duration:2.4s;	
	animation-iteration-count:infinite;	
	animation-direction:normal;
}

#word2{
	animation-delay:0.75s;
		
}
#word3{
	animation-delay:0.9s;
		
}
#word4{
	animation-delay:1.05s;
		
}
#word5{
	animation-delay:1.2s;
		
}
#word6{
	animation-delay:1.35s;
		
}
#word7{
	animation-delay:1.5s;
		
}
#word8{
	animation-delay:1.64s;
		
}
#word9{
	animation-delay:1.79s;
		
}
#word10{
  animation-delay:1.94s;
		
}
#word11{
  animation-delay:2.09s;
  	
}
#word12{
  animation-delay:2.24s;
  	
}
#word13{
  animation-delay:2.39s;
    
}

@keyframes letter{
	0%{
		color:rgb(255, 0, 0);
	}

	100%{
		color:rgb(255, 255, 255);
	}
}
@media screen and (max-width: 1200px) { 
.wrapper {
	 width:100%;
	height:100%;
}
.line,
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.line{
	margin: 5% 28%;
	z-index: 100;
    text-align: center;
	font-family: 'Bangers', cursive;
	color:#FF4500;
	font-size: 50px;
	 width: 500px;
    height: 400px;
}
.blur {
    z-index: 99;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	filter: blur(10px);
}
.cv{
	margin: 5% 37%;
 width:400px;
 height:400px;
 z-index:110;
 overflow:hidden;
 margin:0 auto;

 }
}
