
#header{
    background: #222 !important;
    border-radius: 0 !important;
    padding-top: 50px!important;
}
#header h1 a {
    font-size: 36px!important;
}
#sidebar h2 {
    font-size: 18px !important;
}
@media screen and (max-width:767px) { 
  #header h1{
      text-align: center !important;
      margin-bottom: 30px !important;
  }
  #header h1 a {
      font-size: 24px !important;
  }
}
#nav li a {
    background: #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    color: #000 !important;
    padding: 8px 20px !important;;
}
#nav li.selected a, #nav > li.current-menu-item a, #nav > li.current_page_item a, #nav > li.current_page_ancestor a {
    background: #f5f5f5;
    color: #4D4D4D;
}
#nav {
    margin: 70px 0 0 10px !important;
    float: left !important;
}


div#container {
    border-radius: 0 !important;
}