/* Page Titles */
div.page-title-container .page-title {
	font-weight: normal;
    font-family: "Montserrat";
    font-size: 28px;
    color: #aa2f31;
}


/* Page Content Title Bold */
h3 {
    font-weight: bold;
}

/* Unbold Menu */
ul.sf-menu li a {
    /* font-weight: normal; */
}


/* New Sticky Menu */

/* Grow container to 100%*/
div.page-header-wrapper .header-container {
    max-width: 100%;
}


/* Widen and stick menu */
div.gdl-navigation-wrapper {
    position: fixed;
    width: 100%;
    margin: 0px -10px; 
	z-index: 1000;
}

/*center menu*/
ul#menu-menu-1 {
    text-align: center;
    display: inline-block;
}

/*Menu Height*/
div.navigation-wrapper {
    height: 55px;
	    text-align: center;
}
/*Mobile Menu Height Padding (easier on the fingers)*/
div.page-header-wrapper .responsive-menu-wrapper {
    padding-top: 10px;
}


/*Change page title height to come out from behind menu*/
div.page-title-container {
    padding-top: 90px;
    padding-bottom: 28px;
}



/*ALso needed to change "/stylesheet/foundation-responsive.css" "(max-width: 767px) to 827px */

