/*
Theme Name: Arcade Basic Child
Theme URI: https://wordpress.com/theme/arcade
Description: Camp Ballers theme.
Author: Jason Foley
Author URI: https://campballers.com
Template: arcade-basic
Version: 1.0.0
Tags: child theme
Text Domain: arcade-child
*/

/** Hide the useless button */
.only-on-home #more-site {
	display: none;
}

/** Switch the title font to Alef */
/** John wants varsity font */
.basic #site-title a {
    font-family: 'Alef';
}

#site-description {
	font-size: 25px
}

/** Uncomment this to remove icon and attempt to use logo */
/* .fa-glass:before {
    content: "";
}

.fa-glass {
	background: url('../../uploads/2019/01/cropped-CAMP-BALLER-LOGO...LETTERMARK-150x150.png') no-repeat scroll top center /contain transparent;
} */

#secondary {
	display: none;
}

.copyright {
	display: none;
}