/*
 Theme Name:     cameron52 Austin Child
 Theme URI:      http://rcc.ink
 Description:    Obsidian Child Theme
 Author:         rcc.ink
 Author URI:     http://www.rcc.ink
 Template:       obsidian
 Version:        1.0.0
*/
 
@import url("../obsidian/style.css");
 
/* Theme customization starts here
------------------------------------------------------- */

/* Main navigation changes */

.site-navigation a {
	font-size: 1.4em;
}

/* Change the current menu item to gold */

.site-navigation .menu > .current-menu-item > a, .site-navigation .menu > .current-menu-parent > a, .site-navigation .menu > .current-menu-ancester > a {
	color: #BF9469;
}

/* General Style Changes */

/* Remove the divider below the main page title */

.page-header .entry-title, .page-title {
	border-bottom: none;
}


/* remove the credits on the homepage */

.home .site-footer {
	
}

.page-id-37 .site-footer {
	display: none;
}

/* Style the buttons on the Music page */

.archive-record .meta-links ul li a.button {
	background: #BF9469;
	margin: 5px 30px 10px;
}