/*------------------------------------------------------------------
    File Name: custom.css
    Template Name: Flat.Seo - Responsive HTML5 Template
    Created By: WordPressShowcase
    Envato Profile: https://themeforest.net/user/WordPressShowcase
    Website: https://showwp.com
    Version: 1.0
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

/** header fixed css **/

.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #e7e7e6;
}

.fixed-header + section {
margin-top: 190px;
}


/** end header fixed css **/