
body{
    background-color: rgb(30, 30, 34);
    font-family: 'Lato', sans-serif;
}

.nav {
    left: 0px;
    background-color: #32333a;
    position: fixed;
    padding: 0 0 0 0;
    top: -16px;
    width:100%;
    color: whitesmoke;
    list-style: none;
    text-align: left;
    z-index: 5;
}

.nav > li {
    padding: 10px 40px 10px 50px;
    font-size: 24px;
}

.nav > li > a{
    padding-left: 15%;
    display: inline-block;
    text-decoration: none;
    color: whitesmoke;
}

.nav > li > button {
    float: right;
    border: none;
    padding: 7px 18px 0 18px;
    outline: none;
    cursor: pointer;
    background-color: #32333a;
    color: whitesmoke;
    font-size: 18px;
}

.nav > li > button:hover {
    color: #ffffd9;
}

#bodyDisplay {
    width: 100%;
}

#filterBtns {
    margin-top: 10px;
    top: 10%;
    width: 100%;
}
/* Style the buttons */
.btn {
    font-size: 13px;
    width: 25%;
    border: none;
    outline: none;
    padding: 1vw 1.5vh 1vw 1.5vh;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn2{
    font-size: 15px;
    width: 20%;
    border: none;
    outline: none;
    padding: .5vw .5vh .5vw .5vh;
    background-color: rgb(30, 30, 34);
    color: whitesmoke;
    cursor: auto;
}

.btn:hover{
    color: #ffffd9;
}

.infobar {
    margin-top: 37px;
    background-color: rgb(30, 30, 34);
    position: absolute;
    right: 1vw;
    /*width: 38%;*/
    width: 475px;
    height: 93%;
    z-index: 4;
    margin-bottom: 0px;
}

.infobar > h1{
    text-decoration: none;
    text-align: center;
    color: whitesmoke;
}

#scrollcontent {
    display: inherit;
    padding-left: 18px;
    padding-right: 10px;
    height: 88%;
    overflow-y: auto;
    background-color: whitesmoke;
    color: black;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 15px;
}

#buildingcontent {
    display: none;
    padding-left: 18px;
    padding-right: 10px;
    height: 80%;
    overflow-y: auto;
    background-color: whitesmoke;
    color: black;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

#BldgPhoto {
    text-align: center;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    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;
}
.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

.content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#mapid {
    left: 0px;
    z-index: 3;
    margin-top: 37px;
    position: absolute;
    width: 60%;
    height: 93%;
    bottom:0px;
}

.info {
    padding: 10px 10px;
    background-color: white;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    line-height: 5px;
    opacity: 1;
    font-size: 14px;
}
.info h4 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
    background-color: white;
    padding: 3px;
    border: 2px solid black;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
}

.bg-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-content {
    width: 50%;
    height: 85%;
    background-color: whitesmoke;
    opacity: 1;
    z-index: 101;
    border-radius: 4px;
    position: relative;
}

.close {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 40px;
    transform: rotate(45deg);
    cursor: pointer;
}
.close2 {
    position: absolute;
    top: 60px;
    right: 12px;
    font-size: 60px;
    transform: rotate(45deg);
    cursor: pointer;
}

.popupheader {
    font-size: 25px;
    text-align: center;
    padding: 10px;
}

.popupheader > p {
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    text-align: left;
}
#welcomepop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: scroll;
}
.welcome-content {
    width: 60%;
    height: 55%;
    background-color: whitesmoke;
    opacity: 1;
    z-index: 101;
    border-radius: 4px;
    position: relative;
    overflow: scroll;
}


.data-content {
    width: 50%;
    height: 68%;
    background-color: whitesmoke;
    opacity: 1;
    z-index: 101;
    border-radius: 4px;
    position: relative;
    overflow: scroll;
}

.about-content {
    width: 50%;
    height: 33%;
    background-color: whitesmoke;
    opacity: 1;
    z-index: 101;
    border-radius: 4px;
    position: relative;
    overflow: scroll;
}

.info-bullet{
    margin-top: -15px;
    margin-left: 30px;
    text-align: left;
    font-size: 15px;
}