/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 27.6.3

All css files are placed in /css/ folder
*/

@media (min-width: 768px) {
  	#Top_bar { 
	  background-color: white !important;
	  background: white !important;
	}
	#cover-text{
		position: absolute;
	}
}

@media (max-width: 767px) {
  	.about-text-felt {
		margin-top : 0px;
  	}
	
    #Top_bar .column.one:first-child {
        display: block !important;
    }
}

@media (min-width: 768px){
  	.about-text-felt {
		/*margin-top : 303px;*/
  	}
}