/* Add here all your CSS customizations */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-normal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}

#header .header-top.header-top-default {
  background: #c6e5df;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #213532;
}

#header .header-container {
  height:130px !important;
}

.text-green {
  color: #213532 !important;
}


html section.section-secondary {
  background-color: #213532 !important;
  border-color: #0E4940 !important;
}

.custom-hr-color-1 {
  background: #0E4940 !important;
}