/*
Theme Name: Startit
Theme URI: https://startit.qodeinteractive.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  https://qodeinteractive.com
Text Domain: startit
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Version: 4.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
.app-layout__header_landing {
	align-items: center;
  	background-color: #003476 !important;
  	border-bottom: 1px solid hsla(0,0%,100%,.59);
  	display: flex;
  	height: 100px !important;
  	justify-content: space-between;
  	padding: 1.75rem 3.25rem !important;
}*/

.app-layout__header_landing {
	align-items: center;
text-align: center;	
  background-color: #fff !important;
  border-bottom:1px solid hsla(0,0%,100%,.59);
  height: 100px !important;
  justify-content: space-between;
  padding: 1.75rem 0.25rem !important;
	
}
