/*
Theme Name: Hopetoun House
Theme URI: http://hopetoun.co.uk/
Author: The Union
Author URI: http://www.union.co.uk//
Description: This is a custom theme developed for Hopetoun House.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hopetoun_house
Tags:

Hopetoun House is built on the foundation of Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc, licensed under the GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url("media/css/main.css");

.header-primary-nav li {
    padding-left: 1.07em;
    padding-right: 1.07em;
}

.header-global-nav li a.header-global-nav-button {
    background: #3f559b;
    padding: 3px 6px 4px;
    color: #fff;
    transition: all 0.3s;
}

.header-global-nav li a.header-global-nav-button:hover {
    background: #2c4082;
}