.heglund-gold {
  color: #ffcc66;
}
.heglund-mid-gold {
  color: #dbaa47;
}
.heglund-grey {
  color: #4b4b4b;
}
.black-text {
  color: #000;
}
.heglund-mid-gold-bg {
  background-color: #dbaa47;
}
.no-link-look a{
  color: #dbaa47;
}
.no-link-look a:hover {
  color: #dbaa47;
}
.one-rem {
  font-size: 1rem;
}
.onefive-rem {
  font-size: 1.5rem;
}
.two-rem {
  font-size: 2rem;
}
.three-rem {
  font-size: 3rem;
}
.four-rem {
  font-size: 4rem;
}
.container {
  max-width: 960px;
}

.heglund-sans {
  font-family: 'Lato', sans-serif;
}
.heglund-serif {
  font-family: 'Lora', serif;
}
.heglund-script {
  font-family: 'Dancing Script', cursive;
}
/*
 * Custom translucent site header
 */
.image-fit {
  width: inherit;
}


.logo-header-bg {
  background-color: #f8f9fa;
  border-radius: 0 0 100px 100px;
  width: 350px;
  height: 110px;
  display: block;
  padding-left: 2.5rem;
  margin-top: 4rem;
}
.logo-header {
  width: 250px;
  height: auto;
}
.site-header-shadow {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.3) !important;
}
.site-header-logo-shadow {
    box-shadow: 0 3rem 1rem rgba(0,0,0,.1) !important;
}
.site-header {
  background-color: #f8f9fa;
  height: 65px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.navbar-nav {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}

.section-links a{
  color: #4b4b4b;
  transition: ease-in-out color .15s;
}
.section-links a:hover{
  color: #000;
  text-decoration: none;
}
.muted-links a {
  color: #6c757d;
  transition: ease-in-out color .15s;
}
.muted-links a:hover {
  color: #000;
  text-decoration: none;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
 section {
     padding: 8.5rem 0;
 }
.clearfix {
    display: block;
    content: "";
    clear: both;
}

 img.bg-image {
     object-fit: cover;
 }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.space-xlg {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.opacity-20 {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*
 * Extra utilities
 // Small devices (landscape phones, 576px and up)
 @media (min-width: 576px) { ... }

 // Medium devices (tablets, 768px and up)
 @media (min-width: 768px) { ... }

 // Large devices (desktops, 992px and up)
 @media (min-width: 992px) { ... }

 // Extra large devices (large desktops, 1200px and up)
 @media (min-width: 1200px) { ... }
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .06); }

@media (max-width: 992px) {
  .logo-header-bg {
    background-color: #f8f9fa;
    border-radius: 0;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
  .logo-header {
    width: 8rem;
    height: auto;
  }
  .site-header {
    height: auto;
  }
  .site-header-logo-shadow {
      box-shadow: 0 0 0 rgba(0,0,0,0) !important;
  }
}

@media (max-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 576px) {
  .space-xlg {
    padding-top: 4rem;
    padding-bottom: 14rem;
  }
  .display-2 {
    font-size: 2.5rem;
  }
  .display-3 {
    font-size: 2rem;
  }
  .home-secondary {
    padding: 0 0;
  }
  section {
    padding: 5.5rem 0 0 0;
  }
  .small-row {
    padding: .5rem 0;
  }
  .three-rem {
    font-size: 2rem;
  }
  .sm-overlay {
    margin-top: 9rem !important;
  }
  .btns-sm {
    margin-top: .5rem;
  }
  .btn-sm-fill {
    width: 100%;
  }
  .sm-margin-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.overflow-hidden { overflow: hidden; }
