@charset "UTF-8";

@font-face {
  font-family: "bge";
  src: url('./fonts/dyer.ttf');
}

.logo-custom{
  color: #e5474b;
  /* font-family: 'harvest_barn', cursive; */
  /* font-family: 'Permanent Marker', cursive; */
  font-family: 'bge', cursive;
  font-size: 2.5em;
  float: left;
}

.logo-custom:hover {
  color: #e5474b;
}

.banner-image{
  position: relative;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.banner-content{
  position: absolute;
  top: 20%;
  left: 10%;
}
