.bayleyssvg1 {
  display: block;
  margin: 80px auto;
  width: 800px;
  margin-bottom: 15px;
}

#bayleys1 {
  fill: transparent;
  stroke: #0069B4;
}

#bayleys1:hover {
  stroke-width: 1;
  animation: logo 25s linear infinite;
  
}

@keyframes logo {
  0% {
    stroke-width: 0;
    stroke-dashoffset: 1200;
    fill-opacity: 100;
  }
  0% {
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 100;
    fill-opacity: 100;
    stroke-width: 0;
  }
}

.bayleyssvg {
  display: block;
  margin: 80px auto;
  width: 800px;
  margin-bottom: 15px;
}

#bayleys {
  fill:transparent;
  stroke: #0069b4;
}

#bayleys {
  stroke-width: 1;
  animation: logo 25s linear;
}

@keyframes logo {
  0% {
    stroke-width: 1;
    stroke-dashoffset: 1200;
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 10;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke-width:1pt;
  }
}


