@charset "UTF-8";
/* CSS Document
edited by twerp */

#tagline-container2 {
    position: absolute;
	bottom: 360px;
    left: 25px;
    color: #fff;
    line-height: 1.2;
	background-image: url(../img/EF_art004.jpg);
}

#tagline-container {
    border: 0px solid yellow;
}



#tagline-container2 .tagline2 {
	    font-size: 38px!important;
}



a, a:visited {
	color: #ffffff !important;
}




/* responsive stylez below */


@media only screen and (max-width: 1024px) {
	
#tagline-container2 {

	bottom: none;
	
	}
	
	}
	


@media only screen and (max-width: 600px) {
	
	#tagline-container {
		
		position: relative !important;
		bottom: 0px;
	}
	
	#tagline-container2 {
		
		position: relative !important;
		bottom: 0px;
		
	}
	
	#line-1, #line-2 {}
	
}

	


