body{
    background-color: #f2f7f6; 
    font-family: sans-serif;
    /* padding: 0 30px; */
    
}
#mainDiv {
    padding-left: 30px;
}

#infoButton {
    stroke: 'black';
}

#info-box {
    font-size: 14px;
}

svg {
    /* padding-left: 30px; */
}
img {
    transition: all 2s ease-out;
}

.flex-container {
    display: flex;
}

.modal-text {
    margin: 0 20px;
    max-width: 400px;
    font-size: 13px;
}

.modal-img-container {
    max-width: 500px;
}

/* Resize images */
.modal-img-container img {
    width: 100%;
    /* height: auto; */
}

.top-layer {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
}

/* modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    max-width: 800px;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 52%;
    overflow: scroll;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    float: top;
    font-size: 23px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

h1{
    color:  #839a95;
    /* padding-left: 30px; */
}
p{
    /* width: 500px; */
    /* color: #5s7736d; */
}
svg{
    font-family: sans-serif;
    background-color: #ece7e2;
    /* background-color: #7e8ecd;   */
    border-radius: 5px;
}
.description {
    /* background-color: pink; */
    /* color: red; */
}

button {
    margin: 0 10px 10px 0;
    background-color: #cccbcb;
    border: none;
    padding: 6px 9px;
    cursor: pointer;
    border-radius: 3px;
}

.row_label { 
    font-size: 13px;
}

.underline {
    text-decoration: underline;
}

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    .flex-container {
        display: block;
    }
  }