@charset "utf-8";
/* CSS Document */
.col-xl-76 {
}
.row .col-xl-5 {
    align-content: center;
}


#business #sailing #family #music #calendar{
    text-align: center;
	padding-top: 70px;
    margin-top: -70px;
}
#business h2 {

}
.col-xl-5 h2 {
    padding-left: 20px;
}

/* Responsive iFrame */

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

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

#calendarAgenda {
    display: none;
}



@media screen and (max-width:576px){
#calendarAgenda {
    display: inherit;
}
#calendarMonth {
    display: none;
}

#business #sailing #family #music #calendar{
    text-align: center;
	padding-top: 1000px;
	
	}
	
}


