/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
/* @import url("../twentytwentyone/style.css"); */
html,body{
	margin: 0 !important;
	height: 100%;
	font-family: 'Josefin Sans', sans-serif !important;
}

.site-title{
	font-size: 32px !important;
    text-transform: none !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
.site-description{
    text-transform: none !important;
	font-family: 'Josefin Sans', sans-serif !important;
}

#masthead{
	padding:0 !important;
	padding-top: 32px !important;
}
#page{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border: 10px solid #fff;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 10px solid #333;
border-radius: 10px !important;
}
.site-main{
	width: 98%;
	max-width: 1000px;
	margin: auto;
}
.site-footer{
	margin-top: auto !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
.site-footer img{
	width: 250px;
	height:auto;
}