/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

header {
	margin-bottom: 20px;
}

.header {
    display: block;
    position: relative;
    top: 0px;
    top: 0vh;
    width: 100%;
    /*    height: 10vh;*/
    margin: 0 auto;
    border-bottom: 1px solid gainsboro;
}

.header_nav {
    width: 95%;
    height: 100px;
    margin: 0px auto;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.header_nav div {
    /* Safari 6.1+ */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}




.header .header_nav .title {
    margin-left: 10%;
    margin-left: 7vw;
    display: block;
    float: left;
}



 .header .header_nav .title img {
     position: relative;
     display: block;
    width: 25%;
	width: 20vw;
}