@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&display=swap');

.navbar {
  font-family: 'Cabin', sans-serif;
}

.panel-title {
  font-family: 'Cabin', sans-serif;
}

h1 { 
  font-family: 'Cabin', sans-serif;
}

h2 {
  font-family: 'Cabin', sans-serif;
}
h3 {
  font-family: 'Cabin', sans-serif;
}


footer, 
#box-custom-footer {
  background: #444444;
  color: #C7C7C7;
}
footer p,
#box-custom-footer p{
  margin-bottom: 1em;
}

footer a,
#box-custom-footer a{
  color: #C7C7C7;
}
footer a:hover,
footer a:focus,
#box-custom-footer a:hover,
#box-custom-footer a:focus{
  color: #fff;
}


/*section*/
section.section-header, 
section.section-3-col-top-text, 
section.section-3-col-bottom-text, 
section.section-2-col-left-text, 
section.section-2-col-right-text, 
section.section-pricelist h2, 
section.section-pricelist > .row > div > p {
  text-align: left;
}

section.section-container {
  padding: 0px;
}