/* Add here all your CSS customizations */

#block_custom_link {
    
}

@media screen and (max-width: 768px) {
    #block_custom_link {
        visibility: hidden;
		
    }
}


.justifyWord {
	text-align: justify;
	text-justify: inter-word;
}

.customWrapperCenter{
	text-align: center;
}

.customServicesPay {
	padding-top: 25px;
}


div#banner { 
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
	left: 0; 
	background-color: #ff0000; 
	width: 100%; 
}
div#banner-content { 
	width: 800px; 
	margin: 0 auto; 
	padding: 10px; 
	color: #000000;
}

