
@font-face {
        font-family: 'Lobster';
		
       
		src: url('http://reelwebdesign.com/font/Lobster-1.4.ttf');
        src: url('http://reelwebdesign.com/font/Lobster-1.4.ttf') format("truetype"); /* IE9 Compat Modes */
        src: url('http://reelwebdesign.com/font/Lobster-1.4.ttf?#iefix') format('embedded-truetype'), /* IE6-IE8 */
             url('http://reelwebdesign.com/font/Lobster-1.4.ttf') format('woff'), /* Modern Browsers */
             url('http://reelwebdesign.com/font/Lobster-1.4.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('http://reelwebdesign.com/font/Lobster-1.4.ttf#svgFontName') format('svg'); /* Legacy iOS */
        
		src: url('http://reelwebdesign.com/font/Lobster-1.4.otf');
        src: url('http://reelwebdesign.com/font/Lobster-1.4.otf') format("truetype"); /* IE9 Compat Modes */
        src: url('http://reelwebdesign.com/font/Lobster-1.4.otf?#iefix') format('embedded-truetype'), /* IE6-IE8 */
             url('http://reelwebdesign.com/font/Lobster-1.4.otf') format('woff'), /* Modern Browsers */
             url('http://reelwebdesign.com/font/Lobster-1.4.otf')  format('truetype'), /* Safari, Android, iOS */
             url('http://reelwebdesign.com/font/Lobster-1.4.otf#svgFontName') format('svg'); /* Legacy iOS */
		
		}



#button {
	margin: 0px auto;
	
	width: 200px;
	height: 200px;
	margin-left: 5px;
	border-radius: 50%;
	display: inline-block;
	
	background-image:url(../assets/content-marketing-nyc.png);
	background-repeat:no-repeat;
	background-position:center;
	
	border: #666 3px dashed;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


#button .textbox {
	opacity: 0;
	
	border-radius: 50%;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
	width: 200px;
	height: 200px;
	
	position: absolute;
	
	background-color: rgba(255,114,0,.8);
}

#button .textbox p {
	text-align: center;
	
	position: relative;
	
	margin-top: 30px;

	font-family: 'Lobster', Verdana, Geneva, sans-serif;
	font-size: 25px;
	color:#FFFFFF;
}

#button .textbox .text {
	text-align: center;
	
	position: relative;
	
	margin-top: 25px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFFFFF;

}
#button:hover {
	border: #777 3px solid;
}
#button:hover .textbox {
	opacity: 1;
}

#button-1 {
	margin: 0px auto;
	
	width: 200px;
	height: 200px;
	margin-left: 13px;
	border-radius: 50%;
	display: inline-block;
	
	background-image:url(../assets/search-engine-optimization-nyc.png);
	background-repeat:no-repeat;
	background-position:center;
	
	border: #666 3px dashed;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#button-1 .textbox {
	opacity: 0;
	
	border-radius: 50%;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
	width: 200px;
	height: 200px;
	
	position: absolute;
	
	background-color: rgba(255,114,0,.8);
}

#button-1 .textbox p {
	text-align: center;
	
	position: relative;
	
	margin-top: 30px;
	
	font-family: 'Lobster', Verdana, Geneva, sans-serif;
	font-size: 25px;
	color:#FFFFFF;
}

#button-1 .textbox .text {
	text-align: center;
	
	position: relative;
	
	margin-top: 25px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFFFFF;

}
#button-1:hover {
	border: #777 3px solid;
}
#button-1:hover .textbox {
	opacity: 1;
}

#button-2 {
	margin: 0px auto;
	
	width: 200px;
	height: 200px;
	margin-left: 13px;
	border-radius: 50%;
	display: inline-block;
	
	background-image:url(../assets/social-media-marketing-nyc.png);
	background-repeat:no-repeat;
	background-position:center;
	
	border: #666 3px dashed;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#button-2 .textbox {
	opacity: 0;
	
	border-radius: 50%;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
	width: 200px;
	height: 200px;
	
	position: absolute;
	
	background-color: rgba(255,114,0,.8);
}

#button-2 .textbox p {
	text-align: center;
	
	position: relative;
	
	margin-top: 30px;
	
	font-family: 'Lobster', Verdana, Geneva, sans-serif;
	font-size: 25px;
	color:#FFFFFF;
}

#button-2 .textbox .text {
	text-align: center;
	
	position: relative;
	
	margin-top: 25px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFFFFF;

}
#button-2:hover {
	border: #777 3px solid;
}
#button-2:hover .textbox {
	opacity: 1;
}
#button-3 {
	margin: 0px auto;
	
	width: 200px;
	height: 200px;
	margin-left: 13px;
	border-radius: 50%;
	display: inline-block;
	
	background-image:url(../assets/web-design-nyc.png);
	background-repeat:no-repeat;
	background-position:center;
	
	border: #666 3px dashed;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#button-3 .textbox {
	opacity: 0;
	
	border-radius: 50%;
	
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
	width: 200px;
	height: 200px;
	
	position: absolute;
	
	background-color: rgba(255,114,0,.8);
}

#button-3 .textbox p {
	text-align: center;
	
	position: relative;
	
	margin-top: 30px;
	
	font-family: 'Lobster', Verdana, Geneva, sans-serif;
	font-size: 25px;
	color:#FFFFFF;
}

#button-3 .textbox .text {
	text-align: center;
	
	position: relative;
	
	margin-top: 25px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	

}
#button-3:hover {
	border: #777 3px solid;
}
#button-3:hover .textbox {
	opacity: 1;
}

<!---->
