/*
Theme Name: Child Theme Scallop Adventures in German
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@media (max-width: 991px){
	.fl-page-nav-bottom .fl-page-header-content {
    	text-align: center;
	}
}
@media (max-width: 450px){
	.fl-logo-img, .two-logos img {
    	max-width: 100px!important;
	}
}