body
{
    background-image: url("../img/polder_off_image.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: auto;
    min-height: 100vh;
}
.container-fluid
{
    padding-top: 50px;
    min-height: 100%;
    height: auto;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
}
.divresponsive
{
    padding: 20px;
    z-index: -1;
}
.workmap
{
    width : 100%;
    height: auto;
    z-index: 1;
}
#workmap
{
    cursor: pointer;
}
.infor
{
    color: #fff;
    text-align: center;
}
.heading
  {
      text-align: center;
      padding-bottom: 20px;
      padding-top: 20px;
      text-transform: uppercase;
  }
  .divider
  {
      width: 100px;
      height: 2px;
      background: #fff;
      margin: 0 auto;
  }
  h1
  {
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: .3rem;
  }
  p
  {
      color: #fff;
      font-size: 1.15rem;
      margin-top: 5px;
      line-height: 2.4rem;
      font-weight: 500;
      letter-spacing: .05rem;
  }
  .btn:not(:disabled):not(.disabled) 
{
      cursor: pointer;
}

.btn {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    border: 3px solid;
    background: transparent !important;
    border-right: 0px;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

 .btn:before {
    border: 3px solid;
    content: '';
    position: absolute;
    top: -3px;
    right: -11px;
    width: 22px;
    bottom: -3px;
    transform: skew(-25deg,0);
    left: auto;
    z-index: -1;
    background: transparent;
    border-left: 0px;
}

.btn:after 
{
    content: '';
    height: 2px;
    bottom: 8px;
    left: 20px;
    right: 20px;
    opacity: 0;
    position: absolute;
    background-color: transparent;
}

 .btn:hover:before
{
    border: 3px solid #1DEC7C;
    content: '';
    position: absolute;
    top: -3px;
    right: -11px;
    width: 22px;
    bottom: -3px;
    transform: skew(-25deg,0);
    left: auto;
    z-index: -1;
    background: transparent;
    border-left: 0px;
}

 .btn:hover:after 
{
    content: '';
    height: 2px;
    bottom: 8px;
    left: 20px;
    right: 20px;
    opacity: 0;
    position: absolute;
    background-color: transparent;
}

.btn:hover {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    padding: 12px 22px 12px 22px;
    border-radius: 0px;
    border: 3px solid #1DEC7C;
    background: transparent !important;
    border-right: 0px;
    transition: 0.3s all ease-in-out;
    z-index: 1;
    color: #1DEC7C;
    text-decoration: underline;
}
.divresponsive1
{
    z-index: -1;
}
.workmap1
{
    width : 50%;
    height: auto;
    z-index: 1;
}

@media only screen and (max-width: 1000px){
    p
  {
      font-size: .9rem;
      margin-top: 5px;
      line-height: 1.4rem;
      font-weight: 500;
      letter-spacing: .05rem;
  }
  h1
  {
      font-size: 1.5rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: .3rem;
  }
}