html,
body {
  height: 100%;
  margin: 0;
}

body {
  width: 100%; /* needed for Firefox */
  min-width: 100%;
  font-family: 'Heebo', sans-serif;
}

html {
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.125rem;
}

img {
  width: auto;
  height: auto;
}

iframe {
  min-width: 70%;
  width: 70%;
  height: 80%;
  border: 1px solid lightgrey;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  z-index: 1050;
  opacity: 100;
}

.bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/great-healthcare-splash.jpg') no-repeat center center fixed;
  background-size: 100% 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1030;
}

.bg.modal {
  background: url('../images/great-healthcare-splash-dark.jpg') no-repeat center center fixed;
  background-size: 100% 100%;
}
