#background_image {
  background-image: url("../images/Summer-Vineyards-and-Hills.jpg");
  width: 100%;
  /* height: 900px; */
  /* ^^^need resizer for responsive design - use JS^^^ */
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 598px) {
  #background_image {
    background-image: url("");
    background-color: #3f4157;
  }
}
body {
  margin: 0px;
}
#icon_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 120px 5%;
  max-width: 1300px;
  margin: auto;
}
.circle_container {
  /* display: inline-block; */
  background-color: white;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 20px 35px;
}
.circle_color {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  /* border: 5px solid white; */
  margin: auto;
  position: relative;
  display: block;
  top: 5px; /*differnce between container height and color height divided by 2*/
}
.icon_helper {
  height: 120px;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.icon_text {
  text-align: center;
  color: white;
  font-weight: 700;
  width: 90%;
  margin: auto;
  text-transform: uppercase;
  font-size: 16px;
  /* letter-spacing: 0.5px; */
}
.bootstrap-helper {
  display: inline-block;
  justify-content: center;
}
#purple {
  background-color: #5c5772;
}
#purple:hover {
  background-color: #46455b;
}
#grey {
  background-color: #5d7373;
}
#grey:hover {
  background-color: #546868;
}
#orange {
  background-color: #af8737;
}
#orange:hover {
  background-color: #a07c34;
}
#lightgreen {
  background-color: #60734c;
}
#lightgreen:hover {
  background-color: #576845;
}
#darkmustard{
  background-color: #7c6027;
}
#darkmustard:hover{
  background-color: #6b5322;
}
#darkgreen {
  background-color: #384927;
}
#darkgreen:hover {
  background-color: #313f22;
}
#pink {
  background-color: #a86852;
}
#pink:hover {
  background-color: #9b5f4b;
}
#darkpurple {
  background-color: #30334f;
}
#darkpurple:hover {
  background-color: #292c42;
}

svg {
  height: 90px;
  padding-top: 10px;
}
#SearchExisting {
  margin-left: 10px;
}
#SearchExisting svg {
  height: 105px;
}
#StartApplication {
  margin-left: 5px;
}
#ViewMyRecords {
  padding-top: 20px;
}
#ViewMyRecords svg {
  height: 80px;
}
#ScheduleInspection {
  padding-top: 20px;
}
#ViewReports {
  padding-top: 20px;
}
#ViewReports svg {
  height: 85px;
}
a {
  text-decoration: none !important;
}
