@charset "UTF-8";
/* CSS Document */
#head-text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Raleway', sans-serif;
    
} 

.daIntro {   
    font-size: 20px;
    color: white;}

.daPicTitle{
    font-size: 35px;
    text-transform: uppercase;
    color: white;
 }


.daPicText {
    font-size: 30px;
    color: white;}

.daTicketText {
    background-color:rgba(237,28,36,1.0);
    color:#ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    margin-top:25px;
    cursor: pointer;
    display: inline-block;
    
}
