/* @override 
	http://salad.gtdabtesting.co.uk/wp-content/themes/salad-theme/style.css */
	
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
	line-height: 1.7em;
	font-family: "Figtree", sans-serif !important;
	
}

#primary {
	
}

.bg-dark-blue {
	background-color: #0f1e34;
}
.navbar img {
	width: 100px;
	height: auto !important;
	padding: 0px;
}

.hero-section .rounded-4 {
	background-color: transparent;
	
}

h1 {
	line-height: 1.1em !important;
}



.blue-text {
	color: #2cacde;
}

.green-text {
	color: #58A618;
}

@media (max-width: 1200px) {
  body {
  	font-size: 0.9em !important;
  }
}