/*  
Theme Name: Standard Child Theme Kit
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: 3.0.3
Description: This is a "getting started" child theme kit for Standard 3.
Author: 8BIT
Author URI: http://8bit.io
Author Email: sales@8bit.io
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: standard
*/


/* Import Standard Styles
---------------------------------------------------------------------------------- */

@import url( '../standard/style.css' );

/* uncomment the line below to enable child theme right-to-left language support */
/* @import url( '../standard/rtl.css' ); */


/* Customizations
---------------------------------------------------------------------------------- */


/* Above Header
---------------------------------------------- */

/* background */
#menu-above-header .navbar-inner, 
.navbar .fill { 
	background-color: #97282c; 
	background-image: none;
        filter: none;
}

/* shadow */
#menu-above-header .navbar-inner { 
	-webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: noine;
}

/* active menu items */
#menu-above-header.navbar .nav .active > a, 
#menu-above-header.navbar .nav .active > a:hover {
    background-color: #ABCDEF;
    color: #FF0000;
}

/* text */
#menu-above-header.navbar .nav > li > a {
	color: #428f89;
}

/* text hover */
#menu-above-header.navbar .nav > li > a:hover {
	color: #b4b4b4;
}

/* Below Header
---------------------------------------------- */

/* background */
#menu-under-header .navbar-inner,
.navbar .fill {
	background-color: #97282c; 
	background-image: none;
        filter: none;
}

/* shadow */
#menu-under-header .navbar-inner { 
	-webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: noine;
}

/* active menu items */
#menu-under-header.navbar .nav .active > a, 
#menu-under-header.navbar .nav .active > a:hover {
    background-color: #f4f4f4;
    color: #428f89;
}

/* text */
#menu-under-header.navbar .nav > li > a {
	color: #428f89;
	font-size: 18px;
}

/* text hover */
#menu-under-header.navbar .nav > li > a:hover {
	color: #000000;
}

/* Footer
---------------------------------------------- */
function standard_footer() {
    global $standard_options;

    echo 'The Regeneration Center, a 501c3 Organization, Alexandria, MN 56308';
    echo '&copy;&nbsp;';
    echo date('Y');


/* background */
#sub-floor {
	background-color: #6e8fd9;
}

/* links */
#sub-floor .navbar .nav > li > a {
	color: #0000FF;
}
#sub-floor .navbar .nav > li > a:hover {
	color: #00FF00;
}

/* credit text */
#sub-floor #credit {
	color: #000000;
}

/* credit links */
#sub-floor #credit a {
	color: #000000;
}
#sub-floor #credit a:hover {
	color: #999999;


/* Media Queries
---------------------------------------------------------------------------------- */

/* Smartphones */
@media (max-width: 480px) {

}

/* Tablet & Mobile */
@media (max-width: 979px) {	
			
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	
}


/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Desktop */
@media (min-width: 980px) {
	
}