/*
 Theme Name: Sydney Child
 Template: sydney
 Description: Adjusted Sydney theme for Kent Church of Christ website
 Author: Tim Lynch
 Author URI: https://example.com
 */

@media only screen and (min-width: 1025px) {
	/* Adds color behind header on home page when scrolled to top */
	/*.page-template-page_front-page .site-header.fixed {
        background-color: rgba(14,91,176,0.4);
    }*/
	/* Adds darker color behind header on home page when scrolled down */
	/* .page-template-page_front-page .site-header.float-header {
        background-color: rgba(14,91,176,.9);
    } */
	/* Adds transitions onto site logo (both increase and descrese size) */
	.site-logo {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	/* Shrinks logo when header is floating. Transitions defined above */
	.float-header .site-logo {
		max-width: 140px;
	}
}

/* Temporary for event front page */
.site-logo { 
	max-height: 80px;
}
.site-header {
	padding-top: 0px;
	padding-bottom: 0px;
}
.my-button {
	background-color: #5BC0DE;
	color: white;
	border-radius: 4px;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: normal;
	text-shadow: none;
}
