@charset "UTF-8";

:root {
    --bs-body-bg-rgb: 240, 242, 245;
    --bs-body-bg: #f0f2f5;
}

html {
  scroll-padding-top: 3.5rem;
}

header {
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.map-container {
  max-width: 720px;
}

.map {
  max-width: 540px;
}

 /* Style all font awesome icons */
 .fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding-top: 56.25%; !* 16:9 Aspect Ratio *!*/
}

.iframe-responsive {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    min-height: 20em;
}
