@font-face {
  font-family: 'Orator Std Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Orator Std Medium'), url('../fonts/OratorStd.woff') format('woff');
}
body {
  font-family: 'Orator Std Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Orator Std Medium'), url('../fonts/OratorStd.woff') format('woff');
}
.cover-logo
{
  letter-spacing:28px;
  line-height: 1.8 !important;
  font-weight: bold;
  margin-right: -28px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.trans-btn,.trans-btn:hover, .trans-btn:focus{
  background: transparent !important;
  border: none !important;
  box-shadow:none !important;

} 
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media(max-width:500px)
{
  .cover-logo
  {
    letter-spacing:20px;
    line-height: 1.8 !important;
    font-weight: bold;
    margin-right: -20px;
  }
}