@font-face { 
	font-family: "Motorfest"; 
	src: url('fonts/motorfest.ttf'), url('fonts/motorfest.ttf');
}

@font-face { 
	font-family: "MotorfestSubs"; 
	src: url('fonts/diesel.ttf'), url('fonts/diesel.ttf');
}

@font-face { 
	font-family: "DotMatrix"; 
	src: url('fonts/dotmatrix.ttf'), url('fonts/dotmatrix.ttf');
}


input.MotorfestButtons {

    background-image: url(images/facebook.webp);
    background-size: 24px 24px;
    background-color: rgba(0,0,140,1);
    background-repeat: no-repeat;
    background-position: 5px center;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 36px;           
    padding-left: 42px; 
    padding-right: 16px;  
    vertical-align: middle; 
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
	font-family: "OldSans";
    font-size: 24px;
    font-weight: Normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.MotorfestButtons:hover {
background-color: rgba(0,0,200,1);
border: 1px solid rgba(0,0,0,0.15);
cursor: hand; 
outline: none transparent !important;
outline-width: 0 transparent !important;
}

input.MotorfestButtons:focus {
outline: none transparent !important;
outline-width: 0 transparent !important;
}



input.MotorfestButtonFB {
    background-image: url(images/facebook.webp);
    background-size: 24px 24px;
    background-color: rgba(0,0,140,1);
    background-repeat: no-repeat;
    background-position: 5px center;
}

input.MotorfestButtonGoogle {
    background-image: url(images/google.webp);
    background-size: 24px 24px;
    background-color: rgba(0,0,140,1);
    background-repeat: no-repeat;
    background-position: 5px center;
}

input.MotorfestButtonOutlook {
    background-image: url(images/outlook.webp);
    background-size: 24px 24px;
    background-color: rgba(0,0,140,1);
    background-repeat: no-repeat;
    background-position: 5px center;
}

input.MotorfestButtonMAPS {
    background-image: url(images/pin-white.svg);
    background-size: 24px 24px;
    background-color: rgba(0,0,140,1);
    background-repeat: no-repeat;
    background-position: 5px center;
}



.dotmatrix {
margin-bottom: 20px !important;
}


.MotorfestSubheadings {
	font-family: "MotorfestSubs";
	font-size: 60px;
	line-height: 55px;
	padding-bottom: 15px;
	font-weight: normal;
	color: White !important;
	padding-left: 15px;
	padding-top: 5px;
}

@media only screen and (max-width: 640px) {
.MotorfestSubheadings {
	font-size: 50px;
	line-height: 45px;
	padding-left: 10px;
}
}