/* CMS and Theme by IO200 CMS (https://www.io200.com) */
@import "../../res/style/_base.css";

/* use this stylesheet for your custom theme */


/*#########################################################*/
/*##########LAYOUT#########################################*/
/*#########################################################*/
/*----------DESKTOP----------------------------------------*/
body{font-size:16px;color:#383838;background:#fff;}

/*----------Layout----------*/
div#container{width:100%;max-width:1400px;margin:0 auto;padding:1rem 3rem;box-sizing:border-box;}
header, main, footer{width:100%;clear:both;}
header{margin-bottom:2em;}
footer{clear:both;padding-top:0.25rem;padding-bottom:2rem;}

/*----------Header----------*/
header span.website-title{font-size:1.8em;font-weight:250;color:#000;text-decoration:none;}

/*----------Content----------*/
main img{max-width:100%;height:auto;}