@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/


#custom_header h2 {
	font-family: 'Cinzel', serif;
	}

/* ==========================================================================
max-width:768px
========================================================================== */

@media only screen and (max-width:768px){

.pcv {
	display: none !important;
	}

}

/* ==========================================================================
min-width:769px
========================================================================== */

@media only screen and (min-width:769px){

.spv {
	display: none !important;
	}

}