
/* skip menu */
.skip-link {
	position: absolute;
	top: 10px;
	z-index: -1;
	margin-left: 10px;
	padding: 8px;
  color: #fff;
	background-color: #002052;
	border-radius: 3px;
}

.skip-link:focus-visible {
	z-index: 500;
}

.skip-link:hover {
  color: #C7511F;
  cursor: pointer;
  text-decoration: underline;
  outline-width: 3px;
  outline-color: #C7511F;
}

/* skip menu end */
.fab {
  padding: 10px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fab:hover {
    opacity: 0.7;
}

.far {
  padding: 10px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.far:hover {
    opacity: 0.7;
}

.fas {
  padding: 10px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fas:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-envelope {
  background: #002052;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}
.fa-instagram {
  background: #f00075;
  color: white;
}