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%;
}
.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;
  }
  .infor
{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
p
  {
      color: #fff;
      font-size: 1.5rem;
      margin-top: 5px;
      line-height: 2.4rem;
      font-weight: 500;
      letter-spacing: .05rem;
      padding-bottom: 20px;
  }
  .btn:not(:disabled):not(.disabled) 
{
      cursor: pointer;
}

.btn {
   font-size: 1.4rem;
   line-height: 2.4rem;
   letter-spacing: 0.05rem;
   position: relative;
   padding: 8px 20px 8px 20px;
   border-radius: 0px;
   border: 3px solid;
   background: transparent !important;
   border-right: 0px;
   z-index: 1;
   margin-top: 10px;
   margin-bottom: 10px;
}

 .btn:before {
   border: 3px solid;
   content: '';
   position: absolute;
   top: -3px;
   right: -7px;
   width: 22px;
   bottom: -3px;
   transform: skew(-15deg,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: -9px;
   width: 22px;
   bottom: -3px;
   transform: skew(-15deg,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: 1.8rem;
   letter-spacing: 0.07rem;
   line-height: 2.6rem;
   position: relative;
   padding: 8px 20px 8px 20px;
   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;
}
  label
  {
      color: #fff;
      font-size: 1.3rem;
      margin-top: 5px;
      font-weight: 500;
      letter-spacing: .05rem;
  }

  .form-group select {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    padding: .7em 1.2em;
    background-color: #007bff;
    color: white;
    border: 0;
  }
  
  .content_description
  {
    text-align: justify;
    border: 1px solid #bebfbf;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    box-shadow: 10px 10px 6px rgba(0,0,0, 0.175);
    background: #fff;
    margin-top: 15px;
    height: 120px;
  }
  .content_description:hover
  {
    background: rgba(0,0,0,0.5);
  }
  .content_description .fa
  {
      color: #1DEC7C;
      font-size: 12px;
  }
  .content_description h3
  {
      color: #007bff;
      font-size: 18px;
  }
  .content a{
    text-decoration: none;
}
.presentation{
  font-size: 1.2rem;
}