.clear {clear:both; }

body, html {height:100%;margin:0;}

body {
margin: 0;
padding:0;
overflow-y:scroll;
background-color:#fff;
font-family: 'Montserrat', sans-serif;
display: flex; /*footer fix*/
flex-direction: column; /*footer fix*/
}

/* TO PUSH FOOTER TO BOTTOM OF PAGE*/
 {flex: 1 0 auto;}
 {flex-shrink: 0; }

/*HEADER FORMATTING*/
#header {
width: 100%;
background-color:#2B224E;
height: 80px;
padding: 0 20px;
box-sizing:border-box;
}





 

 
section#home-banner > div.elementor-container {
background-image:url('/wp-content/themes/blankslate-child/images/flowers-left.png'), url('/wp-content/themes/blankslate-child/images/flowers-right.png');
background-repeat:no-repeat, no-repeat;
background-size:contain, contain;
background-position:top left, top right;
background-origin:content-box, content-box;
 }

 
/*FOOTER FORMATTING*/

#footer {
width: 100%;
background-color:#222;
text-align:center;
box-sizing:border-box; }


#footer #copyright {
padding:30px 20px 0px;
color:#EBEBEB;
font-size:70%;
line-height:150%;}

#footer #copyright a {
color:#EBEBEB;
font-weight:normal;
text-decoration:none;
 }
 
#footer #footer-menu {
padding:10px 20px 30px;}
 


 
/*FONTS*/
#container a {
font-weight:bold;
color: #2B224E;;
text-decoration:none;
 }
#container a:hover {text-decoration:underline; }
em {font-style:italic;}
strong, b {font-weight:bold; }

#content p {margin: 0 0 20px; }

#content p:last-child { margin: 0 !important; }

div.no-margin p {margin: 0!important; }

a.mega-menu-link {font-family: "Carrois Gothic", Sans-serif !important              ; }
