/* https://www.huratips.com/design-tips/font-awesome-icons-with-brand-color-variables.html */
/* https://brandcolors.net */

/* .fa-facebook {
    color: #3b5998 !important;
} */

.fa-facebook,
.fa-facebook-square {
    color: #3b5998 !important;
}

.fa-twitter,
.fa-twitter-square {
    color: #00aced !important;
}

.fa-google-plus,
.fa-google-plus-square {
    color: #dd4b39 !important;
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
    color: #bb0000 !important;
}

.fa-tumblr,
.fa-tumblr-square {
    color: #32506d !important;
}

.fa-vine {
    color: #00bf8f !important;
}

.fa-flickr {
    color: #ff0084 !important;
}

.fa-vimeo-square {
    color: #aad450 !important;
}

.fa-pinterest,
.fa-pinterest-square {
    color: #cb2027 !important;
}

.fa-linkedin,
.fa-linkedin-square {
    color: #007bb6 !important;
}

.fa-instagram {
    color: #517fa4 !important;
}

.fa-spotify {
    color: #1ED760 !important;
}

.fa-football-ball {
    color: #643718 !important;
}

.fa-reddit {
    color: #ff4500 !important;
}

.fa-piggy-bank {
    color: #e78191 !important;
}

.fa-twitch {
    color: #6441A5 !important;
}

.fa-home {
    /* color: #19975d !important; */
    /* background: #00B246 !important;
    font-size: 39px; */
}

/* .fa-youtube{
    color: #5e432d !important;
} */

.fa-newspaper{
    color: #000000 !important;
}

.scl-btn {
    padding: 5px;
    /* width: 55px; */
    text-align: center;
    text-decoration: none;
    margin: 5px;
    color: white;
    border-radius: 5px;
}

#myWeatherZone {
    min-height: 135px;
}