/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.vimeo-fullscreen-bg  .fluid-width-video-wrapper {
	padding-top: 0;
	width: auto;
}

.bg1 {
    background-image: url(../images/top1.jpg);
}
.bg2 {
    background-image: url(../images/top2.jpg);
}
.bg3 {
    background-image: url(../images/top3.jpg);
}

.chiaro { background-color: #8c8c8c !important; }


.fb-page-box {
    width: 500px; 
    max-width: 100%;
    
    margin: 1rem auto;
    
}