@charset "utf-8";
/* CSS Document */

body {
			background-color: black;
		}
a, a:hover, .copyright a:hover,a:visited  {
			color: gray;
		}
		.subscribe-button button{
			background-color: gray}


}
.fa-facebook { background-color: #FFA600; }
.fa-twitter { background-color: #1bb2e9; }
.fa-google-plus { background-color: #dc4937; }
.fa-youtube { background-color: #cf3427; }
.fa-tumblr { background-color: #62afd1; }
.fa-pinterest { background-color: #d5282e; }
.fa-linkedin { background-color: #007bb6; }
.fa-instagram { background-color: #8a3ab9; }
.fa-flickr { background-color: #0063dc; }
.fa-mail { background-color: #D32225; }

.social-icons i.fa {
    font-size: 18px;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    margin-bottom: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons img {
	margin-top: 0.5em;
	width: 60%;
}