footer {
margin-top: 25px;
}
.social {
padding: 0;
margin: 0;
background-color: #323232;
height: 200px;
width: 100%;
display: grid;
grid-auto-flow: column;
align-items: center;
justify-content: center;
grid-gap: 100px;
}
.links {
padding: 0;
margin: 0;
height: 105px;
background-color: #2B2B2B;
display: grid;
grid-auto-flow: column;
align-items: center;
justify-content: center;
grid-gap: 40px;
}
.links p {
color: white;
margin: 0;
padding: 0;
}
.footer-bar {
margin: 0;
list-style-type: none;
display: grid;
grid-auto-flow: column;
grid-gap: 40px;
}
.footer-bar li a {
color: white;
text-decoration: none;
}
.sc-logo {
width: 45px;
height: 45px;
}
.sc-logo img {
max-width: 100%;
height: auto;
}
@media only screen and (max-device-width: 700px) {
.sc-logo {
width: 65px;
heigth: 65px;
}
.links {
font-size: 25px;
}
}