/*
Theme Name:     evolve-child
Description:    Child theme of the original Evolve theme
Author:         pham anh
Template:       evolve

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.container-header {
     padding-top: 15px;
}
h2 {
  font-size: 20px;
}
.h2 {
  font-size: 20px;
}

.menu-header {
  text-transform: uppercase;
}

ul.nav-menu a {
    background-color: white;
    color: black;
    display: block;
    padding: 8px 0px;
    font: 15px/1.5 "Roboto",arial,sans-serif;
    position: relative;
    text-shadow: none;
}

ul.nav-menu a:hover {
    background-color: #aaa;
    color: white;
    display: block;
    padding: 8px 0px;
    font: 15px/1.5 "Roboto",arial,sans-serif;
    position: relative;
    text-shadow: none;
}

.menu-header-sticky {
    background-color: white;
    wifth: 100%;
}

.header {
    padding: 0; 	
}

.container nacked-menu container-menu {
    padding: 0;
    margin: 0;
}
