body {
  font-family: Roboto, sans-serif;
  --bs-primary: #243984;
  --bs-primary-rgb: 36,57,132;
  --bs-dark: #303034;
  --bs-dark-rgb: 48,48,52;
  --bs-light: #e9e9e9;
  --bs-light-rgb: 233,233,233;
  --bs-secondary: #5a5a5a;
  --bs-secondary-rgb: 90,90,90;
}

header {
  background-image: url("../../assets/img/Larson-Insurance-Header.jpg");
  background-size: cover;
  background-position: top center;
  min-height: 350px;
}

.SkyBlue {
  background-color: #aabfe1;
}

.tint {
  background-color: rgba(255,255,255,0.63);
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

.Grey {
  background-color: #9b9b9b;
}

