@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

:root {
  --font-primary: 'Lato', Arial;
  --color-primary: #478004;
  --color-primary-dark: #356003;
  --color-primary-medium: #c9e0b1;
  --color-primary-light: #f8f7f7;
}

h1, h2, h3, h4 {
	font-family: 'News Cycle';
}

body {
	background: url(https://sandvikenenergi.se/images/18.71e9949117198f9fdc86de28/1587620928972/_M0A7683.png) #fafafa fixed;
	background-color: #f8f5f3;
	background-size: cover;
	background-position: center;
}

/*
.navbar-nav .steps-card.step-ok {
    border-left: 8px solid #004f71!important;
}

*/
.navbar-nav .steps-card.step-ok .steps-heading {
    background-color: #eeeae6 /*#b4000022*/;
}


.flatpickr-monthSelect-month.disabled:focus, .flatpickr-monthSelect-month.disabled:hover {
    cursor: not-allowed;
    background: none !important;
    background-color: var(--color-primary) !important;
}

.h3, h3, label {
    font-size: 1.20em;
}
