/*
Theme Name:   MCTA
Theme URI:    https://philipmalenfant.com
Description:  MCTA child theme
Author:       Philip Malenfant
Author URI:   https://philipmalenfant.com
Template:     twentytwentyfive
Version:      1.0.0
Text Domain:  twentytwentyonechild
*/
body > div > header{
	background: #d6e8d1;
	
}
body > div > header > div > div{
	padding-bottom: 30px !important;
}

.wp-block-site-title{
	font-size: 36px;
}
.wp-block-site-tagline{
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
}
#wp--skip-link--target{
	margin-top: 50px !important;
}
#wp--skip-link--target > div{
	padding-top: 0 !important;
}
.mcta-footer-c{
	padding: 10px;
	border-radius: 8px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.mcta-footer-c img{
	width: 100px;
	height: auto;
}
.mcta-text-center{
	text-align: center;
}
.mcta-footer-copy h2{
	font-size: 20px;
}
.mcta-footer-link{
	align-self: flex-end;
	width: 100%;
}
.mcta-footer-copyright p{
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
@media (min-width: 768px) {
	.mcta-footer-p{
		display: flex;
		justify-content: space-between;
	}
	.mcta-footer-c{
		width: 30%;
	}
}
@media (max-width: 767px) {
	.mcta-footer-c{
		width: 100%;
		height: auto;
	}
	#wp--skip-link--target{
		margin-top: 25px !important;
	}
}