/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://arine.nl/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* colors*/
body { background-color: #fff; color:#404040; } /* was e1eff2*/
.wit		{ color: #fff; } 
.blauw 		{ color: #70caf1; }
.lichtblauw { color: #e1eff2; }
.midblauw 	{ color: #28a0d3; }
.paars		{ color: #5b6dea; }
.lichtpaars	{ color: #a5b0f9; }
.oranje		{ color: #feb103; }
.groenblauw	{ color: #07a6c4; }
.lichtgroenblauw	{ color: #55c0d4; }
.donkergroenblauw { color: #026476; }
.bgwit		{ background-color:#fff; }
.bglichtblauw { background-color: #e1eff2; }
.bgblauw { background-color:#70caf1; } 
.bgmidblauw { background-color: #28a0d3; }
.bgpaars	{ background-color: #5b6dea; }
.bggroenblauw { background-color: #07a6c4; }
.bglichtgeel { /*background-color:rgba(254,177,3,0.1);*/ background-color: #ffefcd; }
.bglichtpaars { background-color: #fff8fe; }

/*fonts*/
@font-face {
    font-family: 'bradley_hand_itcregular';
    src: url('font/bradhitc-webfont.woff2') format('woff2'),
         url('font/bradhitc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } 

h1, h2, h3, h4, h5, h6 {  }

h1 { font-weight:300; }
h1, h2 { color: #026476; }

.elementor-button, .elementor-button:visited  { background-color:#feb103; }
a.elementor-button { color: #fff!important; }
.elementor-button:hover{ background-color:#07a6c4; }

.elementor a { color:inherit; font-weight:bold; }
div.elementor-widget-container p a:hover, div.elementor-widget-container li > a:hover { background-color:#feb103; padding:5px 0 5px 0; } /* alle links in tekst bg*/

.elementor-nav-menu a:hover { background-color: transparent!important; }

.nomargin p { margin-block-end: 0; }
