		@import
			url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic)
			;
		
		@font-face {
			font-family: "NeoTech";
			src: url(../fonts/NeoTech.eot);
			src: url('../fonts/NeoTech.eot?#iefix') format('embedded-opentype'),
				url(../fonts/NeoTech.TTF) format('truetype');
		}
		
		@font-face {
			font-family: "Montserrat";
			src: url(../fonts/Montserrat.eot);
			src: url('../fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
				url(../fonts/Montserrat.TTF) format('truetype');
		}
		
		
		
		.body {
			
			top: -2px;
			left: -2px;
			right: -4px;
			bottom: -4px;
			width: 100%;
			height: 100%;
			
			font-family: 'NeoTech', 'Montserrat', sans-serif;
			 background: url(../img/objectives-bg-all.png); 
		 background-repeat:no-repeat;
			background-size: cover;
		}
		
		
		body{
		font-family: 'NeoTech', 'Montserrat', sans-serif;}
		 
		/* body {
			 background: url(../img/objectives-bg-all.png); 
			background: url(../img/KPI-device.png);
			background-size: cover;
			
			font-family: 'NeoTech', 'Montserrat', sans-serif;
			
		} */
		
		.img-objective {
		
			margin-top: 3%;
			   -webkit-animation: move 2s; 
		}
		
		 @-webkit-keyframes move{
	    0%{margin-top:-50px}
	    100%{margin-top:50px;}
	} 
		
		.headerimg {
			position: absolute;
		}
		
		.title {
			font-weight: bold;
			font-size: 50px;
			margin-left: 25px;
			padding-top: 10px;
				  animation: blur 1s  ;
  -webkit-animation: blur 1s ;
  -moz-animation: blur 1s  ;
		
		}
		
		  @keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
  }
}
		
		
		.header-container{
			margin-left:25%;
			   
		    margin-top: 3%;
		}
		
		
			
		.content-obj{
			
			margin-top:30px;
		}
		
		
		
		.obj-container{
				padding-bottom:30px;
		    font-size: 18px;
		   margin-top:3%;
		   margin-left:20%;
			
		}
		
		
		
	
	
	.objectiveImg{
	
	z-index:1;
	position:absolute;
	
	}
	
	
	.nav {
	color: white;
}

.top {
	margin-top: 3%;
}

a {
	color: white
}


a:hover { color: white;}
	
	
filter: blur(1px);
-webkit-filter: blur(1px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	
	
	