/*
 Theme Name:   WHS child-theme for 2016
 Description:  WHS child-theme for 2016
 Author:       Chris
 Author URI:   http://cjacobi.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      (C) White Hawk Software, All rights reserved
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child
*/

#masthead {
    padding-top: 2px !important;
    padding-bottom: 10px !important;
}

body {
  font-family: sans-serif;
  background-color: #FFFFFF;  
}


/* The site title */
.site-header .site-title a {
  font-family: sans-serif;
  background-color: #FFFFFF;
  text-shadow: 4px 4px 4px #ccc;
}
.site-header .site-title a:hover {
  text-shadow: none!important;
}

.entry-title {
    font-size: 30px;
}


.main-navigation {
    background-color: #88FFFF;
}

.main-navigation .current-menu-item {
    background-color: #88EEFF;
}

.main-navigation .current-menu-ancestor {
    background-color: #88EEFF;
}


.main-navigation a {
	background-color: #D0D0D0; /* #99FFFF; */
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.68em 0;
}

/* hover must be AFTER non-hover */
.main-navigation a:hover {
    background-color: #88DDFF;
}


/* For "Ultimate FAQ" */
.ufaq-faq-title-text h4 {
    font-family: sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    /*line-height: 13px !important;*/
}

a.ufaq-back-to-top-link {
    font-size: 13px !important;
    /*background-color: yellow;*/
}
