.propertyGrid a {
    text-decoration: none;
}

.bgGridPanel {
    background-color: rgb(243, 243, 243);
    text-align: center;
    padding:3em;
    margin:2px;
    margin-top:10px;
    margin-bottom: 10px;
}

.propertyGrid h1 {
    font-size: 1.4em;
    margin: auto;
    margin-bottom: 15px !important;
}

.imageGrid {
    background-color: rgba(0, 0, 0, .7);
    padding:0;
    margin:1em;
    border:10px solid;
    border-color: rgba(238, 238, 238, 0.9);
}

@media screen and (max-width: 600px) {
    .imageGrid {
        margin: 0;
    }
  }

.imageGrid h1 {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    color:#fff;
    z-index: 999;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .imageGrid {
       width: 100%;
    }
  }

.largeSquare h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    z-index: 999;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .largeSquare {
        width: 100%;
    }
  }

.imageGrid img {
    opacity: .6;
    transition: all 0.5s ease;
}

.imageGrid img:hover {
    opacity: 1;
}

.SliderBG {
    margin-top:15px;
    border: 2px solid;
    border-color: rgba(209, 209, 209, 0.9);
    border-radius: 10px;
    background-color: rgba(238, 238, 238, 0.9);
    padding-bottom:10px;
    padding-top: 10px;
    max-width: 1200px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    
}

.SliderBG img {
    max-width: 1200px;
    max-height: 600px;
}

@media screen and (max-width: 600px) {
    .SliderBG {
        width: 100%;
       
        margin-top:12px;
    }
    .SliderBG img {
        width: 100%;
    }
  }


.spaceHR {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .spaceHR {
      max-width: 80%;
    }
  }

.push h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
}

.contentP {
    text-align: center;
}