/*
Theme Name: Omada Design 6
URI: http://www.omadamarketing.com	
Author: Omada Marketing llc.
Author URI: http://www.omadamarketing.com
Description: Do you love the Omada Theme.  Omada Customization is a child theme that makes it easy to customize the theme without loosing your changes.
Template: omada-theme-6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Load Google Fonts Locally for faster load speed
 * https://google-webfonts-helper.herokuapp.com/fonts
 * Currently loading OpenSans and Roboto
 * Fonts are stored in the theme fonts folder
 */
@font-face{ font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('fonts/open-sans/eot/'); src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans/eot/') format('embedded-opentype'), url('fonts/open-sans/woff2/') format('woff2'), url('fonts/open-sans/woff') format('woff'), url('fonts/open-sans/ttf/') format('truetype'), url('fonts/open-sans/svg/') format('svg');font-display: swap; } 
@font-face{ font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('fonts/roboto.eot'); src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto/eot/') format('embedded-opentype'), url('fonts/roboto/woff2/') format('woff2'), url('fonts/roboto/woff/') format('woff'), url('fonts/roboto/ttf') format('truetype'), url('fonts/roboto.svg#Roboto/') format('svg');font-display: swap; }

/* Breakpoints - If you wish to change the topbar breakpoint you must also change menu.css line ~294 to match the set em */
.foundation-mq{font-family:"small=0em&medium=40em&topBarBP=46em&large=64em&xlarge=75em&xxlarge=90em";}

*,::before,::after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:none!important}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}
body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.logo{ max-height:150px; }

#header{ margin-bottom:3rem; }
.home-page #header{margin:0;}
#footer{ background:#cccccb; margin-top:3rem; padding-bottom:20px; }


/* Example Code Delete when editing your site */
main .osection{margin-bottom:3rem; padding:2rem 0;}
main .osection:nth-child(even){background:#eee;}