  /* colors I'm using: */
  /* Erie logo orange: #f49e2d */
  /* dark teal: #216873; lighter teal:#6aa5af; carousel bg sky blue: #c9d9de  */
  /* sky blue: #a9edf4 */
  /* scrolling background grey: #fff */

  /* from Erie style sheet: */
  /* #6b869f grey/blue, #f0dddd pink, #073352 very dark blue, #fef7cb light yellow, #940e0d brick red, #c33 lighter red, #b98081 darker pink  */
  body{
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
  }

  * {
    box-sizing: border-box;
  }

  p {
    line-height: 1.8em;
    font-weight: normal;
  }

  sub, sup  {
    line-height: 0;
  }

  body{
    font-family: "Verdana", "Arial", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #216873;   /* dark teal */
    background-color:  #f49e2d;
    margin: 0 0;
    padding: 0 0;
  }

  h1{
    text-align:center;
    font-size: 24px;
  }
  table {
    border-collapse: collapse;
  }

  table td {
    border: 1px solid #333;
    font-weight: normal;
  }

  /* Page Layout */

  staticmain {
    padding: 0 0;
    margin: 0 0;
  }

  /* To display on top of scrolling content, use a large z-index. Requires position defined. */
  /* (header tabbed area must be given a background color to be opaque.) */

  .headercolumn{
    background-color: ;
    top:0;
    padding: 0 0;
    margin: 0 0;
    display:flex;
    flex-direction: column;
    border-bottom-style: none;
  }

  .bannerfont {
    font-style: italic;
    transform: scaleY(1.2);
    font-size:40px;
    width: 100%;
    padding: 10px 10px;
  }

  @container (width < 700px) {
    .bannerfont {
      font-size: 30px;
    }
  }

  @container (width < 500px) {
    .bannerfont {
      font-size: 24px;
    }
  }

  @container (width < 400px) {
    .bannerfont {
      font-size: 18px;
    }
  }

  img {
    vertical-align: middle;
  }
  .container {
    position: relative;
    margin: auto;
  }
  .link-column {
    display:flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }

  .carousel-item {
    color: white;
    background-color: #216873;
    margin: 10px 15px 10px 15px; /* top r bottom l */
    height: 340px;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 5px;
    cursor: pointer !important;
  }

  @media not all and (hover: none) {
    .carousel-item:hover {
      transform: scale(1.2);
      cursor: pointer !important;
    }
  }

  .carousel-image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .carousel-text {
    font-size: 24px;
    padding: 10px 0px 10px 0px;
    text-align: center;
  }

  .scrollingcontent {
    position: relative;
    z-index: 10;
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .menubutton {
    width:14.3%;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #216873;
    border-style: inset;
    border-top-left-radius: 2px;
  }

  .main footer {
    font-size:12px;
    font-weight: normal;
    color:white;
    text-align:left;
    margin-left:2px;
  }

  .googlecharts{
    min-width=240px;
    height:230px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .webcam-wrapper {
    width=100%;
    height=100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .webcam {
    width:50%;
  }

  .webcam_popup {
    border: #F0F0CD 15px solid;
    border-radius: 15px;
    -moz-border-radius: 15px;
    z-index: 12;
    width: 75%;
    left: 0%;
    position: absolute;
    top:100.3%;
    display: none;
  }

  .table-header {
    color: #216873;
    background-color: white;
    text-align: center;
    padding: 10px;
  }

  .table-rows {
    color: #216873;
    background-color: white;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    text-align: center;
    vertical-align: middle;
  }

  .table-cell {
    width: 23.3%;
    font-weight: normal;
    padding: 10px 0;
    border: 1px solid #ccc;
  }

  .main h2 {
    text-align:center;
    font-size:18px;
    margin:0.5em 0;
  }

  .main h3 {
    text-align:center;
    font-size:14px;
    font-weight:normal;
  }

  .main p {
    font-size: 14px;
    color:black;
  }

  .pdf_inset{
	  width: 100%;
	  height: 700px;
  }
	
  .aqc_column{
    top:0;
    z-index: 15;
    display:flex;
    flex-direction: column;
    background-color: transparent;
    justify-content: space-between;
  }
  .aqc_title {
    color:white;
    font-size:20px;
    font-weight: bold;
    padding: 12px;
    white-space: nowrap;
    text-align: left;
  }
  .aqc_details_link {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
  }
  .aqc_header {
    font-size: 14px;
    color: #f0e675;
    text-align: left;
    padding: 4px;
  }

  .aqc_grid {
    display: grid;
    grid-gap: 1%;
    column-gap: .2vw;
    row-gap: .1vw;
    grid-template-rows: 10% auto auto auto auto;
    grid-auto-flow: column;
    place-items: center;
    justify-content: left;
    align-items: stretch;
    line-height: 1.05;   /* Override line-height set for title */
  }
  .aqc_cell {
    height: 45px;
    width: 50px;
    font-size: 14px;
    color: #216873;
    text-align: center;
    padding-top: 10px; /* to better align AQC numbers vertically in cells */
  }

  .tooltip {
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: transparent;
    color: grey;
    font-size: 7px;
    top: 100%;
    left: 50%;
    z-index: 20;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .aqc_legend_grid {
    display: grid;
    align-items: flex-start;
    grid-gap: 7px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    background-color: transparent;
    margin-top: 5px;
    justify-content: left;
    justify-items: stretch;
  }
  .aqc_legend_swatch_text_pair {
    display:flex;
    flex-direction: row;
    background-color: transparent;
    height: 12px;
    font-size: 16px;
    color: white;
    text-align: left;
    align-items: left;
  }

  #aqc_details_overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    display: grid;
  }

  .aqc_details_text {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width: 70%;
    height: 70%;
    background-color: white;
    color: black;
    overflow: scroll;
    padding: 12px;
    text-align: left !important;
  }

  @media (max-width: 600px) {
    .btn {
      font-size: 14px;
      padding: 8px;
    }
  }

  .mylink {
    cursor: pointer !important;;
  }

  .info-h2 {
    color: white;
    background-color: #6aa5af;
    font-size:18px;
    padding: 15px;
    text-align:left;
    margin-top:30px;
    width: 100%;
  }

  .footer-link {
    color: white;
    background-color: #6aa5af;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    width: 190px;
    padding: 4px;
    border: 4px groove #9fc1c6;
  }

  @media not all and (hover: none) {
    .mylink:hover {
      background-color: #6aa5af;
      transform: scale(1.2);
      cursor: pointer;
    }
    .button:hover {
      transform: scale(1.2);
      cursor: pointer;
    }
  }

  .button {
    color: white;
    background-color: #216873;
    border: 4px groove;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }

  .heatmap {
    style="flex: 1;
    max-width: 30%;
    height: auto;
    margin: 10px;"
  }

  @media not all and (hover: none) {
    .heatmap-item:hover {
      transform: scale(1.8);
    }
  }

  /* From longmont.htm */
  .vcenter{vertical-align:middle;}
  .w100{width:100%;}
  .width{width:100%;}
  .font100{font-size:1em;}
  .border{border:1px solid black;}
  .vert{display:block;margin-left:auto;margin-right:auto;}
  .horiz{display:flex;margin-left:auto;margin-right:auto;color:#132D5E}
  .edge{width:100%;margin-left:auto;margin-right:auto;}
  .center{text-align:center;}
  .left{text-align:left;}
  .colortemp{background-color:#f7cdcd; display: block;}
  .colorrelh{background-color:#71b1e6; display: block;}
  .colorsolr{background-color:#F0F0CD; display: block;}
  .colorwsp{background-color:#f49e2d; display: block;}
  .colorwdr{background-color:#9f9fa0; display: block;}
  .colorpressure{background-color:#d9ffb3; display: block;}


/* for pollutant_source.htm */

.return_link_span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Collapse Styles */
.collapse {
  display: none; /* Hide content by default */
}

.collapse.show {
  display: block; /* Show content when toggled */
}
