/*
Theme Name: PwK 3.2.2
Text Domain: Psych with Keegan
Version: 3.2.2
Description: Psych with Keegan Footer
Author: Keegan Krantz
Author URI: https://psychwithkeegan.com
*/

#footer-area {
background-color: var(--PwKBlack);
width: 100%;
margin: 0;
padding: 8% 0 10% 0;
text-align: center;
}

#footer-area a {
text-decoration: none;
}

#footer-area #footer-logo {
width: 15%;
height: auto;
margin: 0 auto 2% auto;
padding: 0;
text-align: center;
display: block;
}

#footer-area #yl-link {
width: 4%;
margin: 0 auto 0 auto;
display: block;
}

#footer-area #yl-link #footer-yt-link-img {
background-color: #373737;
width: 100%;
height: auto;
vertical-align: middle;
margin: 0;
padding: 0;
border: 0;
transition: background-color .3s;
}

#footer-area #yl-link #footer-yt-link-img:hover {
background-color: #ff9f1c;
transition: background-color .3s;
}

#footer-area #footer-links {
text-align: center;
margin: 6% 0 0 0;
}

#footer-area #footer-links #footer-link {
font-family: "PwK-Regular";
font-size: 17px;
margin: 0 1% 0 1%;
display: inline-block;
color: var(--PwKBlue);
text-decoration: none;
transition: color .3s;
}

#footer-area #footer-links #footer-link:hover {
color: var(--PwKOrangeLight);
text-decoration: underline;
cursor: pointer;
transition: color .3s;
}

#footer-area #footer-notes {
font-family: "PwK-Regular";
font-size: 15px;
margin: 2% 0 0 0;
display: inline-block;
color: var(--PwKGray5);
text-decoration: none;
}