#slide{
    background: transparent;
	display: block;
	margin: 0 auto;
	position: relative;
    z-index: 50;
	}

#typed{
	display: block;
	position: relative;
	margin:0 auto;
    max-width: 1100px;
    padding: 4px;
    top: -570px;
	color:#fff;
    z-index: 100;
    margin-bottom: -200px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#typed a{
	color:#fff;
    font-weight: 500;
    font-size: 1.2em;
	}

#typed p.anno{	
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'path';
	font-size: 3em;
	line-height: 55px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#typed p.slogan{	
    margin: 0 auto;
    padding: 0;
	font-size: 1.9em;
	line-height: 54px;
    font-family: 'fjalla';
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#typed .button{
	font-size: 1.7em;
    line-height: 40px;
    color:#fff;
    font-weight: 300;
    margin-top: 30px;
    padding-bottom: 30px;
}

#typed .button a{
	font-family: 'path';
	background-color: transparent;
	color: #fff;
    background-color: #71c102;
	padding: 8px 12px 10px 12px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#typed .button a:hover{
	background-color: #1ebbe4;
    border-radius: 16px;
}





/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {

#typed{
    top: -500px;
    margin-bottom: -200px;
	} 
    
    
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
	
#typed{
    top: -450px;
    margin-bottom: -200px;
	} 
	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    
#typed{
    top: -430px;
    margin-bottom: -200px;
	} 


	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {

#typed{
    top: -390px;
    margin-bottom: -200px;
	}
	

	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#typed{
    top: -340px;
    margin-bottom: -200px;
	}
	

	
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
    
#typed{
    top: 0px;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    border-radius: 0;
	}


}


@media screen and (min-width: 651px) and (max-width: 850px) {
    

#typed{
    top: 0px;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    border-radius: 0;
	}

#typed p.slogan{	
	font-size: 1.8em;
	line-height: 40px;
    text-shadow: none;
	} 


    
	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#typed{
    top: 0px;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    border-radius: 0;
	}

#typed a{
    font-size: 1.2em;
	}

#typed p.anno{	
    margin-bottom: 10px;
	font-size: 2.2em;
	line-height: 41px;
    text-shadow: none;
	}

#typed p.slogan{	
	font-size: 1.2em;
	line-height: 37px;
    text-shadow: none;
	}   



}


@media screen and (min-width: 291px) and (max-width: 450px) {

#typed{
    top: 0px;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    border-radius: 0;
	}

#typed a{
    font-size: 1.2em;
	}

#typed p.anno{	
    margin-bottom: 10px;
	font-size: 2.2em;
	line-height: 41px;
    text-shadow: none;
	}

#typed p.slogan{	
	font-size: 1.2em;
	line-height: 37px;
    text-shadow: none;
	}   

#typed .button{
	font-size: 1.6em;
    line-height: 35px;
}

#typed .button a{
	padding: 8px 12px 10px 12px;
}



    
	
}

@media screen and (max-width: 290px) {
	
#typed{
    top: 0px;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: #333;
    border-radius: 0;
	}

#typed a{
    font-size: 1.2em;
	}

#typed p.anno{	
    margin-bottom: 10px;
	font-size: 1.9em;
	line-height: 38px;
    text-shadow: none;
	}

#typed p.slogan{	
	font-size: 1.05em;
	line-height: 37px;
    text-shadow: none;
	}   

#typed .button{
	font-size: 1.5em;
    line-height: 35px;
}

#typed .button a{
	padding: 8px 12px 10px 12px;
} 

	
	
}