/* Background Image */
body {
  background-image: url("../images/EPZWebsiteBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  background-attachment: scroll; 
  font-family: "Inter", sans-serif;
  color:#F4F8FF;
  margin: 0;
  padding: 0;
}

header {
  margin-left: 7rem;
}

img {
  max-width: 100%;
}

.EPZgraphic {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.EPZgraphic img {
  align-items: center;
  max-width: 80%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Desktop Screen Size */
@media screen and (min-width: 1000px) {
  .container {
    margin-left: 6rem;
    margin-top: 11rem;
    margin-bottom: 5rem;
  }

  .row {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
  }

  /* EndPoint Zero */
  .title h1 {
    font-size: 4.5rem;
    font-weight: bold;
  }

  /* Any source, any consumer, anytime */
  .title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2.5rem;
  }

  .row col {
    padding-right: 1rem;
  }

  .imgspacing {
    padding-left: 2rem;
    padding-right: 5rem;
  }
}

/* Phone Screen Size */
@media screen and (max-width: 1000px) {
  .container {
    margin: 2rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .row {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }

  .col {
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 45rem;
  }

  /* EndPoint Zero */
  .title h1 {
    font-size: 4rem;
    font-weight: bold;
  }

  /* Any source, any consumer, anytime */
  .title h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2.5rem;
  }

  .imgspacing {
    display: flex;
    justify-content: center;
  }

  .imageressize {
    padding-top: 4rem;
    display: block;
    max-width: 80%;
  }
}

.title p{
  font-size: 1rem;
  padding: 0rem;
  margin-top:0rem;
}