.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}	

a.yellow {
	color: #ffc000!important;
}

.lead2 {
	font-size: 1.25rem;
}

.lead3 {
	font-size: 1.5rem;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.imgphone {
	margin-bottom: 10px;
}

.phone2 img {
	margin-bottom: 10px;
}

.phone img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .phone {
    font-size: 1.75em!important;
  }


@media only screen and (max-width: 576px) {
  .phone2 {
    font-size: 1.75em!important;
  }


@media only screen and (max-width: 576px) {
  .phone img{
    display: none;
  }


@media only screen and (max-width: 576px) {
  .phone2 img{
    display: none;
  }

