File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/scss/custom/_footer.scss
footer {
margin-top: 100px;
background-color: $blue;
// background-image: url(/img/honey.png);
// .bg-cover;
h3 {
color: $white;
margin-bottom: 30px;
&:after {
content: "";
background-color: $orange;
display: block;
width: 80px;
height: 4px;
position: relative;
top: 10px;
}
}
i {
color: $orange;
}
a, a:link, a:active, a:visited {
color: $white !important;
}
a:hover {
color: $aqua !important;
text-decoration: none;
}
.row {
padding-top: 30px;
color: $white;
}
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-apple,
.fa-android {
color: $blue;
}
.fa-stack .fa-circle,
.fa-stack .fa-square {
color: $white;
}
.fa-stack:hover .fa-circle,
.fa-stack:hover .fa-square {
color: $aqua;
}
.contact {
.fa-fw {
width: 20px !important;
margin-right: 8px;
}
}
.copyright {
padding: 10px;
margin-top: 15px;
font-size: 0.8em;
color: #CCCCCC;
text-align: center;
background-color: #191919;
}
#logo-footer {
max-width: 80%;
}
}