body {
	background-color: black;
	text-align: center;
}

h4  {
  color: white;
  font-size: 3rem;
  font-family: KeepCalmHeavy;
  text-transform: uppercase;  
}

p {
	color: white;
    font-family: KeepCalmLight, Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.51px;
    line-height: 1.6;
    text-transform: initial;
    margin-bottom: 2rem;
}

.header-logo {
	width: 100%;
}

.gold-text {
    color: rgb(225, 198, 156);
}

.footer-text {
    border-top: 2px solid;
    margin-top: 6.25rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

.social-links a {
    display: inline-block;
}

.social-links svg {
    display: block;
    font-size: 2.5125rem;
    border: 2px solid;
    border-radius: 50%;
    padding: 10px;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1.25rem;
}

.footer-text-copy {
    padding-top: 0.9375rem;
}

.footer-info-block a {
    padding-top: 0.75rem;
    padding-bottom: 0.3125rem;
    display: block;
    color: rgb(225, 198, 156);
    text-decoration: none;
}

