@charset "utf-8";
/* CSS Document */


a {
    color: #F8AC07;
    text-decoration: underline;
	font-weight:bold;
}

header.masthead {
	background-image: url("../assets/img/hero02.jpg");
}

header.masthead .masthead-subheading {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

  .col-sm-12 {
	padding-bottom: 1rem;
}

.list-group-flush {
	margin-bottom: 2rem;
}

.stars {
	margin-left: 1rem;
	margin-bottom: 0.2rem;
}

.page-section {
  padding: 2rem 0;
}

section#contact .section-heading {
  color: #000;
}



