/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  font-family: 'Roboto', sans-serif;
}
.header-bg {
  background-color: #9cc53c;
}
.logo {
  max-height: 150px;
}
.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.7rem;
  color: #4a6100;
}
.cta {
  font-size: 1.4rem;
  font-weight: 400;
}
/*
h2.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.23rem;
  color: #4a6100;
  padding-left: 1.1rem;
} 
*/
ul {
  padding-left: 19px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
li
{
margin-bottom: 1em;
}

address strong {
  font-size: 1.2rem;
}

.phone-dot {
  font-weight: 700;
  color: #4a6100;
}

address a {
  line-height: 1.6rem;
}

.ver-dir
{
  padding-left: 5px;
  font-size: 0.75rem;
  text-decoration: underline;
}