/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

:root {
	--Interface: #FFF7E5;
	--Text: #25311F;
	--Elements: #475E3D;
	--CTA-Button: #B5CA2C;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {font-family: "Bebas Neue";}
p, a, span, body {font-family: "Source Sans Pro", sans-serif;}
a:hover {text-decoration: none;}

.titlescreen {color: var(--Interface, #FFF7E5);font-family: "Bebas Neue";font-size: 56px;font-style: normal;font-weight: 400;line-height: 64px;letter-spacing: var(--Display-Large-Tracking, -0.25px);}
.titlesubsection {color: var(--Interface, #FFF7E5);font-family: "Source Sans Pro";font-size: 24px;font-style: normal;font-weight: 600;line-height: 30px;}
.bodymedium {color: var(--Interface, #FFF7E5);font-family: "Source Sans Pro";font-size: 17px;font-style: normal;font-weight: 300;line-height: 26px; /* 118.182% */}
.bodymediumemp, .bodymediumemp a, .bodymediumemp p {color: var(--Interface, #FFF7E5);font-family: "Source Sans Pro";font-size: 17px;font-style: normal;font-weight: 600;line-height: 26px; /* 118.182% */}


/* HEADER */
.fl-node-u7jf1r4c2oen {border-radius: 8px;background: var(--Elements, #475E3D);box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
.logo {display: flex; justify-content: center; align-items: center;}
.balmenu {display: flex; gap: 10px;}
.jobbmenu {display: flex; gap: 10px; justify-content: flex-end;}
.balmenu a, .jobbmenu a {padding: 8px; transition: all .8s; color: }
.balmenu a:hover, .jobbmenu a:hover {background: var(--Interface); color: var(--Text); border-radius: 8px;}