/* 
 * Theme Name: My Theme 
 * Author: 
 * Version: 1.0
 * Text Domain: 
 */


html{
    scroll-behavior:smooth;
}
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
    font-family: "Lato", sans-serif;
	line-height:1.5;
}
/* a{
	color:#DD29E0;
} */

body::selection{
	background:#006B83;
	color:white;
}
body{
	overflow-x:hidden;
}
.header{
	transition:all 500ms ease;
}
.header.active{
	top:0 !important;
}
.header.shadow{
	box-shadow:0 0 10px lightgray;
	background:white;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right{
	display: block;
    transition: all 300ms ease;
}
.menu-item a{
	transition:all 300ms ease;
}

html, body{ font-family: "Lato", sans-serif;}
h1{ font-size:54px;}
h2{ font-size:42px;}
h3{ font-size:30px;}
h4{ font-size:24px;}
h5{ font-size:20px;}
h1, h2, h3, h4, h5, h6{ font-family: "Marcellus", serif; font-weight: 400;}
h1.bdt-title-tag span{ font-family: "Marcellus", serif; font-size:60px;}
h1.bdt-title-tag{ font-family: "Marcellus", serif; font-size:60px;}
h4.bdt-title a{ font-family: "Marcellus", serif;}
h4.bdt-title a span{ font-family: "Marcellus", serif;}

