.eg-footer {
background: #222;
color: #ccc;
font-size: 0.875rem;
}
.eg-footer a {
color: #ccc;
text-decoration: none;
}
.eg-footer a:focus-visible {
outline: 2px solid #e21f30;
outline-offset: 3px;
}
.eg-footer__inner {
width: 100%;;
margin: 0;
padding: 2rem 2rem;
display: grid;
gap: 2rem;
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.eg-footer__inner {
grid-template-columns: 2fr 2fr;
}
} .eg-footer__logo img {
min-width: 180px;
height: auto;
flex-shrink: 0;
}
.eg-footer__description { margin-bottom: 1rem;
line-height: 1.6;
} .eg-footer__social {
display: flex;
gap: 0.75rem;
list-style: none;
padding: 0;
margin: 0;
}
.eg-footer__social a {
font-size: 1.2rem;
} .eg-footer__nav {
display: grid;
gap: 2rem;
}
.eg-footer__brand-row {
display: flex;
gap: 2rem;
align-items: flex-start;
}
.eg-footer__brand-content {
padding-left: 0px;
padding-right: 40px;
}
@media (min-width: 768px) {
.eg-footer__nav {
grid-template-columns: repeat(3, 1fr);
}
.eg-footer__brand-row {
flex-direction: row;
}
.eg-footer__brand-content {
max-width: 100%;
padding-left: 30px;
}
}
@media (max-width: 1200px) {
.eg-footer__inner {
grid-template-columns: 2fr;
}
}
@media (max-width: 600px) {
.eg-footer__brand-row {
flex-direction: column;
}
.eg-footer__brand-content{
margin: 0;
}
}
.eg-footer__nav h3 {
font-size: 0.9rem;
margin-bottom: 0.75rem;
color: #ccc;
}
.eg-footer__nav ul {
list-style: none;
padding: 0;
}
.eg-footer__nav li {
margin-bottom: 0.5rem;
} .eg-footer__bottom {
border-top: 1px solid #333;
text-align: center;
padding: 1rem;
font-size: 0.75rem;
background-color: #000;
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
}