@charset "UTF-8";
/* CSS Document */

body {background-color:#fff; margin:0px; padding:0px; color:#fff; font-family: 'Cantata One', serif; background:url("../images/bkg-studioMBF.jpg") no-repeat center center / cover;}
a {color:currentColor; text-decoration: none;}
a:hover {color:currentColor;}
.clear {clear:both;}
.col-right {float:left; width:40%; padding:75px 10%; background-color: rgba(0, 0, 0, 0.6);}
.logo {margin-bottom:200px;}
.logo img {max-width:220px;}
.slogan {font-size:60px; line-height:60px; margin-bottom:200px;}
.slogan span {font-size:40px;}
.footer {font-size:18px; line-height:22px;}
.footer p {margin:50px 0px;}
        
        
        @media (max-width: 909px) {
			.col-right {float:none; width:90%; padding:75px 5%; text-align:center;}
			.logo {margin-bottom:100px;}
            .slogan {font-size:40px; line-height:40px; margin-bottom:100px;}
			.slogan span {font-size:20px; line-height:20px;}
			.footer {font-size:16px; line-height:20px;}
        }
        
        @media (max-width: 767px) {}
		@media (max-width: 480px) {
            
            
        }