@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*{
  font-family: 'Karla', sans-serif;
  color: #0061aa !important;
}
span.error{
  color: red !important;
}

div.background{
  background-image: radial-gradient(ellipse at center,#fff 0,#e7f2f7 100%);
}
button{
  color: white !important;
}

.button1{
  background-color: #009750;
  border-radius: 5px;
}

.button1:hover{
  background-color: #0061aa;
}

input::placeholder{
  color: rgb(150, 148, 148) !important;
}

.card-js .icon{
  top: 5px;
}

footer{
  background-color: #009750;
}
footer * {
  color: white !important;
}

footer ul li a:hover{
  color: white !important;
}

div.links{
  padding-left: 50px;
}

.cvc-container{
  display: none !important;
}


@media screen and (max-width: 800px){
  div.links{
    padding-left: 0;
  }
  div.contact{
    margin-top: 10px;
    padding-top: 10px;
  }
  div.contact, div.links{
    text-align: center;
  }

  div.contact, div.links{
    border-top: 1px solid white;
  }

}