/*
	Sender3
	Dennis Oswald
*/
@import "font-awesome.min.css";
@import "facustom.css";

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		text-decoration: none;
	}

	#logo {
		display: block;
		margin: auto;
		margin-top: 1em;
		width: 50%;
	}

	#social {
		margin: auto;
		width: 50%;
		color: #FFFFFF;
		text-align: center;
	}
	
	#album {
		display: block;
		margin: auto;
		margin-top: 1em;
		width: 50%;
		color: #FFFFFF;
		text-align: center;
		/* border: solid 1px;
		border-radius: 5px */
	}

	i {
		padding: 0.2em;
	}

	body{
	background-color: #000000;
}

	a:link {
    color: #FFFFFF;
}

	a:visited {
    color: #FFFFFF;
}

	a:hover {
	color: #FFFFFF;
}

	a:active {
    color: #FFFFFF;
}

	#logo {
	filter: invert(0%);
}
	
	#album{
	border-color: black;
	filter: invert(0%);
}

	img{
}