/* Add here all your CSS customizations */

.hide {
    display: none;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




@media screen and ( max-width: 740px ) {
#logo img { max-width: 180px; }
}

.slider-container .my-custom-label {
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);}
	
	
	.redtitle {
    font-family: "Montserrat", arial, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 42px;
    background-color: #ca2026;
}
