/*
Theme Name: Four Pines
Description: A child theme for Breakdance Zero Theme
Author: Kieran Chapman
Author URI: https://kieranchapmandesign.com
Template: breakdance-zero-theme
Version: 1.0.2
*/

@import url('css/custom.css?v3f');

body {
	overflow-x: hidden;
}

body.page-template-template-blocks main {
	max-width: var(--bde-section-width);
	padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding);
	margin-left: auto;
	margin-right: auto;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}


/* headers */

h2 {
	
}

h3 {
	
}




@media screen and (min-width: 1400px) {
	
}


@media screen and (max-width: 1399px) {
	
}


@media screen and (max-width: 767px) {
	
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

}

