/*
Theme Name: First Theme
Theme URI: 
Author: AdC
Author URI: 
Description: My first theme using the Bootstrap framework.
Version: 1.0
Text Domain: firsttheme
*/
@font-face {
    font-family: 'dancing_scriptregular';
    src: url('assets/fonts/dancingscript-variablefont_wght-webfont.woff2') format('woff2'),
         url('assets/fonts/dancingscript-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-dancing {
	font-family: 'dancing_scriptregular';
}

.font-dancing-bold {
	font-family: 'dancing_scriptregular';
	font-weight: bold;
	font-style: normal;
}

.crop-image {
	height: 200px;
	object-fit: cover;
}

.responsive-embed-container {
	position:relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	max-width: 100% !important;
}

.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}