.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footerLinks {

    text-align: center;
}

.footerText {

    text-align: center;
    font-family: effra, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    
}

.footerListItem{

    display: inline-block;
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;

}

#InstaFootLink {
    height: 33px;
    width: 33px;
    background-image: url("/images/Instagram_Footer_Icon.png");
}

#InstaFootLink:hover {
    height: 33px;
    width: 33px;
    background-image: url("/images/Instagram_Footer_Hover_Icon.png");
}

#FBFootLink {
    height: 33px;
    width: 33px;
    background-image: url("/images/Facebook_Footer_Icon.png");
    position: relative;
}

#FBFootLink:hover {
    height: 33px;
    width: 33px;
    background-image: url("/images/Facebook_Footer_Hover_Icon.png");
    position: relative;
}

#PinFootLink {
    height: 33px;
    width: 33px;
    background-image: url("/images/Pinterest_Footer_Icon.png");
    position: relative;
}

#PinFootLink:hover {
    height: 33px;
    width: 33px;
    background-image: url("/images/Pinterest_Footer_Hover_Icon.png");
    position: relative;
}

#LiFootLink {
    height: 33px;
    width: 33px;
    background-image: url("/images/Linked_In_Footer_Icon.png");
    position: relative;
}

#LiFootLink:hover {
    height: 33px;
    width: 33px;
    background-image: url("/images/Linked_In_Footer_Hover_Icon.png");
    position: relative;
}

#NewsFootLink{
    font-family: effra, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    position: relative;
}

#NewsFootLink:hover{
    font-family: effra, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #6B2BC7;
    position: relative;
}

.flexStack {

    display: flex;
    flex-direction: column;

}

.flexChild {

    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 5px;
    margin-bottom: 20px;

}

#homeLine {

    z-index:57;
    width:1089px;
    height:1px;
    position:relative;
    margin-bottom: 30px;

}

#noDecoration{

    text-decoration: none;
    align-content: center;
    justify-content: center;

}

#divSpace {

    height: 20px;

}