/*
Theme Name: Twenty Sixteen Child
Theme URI: https://example.com/twenty-sixteen-child
Description: A child theme for the Twenty Sixteen theme
Author: Developed by Tohidur Hasan
Author URI: https://bluepierecords.com
Template: twentysixteen
Version: 1.0.0
*/

@import url('https://fonts.cdnfonts.com/css/general-sans');


/******************* Header Seaction **********************/
.header {
    padding: 0 0 !important;
}
.topHeader {height: auto!important}
.header .logo {
  padding-top: 0;
  float: none;
}
.header .logo img {
  margin: 0 auto;
  width: 75px;
  padding: 10px 10px
}


/******************* Header Menu **********************/
.header .navigation {
  float: none;
  margin: 0 0
}

.header .navigation ul li {
	float: none;
  	margin-left: 0;
}

.header .navigation li a {
	padding: 10px 10px;
}

.menu-main-nav-container #menu-main-nav {
	display: flex;
}










