body{
    background-color: whitesmoke;
}
.header{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
.header-container{
    background-color: #00887A;
    text-align: center;

}
.main-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
}
.more-info-content {
    display: flex;
    justify-content: center;
    padding: 7.5px;
}
.site_description {
  border: 3px solid grey;
  padding: 10px;
  margin-bottom: 5px;
}
.info-selector-row {
    width: 250px;
    border: 3px solid black;
    margin: 8px;
    text-align: center;
}
.info-display-row {
    width: 800px;
    /* height: 700px; */
    /* border: 3px solid black; */
    margin: 8px;
    display: flex;
    flex-direction: column;
}
.sample-info {
    margin: 10px;
    padding: 3px;
    text-align: left;
}
.graph-container {
    width: inherit;

}

.filter-container {
    background-color: #77a6f7;
}
.element-container {
    background-color: #ffccbc;
}
.downloader-container {
    background-color: #d3e3fc;
}
.footer-container {
    background-color: #00887A;
    text-align: center;
}
.footer{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
.sitepercent, .siteppm {
    padding: 5px;
    border: 1px solid black;
    width: inherit;
}
.graph-container, .percentage, .ppm {
    width: inherit;
}
.ppm, .percentage {
    justify-content: center;
}
img {
    border: 10px solid red;
}

.download-button {
    color: inherit;
}

.graph-link {
  color: black;
}

.dropup {
  position: relative;
  display: inline-block;
}

#sample-1 {
    border: 3px solid red;
}
#sample-2 {
    border: 3px solid blue;
}
#sample-3 {
    border: 3px solid yellow;
}
#sample-4 {
    border: 3px solid orange;
}
#sample-5 {
    border: 3px solid hotpink;
}
#sample-6 {
    border: 3px solid #a031bc;
}
#sample-7 {
    border: 3px solid lightsalmon;
}
#sample-8 {
    border: 3px solid lightseagreen;
}
#sample-9 {
    border: 3px solid cyan;
}
#sample-10 {
    border: 3px solid cornflowerblue;
}
#sample-11 {
    border: 3px solid lightpink;
}
#sample-12 {
    border: 3px solid lightgreen;
}


.dropdown-menu {

}

.element_dropdown{
  height: 300px;
  overflow-y: scroll;
}

.species_dropdown{
  height: 210px;
  overflow-y: scroll;
}

.Collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .Collapsible:hover {
    background-color: #ccc;
  }

  .content {
    background-color: white;
  }

  /* Style the collapsible content. Note: hidden by default */
  .sample-data {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }


@media only screen and (min-width: 961px) {
    .header, .footer {
        font-size: xx-large;
    }
    .header-container, .footer-container{
        width: auto;
        height: 60px;
    }
    .description_head {
      font-size: large;
    }

    .main-content{

    }
    .column {
        padding:6px;
    }
    .row {
        margin-top:12px;
    }
    .map-container {
        width: 755px;
        height: 425px;
    }
    .map {
        /* width: 62.5%; */
        width: 650px;
        height: 400px;
    }

    .filter-container {
        height: 200px;
        width: 725px;
    }
    #sidebar {
        /* width:31.25%; */
        width: 495px;

    }
    .element-container {
        width: 100%;
        height: 425px;
    }
    .downloader-container {
        width: 100%;
        height: 200px;

    }
    .footer-container {

    }

    .download-button {
      justify-content: 'center';
      align-items: 'center';
    }
    .element-row {
    }
}

@media only screen and (min-width: 401px) and (max-width: 960px) {
    .header{
        font-size: x-large;
    }
    .header-container{
        width: auto;
        height: 50px;
    }
    .main-content{}
    .column {
        padding:7.5px;
    }
    .row {
        margin-top:15px;
    }
    .map-container {
        width: 600px;
    }
    .map {
        width: 600px ;
        height: 400px;
    }

    .filter-container {
        height: 200px;
    }
    #sidebar {
        width:300px;

    }
    .element-container {
        width: 300px;
        height: 400px;
    }
    .downloader-container {
        width: 300px;
        height: 200px;

    }
    .footer-container {}
}

@media only screen and (max-width: 400px) {
    .header{
        font-size: x-large;
    }
    .header-container{
        width: auto;
        height: 50px;
    }
    .main-content{}
    .column {
        padding:7.5px;
    }
    .row {
        margin-top:15px;
    }
    .map-container {
        width: 600px;
    }
    .map {
        width: 600px ;
        height: 400px;
    }

    .filter-container {
        height: 200px;
    }
    #sidebar {
        width:300px;

    }
    .element-container {
        width: 300px;
        height: 400px;
    }
    .downloader-container {
        width: 300px;
        height: 200px;

    }
    .footer-container {}
}
