.snow {
	background-color: navy;
	/*font-family: Androgyne;*/
	background-image: url(../images/snow1.png), url(../images/snow2.png), url(../images/snow3.png);
	height: 100px;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}

@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

Snow animation commented out.

.banner {
  background-color: teal;
}

.covid {
	text-align: center;
	font-size: 30px;
	margin-top: -20px;
	margin-bottom: 60px;
}

.banner-text {
  font-size: 40px;
  font-family: Arial;
  color: white;
  position: relative;
  text-align: center;
  line-height: 95px;
}

h3 {
  margin: 0;
}

ul {
  list-style: none;
}

.nhs-logo {
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  width: 200px;
}

.legal {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  font-size: 15px;
}

.hero > h3 {
  font-size: 38px;
}

footer {
  margin-top: 50px;
  text-align: center;
}

.logo {
  position: relative;
  margin: 40px auto;
  text-align: center;
}

.glasses-logo {
  height: 52px;
  position: relative;
  top: 6px;
  left: 25px;
}

.home-content {
  text-align: center;
}

.home-history {
  height: 115px;
}

.navbar-header {
  margin: 0 auto;
  /*width: 800px;*/
}

img {
  border-radius: 5%;
}

.container {
  max-width: 1280px;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }

  .home-frames-image {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .home-history {
    font-size: 22px;
  }

  .home-image {
    display: none;
  }
}

@media only screen and (max-width: 993px) {
  /*.center-images {
    display: none;
  }*/
}


.about-info {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.about-card {
  max-width: 500px;
}
.about-card .img {
  height: 600px;
}

.about-hours {
  margin-top: 75px;
  width: 1024px;
}

.about-images {
  margin-top: 20px;
}

.about-image {
  border: 2px solid #0099FF;
  height: 200px;
}

.about-hours-cols {
  display: inline-block;
  font-size: 30px;
  margin-left: 12px;
}

.service-exam-image {
  text-align: center;
  position: relative;
  top: 10px;
}

.service-fitting-image {
  height: 235px;
}

.service-bottom-images {
  height: 410px;
}

.card .card-title {
  display: inline-block;
  font-weight: 400;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ff6f00;
}

.contact-store-front {
  height: 350px;
}

.contact-details {
  text-align: center;
}

.contact-directions {
  font-size: 22px;
}

.google-maps-icon {
  display: inline-block;
  height: 80px;
}

.directions-card {
  max-width: 600px;
}

.contact-address {
  display: inline-block;
}

 .hidden {
  display: none;
}
