@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  min-width: 280px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.item-1 {
  flex-grow: 0;
  width: 100vw;
  background: #f2f2f2;
  justify-content: start;
}
.item-2 {
  background: #f0f1f1;
  flex-grow: 0;
  width: 100vw;
}
.item-3 {
  flex-grow: 1;
  width: 100vw;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
img.responsive {
  width: 100%;
  height: auto;
}

.masthead {
  background: #f2f2f2;
}
img.ah-logo {
  padding: 1.5rem 0 1.5rem 1.5rem;
  max-height: 1.5rem;
}
.divider {
  height: 15px;
  width: 100vw;
  background: linear-gradient(90deg, #821d36, #d20a14, #d44116);
}
.div-thin {
  height: 5px;
}
h2.row {
  font-weight: 300;
  padding: 1rem;
  margin: 0;
}

.hospitals {
  justify-content: space-evenly;
  flex-flow: nowrap;
  padding: 0 0 2rem 0;
}

.bg-layer .layer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.bg-layer .top-left {
  background-image: url(../img/alfred_bg--grey-topleft.png);
  background-position: 0 0;
  background-size: 1000px;
}
.bg-layer .bottom-right {
  background-image: url(../img/alfred_bg--grey-bottomright.png);
  background-position: 100% 100%;
  background-size: 1000px;
}

.hospitals img {
  border: 1px solid #ccc;
  max-width: 30%;
}

.message {
  margin: 2rem;
  padding: 0.5rem 2rem 1rem 2rem;
  background: #f0f1f1;
  text-align: center;
}
.message h3 {
  background: #d44116;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
.message em {
  font-weight: 700;
}
footer {
  width: 100vw;
  font-size: 80%;
  background: #2a2a2a;
  color: #f0f1f1;
  text-align: center;
}
footer .copy {
  color: #d44116;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  img.ah-logo {
    padding: 2.5rem 0 2.5rem 2.5rem;
    max-height: 2.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  img.ah-logo {
    padding: 3rem 0 3rem 3rem;
    max-height: 2.5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hospitals {
    justify-content: center;
  }
  h2.row {
    font-size: 2vw;
  }
  .hospitals img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hospitals img:nth-child(2) {
    margin: 0 2rem;
  }
  .message h3 {
    margin: 1vw;
    font-size: 2.75vw;
  }
  .message p {
    margin: 1vw;
    font-size: 1.25vw;
  }
}
