.nomargin {
margin: 0;
}

#g-footer a {
color: #233b5b;
}

.button .button2 {
background-color: $accent-color-2;
}
/* Custom Button */
.customhighlight span.readmoreinfo, .acc-content .readmore  {
background-color:#A1822C;
border-radius: 10px;
padding: 15px 20px;
}

.customhighlight p span.readmoreinfo, .acc-content .readmore {
margin: 0 auto;
}

.customhighlight a .readmoreinfo, .acc-content .readmore{
color: #ffffff;
}

/* Custom Button Hover 
.customhighlight span.readmoreinfo:hover, .acc-content .readmore:hover  {
background:#c8a238;
border-radius: 10px;
padding: 15px 20px;
transition: background ease-out 0.4s;
}

h3.highlightheader {text-align:center; text-decoration:underline;padding-bottom:0;}

/* Core Overwrite for News-Blog Layout*/
a.btn {
	/* Replaces line 2258 in /media/gantry5/assets/css/bootstrap-gantry.css */
background:#A1822C!important;
border-radius: 10px!important;
padding: 15px 20px!important;
color:#ffffff!important;
}

a.btn:hover,
a.btn:focus {
	/* Replaces line 2313 in /media/gantry5/assets/css/bootstrap-gantry.css */
background:#c8a238!important;
transition: background ease-out 0.4s;
}
*/
/* Highlight Content Area */
#g-subfeature {
background: $accent-color-1;
color:#ffffff;
}
#g-subfeature h1, #g-subfeature h2, #g-subfeature h3, #g-subfeature h4, #g-subfeature h5, #g-subfeature h6 {
color:#ffffff;
}