* { padding:0; margin:0; }
			body {
				color: #fff;
				font-family: Helvetica,arial,sans-serif;
				-webkit-font-smoothing: antialiased;
			}
			p {
				font-size: 1rem;
				line-height: 20px;
				margin: 0 0 1em;
				padding: 0;
			}
			h1 {
				font-size: 2.5rem;
				font-weight: normal;
				letter-spacing: -1px;
				margin: 0;
				padding: 0;
			}
			ul {
				font-size:14px;
				line-height:20px;
				list-style:square;
				margin:0 0 22px 1em;
				padding:0;
				text-indent:0;
				-webkit-font-smoothing:antialiased;
			}
			a { color: #fff; font-weight: bold; text-decoration: none; border-bottom:0; }
			a:hover { color: #de4aa0; border:0; }
			
			#wfo {
				position: absolute;
				top: 0;
				right: 0;
			}
			#monogram { width: 50px; padding: 50px 0 0 0; margin: 0 auto 0 50px; }
			#about {
				background-color: rgba(0,0,0,.5);
				border-top-left-radius: 15px;
				border-bottom-left-radius: 15px;
				padding: 2%;
				position: absolute;
				bottom: 40px;
				right:0;
				width: 33.3%;
			}
			
			div.social {
				overflow: auto;
			}
			div.social a {
				display: inline-block;
				margin: 0 10px 10px 0;
				overflow: visible;
				position: relative;
			}
			div.social a i {
				font-size: 40px !important;
				font-weight: 400;
			}
			div.social a span {
				display: none;
			}