html,body{ margin:0; padding:0;font-family:Arial;}
body{background-size: cover; background-repeat: repeat-x; background-position: center top; }
.bg{
  background-image: url('../images/shutterstock_290612009.jpg');
  /*height:100%;*/
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .body_color{
    background-color: rgba(255, 255, 255, 0.7);
    height:100%;
    overflow:hidden;
    z-index:2
    }

  .header {
    color:rgb(0, 0, 0);
    border-radius: 5px;
    height:100px;
    text-align: center;
    font-size:x-large;
    font-family: 'Roboto Slab';
    padding-left: 5px;
    padding-right: 5px;

  }
  .footer{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    font-family: 'Nunito Sans';
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-logo{
    display:flex;
    display: grid;
    grid-template-columns: auto auto;
  
  }
  .logo-l{
    text-align: -webkit-center;
  }
  .logo-r{
    text-align: -webkit-center;
  }
  .main-container{
    color:rgb(0, 0, 0);
    text-align: center;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Nunito Sans';
    text-align: left;
    font-size: large;
    padding-left: 5px;
    padding-right: 5px;
  }
  .info{
    font-size: smaller;
    font-family: 'Nunito Sans';
  }
  .btn-holder{
    text-align: center;
  }
  .btn{
    display: inline-flex;
    padding: 15px 36px;
    border-radius: 4px;
    background-color: #ad5d81;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
  }
  .btn.hover,
  .btn:hover {
      background-color: #be7f9b;
      color: #fff;
  }
  .btn.active,
  .btn:active {
      background-color: #8f4868;
      color: #fff;
  }
  .btn.disabled,
  .btn:disabled {
      background-color: rgba(173, 93, 129, 0.2);
      color: #fff;
      pointer-events: none;
  }
  .full_page{
    height:385px
  }
  @media (max-width: 768px) {
    body{
      height:auto;
      br{display:none}
      
    }
    .grid-container-2 {
      grid-template-columns: auto;
      text-align: center;
    }
  .full_page{
    height:0;
  }

  }
  