body {
  padding: 0%;
  line-height: 1.65;
}

.pageCon {
  min-width:715px;
}
/* Navigation Bar
------------------------------------------------ */
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 19px;
  background: #345ec7;
  font-family: "Raleway", sans-serif;
}

.vrmines a {
  color: WHITE;
  text-decoration: none;
  font-size: 30px;
  transition: color 0.5s;
  transform: translate(56px, 0);
}
.vrmines {
  height: 22px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
  margin-right: 20px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transform: translate(56px, 0);
}

.right-side {
  display: flex;
  margin-bottom: 40px;
}

.signin {
  background: white;
  padding: 3px;
  text-align: center;
  height: 45px;
  display: inline-block;
  border-radius: 5px;
}

.signup {
  background: white;
  padding: 3px;
  text-align: center;
  height: 45px;
  display: inline-block;
  border-radius: 5px;
}

.nav-wrapper > .right-side > div {
  margin-right: 20px;
  font-size: 1.5em;
}

.nav-link-wrapper {
  height: 22px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
  color: gray;
  text-decoration: none;
  font-size: 25px;
  transition: color 0.5s;
}

.nav-link-wrapper:hover {
  border-bottom: 1px solid black;
}

.nav-link-wrapper a:hover {
  color: black;
}

/* MAIN
------------------------------------------------ */
.topfiltercon {
  display:flex;
  height: 80px;
  width:auto;
  background-color: #E6E6E6;
  padding: 8px;
  box-sizing: border-box;
  justify-content: space-around;
  font-size: 19px;
}

.morefiltersbtn {
  background-color: #2846ba;
  color: white;
  margin:auto;
  margin-left:5px;
  border-radius:25px;
  padding:5px 15px;
}

.searchfiltercon {
  margin: auto 0 auto 16px;
  padding: 8px 0;
  background-color: white;
  border-radius: 25px;
  opacity: 1;
  border: 2px solid white;
  position: relative;
  transition: all 0.25s ease-in-out;
  height: 52px;
  width: 940px;
  box-sizing: border-box;
  display: flex;
  z-index:4;
}

.leftsearchcon {
  padding: 8px 0;
  background-color: white;
  border-radius: 25px;
  opacity: 1;
  border: 2px solid white;
  position: relative;
  width: 100%;
  transition: all 0.25s ease-in-out;
  height: 48px;
  width: 300px;
  box-sizing: border-box;
  display: flex;
  transform: translate(0px,-7.5px);
}

.rightfiltercon{
  display: flex;
  /*border-left: 1px solid #e6e6e6;*/
  /*border-bottom: 1px solid #e6e6e6;*/
  padding: 10px 0;
  width:610px;
  height: 28px;
  /*justify-content: space-around;*/
  align-items: center;
  transform: translate(0px,-7.5px);
}

.filtermenuitem {
  display:flex;
  align-items:center;
  border: none;
  color: black;

  margin: 25px 10px 10px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.8s;
  background-color: white;
}


.filter-number {
  padding-left: 5px;
  width: 75%;
}

.filter-selector {
  padding: 0 25px 0 10px;
}

.reset-filter{
  padding-left: 30px;
}

.filtermenuitem-modal {
  align-items:center;
  color: black;
  margin: 15px 10px;
  cursor: pointer;
  transition: 0.8s;
  background-color: white;
}

.search-btn-modal{
  text-decoration: none;
  color: white;
  padding: 2px 6px 2px 6px;
  border:none;
  background-color: #3e6feb;
}

.filterlabel {
  position: absolute;
  margin: auto;
  z-index: 2;
  font-size: 17px;
  color: black;
  top: -2px;
  pointer-events: none
}


.controls {
  background-color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 100%;
  z-index:6 !important;
  border:none;
  position:relative !important;
  margin: 0 10px;
}


.mainCon {
  max-width: 1360px;
  margin: auto;
  margin-top: 40px;
}

.top-main-bar {
  display: flex;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  background-color: white;
  height: 28px;
  justify-content: space-around;
  align-items: center;
}
/* find a mine buttons */

.headerMenuItem {
  flex: 1;
  text-align: center;
  padding: 5px 5px;
  border-right: 2px solid #e6e6e6;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.btn {
  border: none;
  color: black;
  padding: 10px 20px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.8s;
  overflow: hidden;
  background-color: white;
}



/* MAIN CONTENT 
------------------------------------------------ */
.maincontentcontainer{
  display:flex;
  /*min-height: calc(100vh - 40vh);*/
}

.maincontentcontainer > #map{
  flex:1;
}

.maincontentcontainer > .searchsidebarcontainer {
  flex:0 0 25vw;
  background:white;
  order:-1;
}


/* Map
------------------------------------------------ */
  #map {
    height: 850px;
    width: 100%;
  }
  
/* Sidebar Buttons
------------------------------------------------ */


.searchresultcontainer {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-shrink:1;
  }

  .resultcon {
    border:black;
  }
  



/* Footer
------------------------------------------------ */

footer {
  background: #182442;
  padding: 0px;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  margin-bottom: 0;
}

.footer-container a {
  color: white;
  margin-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s linear;
  display: flex;
  flex-direction: row !important;
}

.footer-container a:hover {
  color: #dddc9e;
}

.left-footer li {
  list-style: none;
  margin: 20px 0;
  transform: translate(54px, 0%);
}

.right-footer li {
  list-style: none;
  margin: 20px 0;
  transform: translate(70%, 0%);
}

@media screen and (max-width: 960px) {
  .footer-container {
    max-width: 600px;
  }
  .footer-right-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-left-col {
    width: 100%;
    text-align: center;
  }
  .leftsearchcon {
    max-width:200px;
  }
  .searchfiltercon {
    width:724px;
  }
}


@media screen and (max-width: 1360px) {
  .footer-container {
    max-width: 600px;
  }
  .footer-right-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-left-col {
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width: 400px) {
  .footer-container {
    max-width: 400px;
  }
  .btn {
    font-size:10px;
  }
  .left-footer {
    margin-left:0px;
  }
}

@media screen and (max-width: 600px) {
  .footer-container {
    max-width: 400px;
  }
  .btn {
    font-size:10px;
  }
  .left-footer {
    margin-left:0px;
  }
}
