body {
    background-color: #f3f4fa;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-image: url("../img/bg-geticks.jpg");
    background-size: cover;
    background-position: top center;
    font-weight: 600;
    background-repeat: no-repeat;
    color: #5a3662;
}

h1 {
    font-size: 50px;
    color: rgb(130, 113, 180);
    font-weight: 700;
}



.logo-img {
    height: 100px;
}

.logo-txt {
    height: 60px;
    margin-top: 20px;
}
.select-lang{
    background-color:rgba(223, 225, 226, 0.7);
}
.center-screen {
    min-height: 86vh;
    padding:10px 10px 70px 10px;
}
a {
    color: #917960;
}

.contact {
    color: white;
    background-color: #d1628b;
}

.ft-social-list svg {
    fill: #5a3662;
}










  .feedback-input {
    color:#333;
    border:2px solid #ccc;
    background-color: #fff;
  }
  
  .submit {
    background-color: #d1628b;
    color: white;
  }

  .submit:hover { background-color:rgb(150, 68, 128); }
  .cancel:hover { background-color:#fff; }

  .alert-field{
      background-color: #f8d7da;
      color: #721c24;
  }

  .form-head{
    background:#5a3662;
    color:white;
  }
  
  
  
  
    #modal-container .modal-background .modal {
      font-weight: 600;
      background: #fff;
    }

    .modal-active #modal-container .modal-background {
      background: rgba(0, 0, 0, 0);
    }
  
    #modal-container .modal-background {
      background: rgba(0, 0, 0, 0.8);
    }
    



















@media screen and (max-width: 800px) {
body {
  background-size: inherit;
}

  .logo-img {
    height: 90px;
}

.logo-txt {
    height: 50px;
    margin-top: 20px;
}
    h1{
        font-size:34px;
    }
 }