@font-face {
    font-family: 'bwstretch';
    src: url('bwstretch-regular-webfont.eot');
    src: url('bwstretch-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bwstretch-regular-webfont.woff2') format('woff2'),
         url('bwstretch-regular-webfont.woff') format('woff'),
         url('bwstretch-regular-webfont.ttf') format('truetype'),
         url('bwstretch-regular-webfont.svg#bw_stretchregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background : #fff;
	color : #000;
	font-size : 50px;
	font-family : 'bwstretch', verdana, tahoma;
	margin : 0;
	padding : 0;
	font-weight:normal !important;
}
#grey {
	font-size : 18px;
	text-align:center;
	padding : 230px 0 85px 30px;
}
#grey img {
	margin-bottom : 50px;
}
#grey h3 {
	letter-spacing : 5px;
	font-weight:normal;
}
a {
	font-weight:normal;
}
#grey h2 {
	margin : 0;
	padding : 0;
	word-break: break-all;
	font-weight:normal;
}
.social {
	margin-top : 100px;
}
.social a {
	opacity : .5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.social a:hover {
	opacity : 1;
}
.social a {
	width : 40px;
	height : 40px;
	display : block;
}
#grey h2.twitter, #grey h2.youtube, #grey h2.google, #grey h2.facebook, #grey h2.linkedin, #grey h2.vimeo, #grey h2.instagram, #grey h2.pinterest, #grey h2.vine, #grey h2.flickr, #grey h2.myspace, #grey h2.tumblr {
	display : inline-block;
	background-size : cover !important;
}
#grey h2.facebook {
	background : url('fb.png') no-repeat;
}
#grey h2.twitter {
	background : url('twitter.png') no-repeat;
}
#grey h2.linkedin {
	background : url('linkedin.png') no-repeat;
}
#grey h2.instagram {
	background : url('instagram.png') no-repeat;
}
#grey h2.pinterest {
	background : url('pinterest.png') no-repeat;
}
#grey h2.vimeo {
	background : url('vimeo.png') no-repeat;
	}
#grey h2.vine {
	background : url('vine.png') no-repeat;
}
#grey h2.flickr {
	background : url('flickr.png') no-repeat;
}
#grey h2.myspace {
	background : url('myspace.png') no-repeat;
}
#grey h2.youtube {
	background : url('youtube.png') no-repeat;
}
#grey h2.google {
	background : url('google.png') no-repeat;
}
#grey h2.tumblr {
	background : url('tumblr.png') no-repeat;
}
a {
	text-decoration : none;
	color : #000;
}
a:hover {
	text-decoration : underline;
}
#yellow {
	padding : 85px 0 0 30px;
}