.parent {
  width: 90%;
  display: flex;
  padding: 40px;
}

.neighborhood-nav-div{
  max-width: 350px;
padding: 10px;
background-color: #F5F5F5;
}

.neighborhood-nav-list{
  padding-left: 0px;
  list-style: none;
}

.slider-caption{
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: white;
}

.small-caption{
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-size: 10px;
}

.neighborhood-nav-list-item{
  padding-top: 10px;
  cursor: pointer;
}

.neighborhood-nav-list-anchor{
  font-size: 15px;
  text-decoration: none;
  color: rgb(20,17,45);
}

.neighborhood-nav-list-anchor:hover{
  text-decoration: none;
}

.neighborhood-description-p{
  font-size: 15px;

}

.neighborhood-head-container{
  position: relative;
  width: 80%;
  max-width: 1500px;
  display: block;
  margin: auto;
  padding: 10px;
}

.neighborhood-grid-container {
  display: block;
  margin: auto;
        width : 70%;
        max-width : 1500px;
}

.neighborhood-row:before,
.neighborhood-row:after{
  content:"";
        display: table ;
        clear:both;
}

[class*='neighborhood-col-'] {
        float: left;
        min-height: 1px;
        width: 16.66%;

        /* gutter */

        padding: 12px;
}

.neighborhood-col-1{
        width: 16.66%;
}
.neighborhood-col-2{
    width: 25%;
}
.neighborhood-col-3{
    width: 50%;
}
.neighborhood-col-4{
    width: 66.664%;
}
.neighborhood-col-5{
    width: 83.33%;
}
.neighborhood-col-6{
    width: 100%;
}

.what-to-do{
  position: relative;
  display: block;
  margin: auto;
  width: 70%;
  max-width: 1500px;
  height: auto;
}


.what-to-do-text{
  display: inline-block;
  width: 45%;
  padding: 10px;
  position: absolute;
  right: -50px;

}

.what-to-do-img{
  width: 100%;

}

.img-text-container{
  display: block;
  margin: auto;
  position: relative;
  height: 350px;
  margin: 20px;
}

.map-container {
  width:60%;
}

.neighborhood-header{
  color: white;
  background-color: rgb(143, 124, 83);
  padding: 20px;
}

.neighborhood-hr-tag-two{
  height: 1px;
  color: white !important; /* old IE */
  background-color: white !important;
  border-top: 1px solid rgb(32, 54, 96) !important;
  margin-top: 50px;
  margin-bottom: 10px;
}

.neighborhood-hr-tag-one{
  height: 1px;
  color: white !important; /* old IE */
  background-color: white !important;
  border-top: 1px solid rgb(32, 54, 96) !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.options {
  width: 300px;
  text-align: center;
  background-color: white;
  border: solid 1px rgb(143,124,86);
  padding: 10px;
  height: 400px;
  margin-top: 20px;
  position: absolute;
  right: 20px;
  top: 0px;
}

.score-img{
  width: 80%;
}

#map {
  height: 100%;
  width: 100%;
}

.col-md-3 {
  padding-left: 0px;
}

.checkbox {
  width: 3%;
}


input[type="checkbox"] {
  margin-top: 15px;
}


label {
    display: inline;
    color: black;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 16px;
}

.map-option{
  visibility: hidden;
}

.map-option-label{
  cursor: pointer;
}

.map-option:checked  {
  color: black;
}

input {
  width: 10%;
}

fieldset {
  display: block;
  margin: auto;
    width: 200px;
    margin-left: 25px;
}
.item {
    display: block;
    width: 50px;
}

.map-nav-h2{
  color:rgb(143,124,86); margin-top: 30px;
}

.raleway-what{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: rgb(143,124,86);
}

.raleway-what.mobile{
  display: none;
  text-align: center;
}




@media only screen and (max-width: 1100px) {
  .what-to-do-img{
    width: 100% !important;
    position: relative !important;
  }
  .what-to-do-text{
    width: 100% !important;
    position: relative !important;
    right: auto !important;
  }
  .img-text-container{
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .neighborhood-row.mobile{
    height: 100px;
  }
  .raleway-what.mobile{
    display: block;
  }
  .raleway-what.desktop{
    display: none;
  }
  .score-img{
    width: 80px;
  }
  .neighborhood-col-3{
      width: 100% !important;
  }
  .neighborhood-col-2 {
    text-align: center;
    width: 30%;
}

  .map-container {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 50px;
  }

  .parent {
    flex-wrap: wrap;
    width: 100%;
  }

  .options{
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .map-nav-h2{
    color:rgb(143,124,86); margin-left: 20px;
  }

  fieldset {

    margin-left: auto;
  }
}
