/*see: https://tailwindcss.com/*/

#title-bg-logo {
  /*background: blue;*/
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-size: contain;
  background-image: url('../img/logo.png');
  height: 110px;
}

body {
  /*background: #DCDCDC; !* ALTO  https://company-219181.frontify.com/d/3b63wjTJbrra/guidelines#/basics/colours *!*/
  background: #fafafa; /* Alabaster  https://company-219181.frontify.com/d/3b63wjTJbrra/guidelines#/basics/colours */
  /*background-image: url('../img/image.jpg');*/
  /*background-size: cover;*/
}

.newBtn {
  border: 1px solid #9cc305;
  /*border-radius: 30px;*/
  /*line-height: 48px;*/
  /*width: 232px;*/
  /*display: block;*/
  text-align: center;
  color: #9cc305;
  /*font-size: 16px;*/
  /*text-decoration: none;*/
  transition: background-color .5s 0s;
  text-transform: uppercase;
  /*margin-top: 15px;*/
}


.newBtn:hover {
  background-color: #9cc305;
  color: #fff;
  text-decoration: none;
}
