/**
	Theme Name: Bergen County Beis Medrash Program
	Author: Sommer Technologies
	Author URI: https://sommertechs.com
	Description: Custom theme for Bergen County Beis Medrash Program based on WP Astra
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: bergen-county-beis-medrash-program
	Template: astra
*/

	/* Custom Top Header Styles */
		.dedication_banner {
			display: flex;
			align-items: center;
  			justify-content: center;
			text-align: center;
		}
		.dedication_banner div {
			padding: 5px;
		}

		.dedication_image {
			width: 65px;
			border-radius: 15px;
		}

		@media all and (max-width: 600px){
			.dedication_image {
				width: 95px;
				border-radius: 5px;
			}
		}