/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.gantry-logo img {
	width:300px
}

#g-navigation {
    font-size: 1.3em
}

.g-menu-item-container:hover, .current-menu-item {
	background-color:#EC222A !important;
	color:#fff !important;
}

#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
	color:#fff !important;
}

#g-header a {
    margin-top: 10px;
}

#g-footer {
    border-top: 2px solid #381B4F;
}

.entry-title { 
	display:none;
}