.overview_text {
  font-size: 18px;
  line-height: 1.765;
}


.company_heading {
  font-family: 'Montserrat', sans-serif;
  color: #162D53;
  font-size: 36px;
  font-weight: 500
}

.container {
  align-items: stretch;
}

.buttons {
  border-radius: 8px;
  transition-duration: 0s;
}

.buttons > a{
  color: black;
}

#nanuk_button {
  background-color: #C7E8E6;
}

#cfs_button {
  background-color: #f8f3eb;
}

#nanuk_button:hover {
  background-color: #B9D9D9;
}


#cfs_button:hover {
  background-color: #eee9e2;
}


.button-text {
  color: #162D53;
}


.nanuk_button_logo {
  height: 110px;
  max-height: 100%;
  max-width: 100%;
  background-color: #C7E8E6;
}


.button_padding {
  margin-left: ($spacer * 3);
}


.cfs_button_logo {
  height: 110px;
  max-width: 100%;
}
