/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.1.1487948250
Updated: 2017-02-24 16:57:30

*/

body{
  font-family:Arial;
  letter-spacing:1px;
  color: #685649;
}
a, .main-navigation a, .navigation-top .current-menu-item > a, .main-navigation li li > a:hover {
  color: #685649;
  transition: opacity 0.5s ease-in-out !important;
  transition: color 0.5s ease-in-out !important;
  opacity: 1;
}
a:hover,a:focus,a:visited, .main-navigation a:hover, .navigation-top .current-menu-item > a:hover {
  opacity:0.5;
}
.main-navigation li li:hover{
  background:white;
}
.custom-header-media{
  -webkit-filter: blur(2px) saturate(110%);
  filter: blur(2px) saturate(110%);
}