/*
Theme Name: exPress
Theme URI: http://http://www.novembre.com/
Author: Novembre Communication
Author URI: http://http://www.novembre.com/
Description: Un site express !
Version: 1.0
Text Domain: exPress
*/

/*
  Do not write CSS in this file. Its only  purpose is
  to include all the files from the "/CSS/" directory.
*/

header .nav .menu-items,
header .nav-tab a {
    font-weight: 600;
}

header .nav .menu-items:hover,
header .nav-tab a:hover {
    font-weight: 700;
}

header {
    min-height: 365px;
    background:
        bottom left no-repeat url(./dist/img/header_bg.png),
        #d80e00;
}

header.big {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    header.big {
        min-height: 485px;
    }
}

@media screen and (min-width: 1200px) {
    header.big {
        min-height: 575px;
    }

    header .nav {
        flex-wrap: wrap;
    }

    header .nav > :first-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
