/*
Created by Jacobs Technology
*/
/* 
    Created on : Apr 30, 2021, 11:08:56 AM
    Author     : BrandJW
*/

.icon-link:link, .icon-link:visited, .icon-link:active {
    text-decoration: none;
    background: none;
}

.padded {
    padding: 1rem;
}

.h100 {
    height: 100%;
}

.address {
    min-width: 15rem;
    text-align: center;
}

.social-media-link-container {
    display: flex;
    margin: 0 auto;
    width: 60%;
    flex-direction: row;
    justify-content: space-evenly;
}

.site-link-container {
    object: contain;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.contact-link {
    margin: .3rem;
    color: white;
}

a:link.contact-link, a:visited.contact-link {
    color: white;    
    text-decoration: underline;
}

a:link:hover.contact-link, a:visited:hover.contact-link {
    color: white;
    text-decoration: underline;
}

.fl-1 {
    order: 1;
}

.fl-2 {
    order: 2;
}

.extra-contact-link.extra-contact-link:hover {
    color: white;
}

.extra-contact-link.extra-contact-link {
    margin: 0;
    font-size: small;
    color: white;
    text-decoration: underline;
}