button {
	font-size: 36px;
	color: #fb0649;
	margin-top: 4%;
	padding: 0;
	border: none;
	background: #ffffff;
}

div.collapse {
	font-size: 16px;
	color: #fb0649;
}

.info h3 {
	color: #fb0649;
}

hr {
width: 30px;
margin-left: 0;
margin-right: auto;
height: 5.5px;
background-color:#fb0649;
color:#fb0649;
border: 0 none;
}

a {
    color: #fb0649;
}
a:link {
    text-decoration: underline;
}

a:hover, a:focus, a:visited {
	color: #fb0649;
	text-decoration: none;
	}

.icon {
	padding: 25px 0;
}

.icon a {
	text-decoration: none;
}

#work-initial {  
	width: 217px;
	height: 217px;
	background-image: url("../../graphics/work.png");
	background-size: 217px 217px;
	overflow:hidden;
}

#work-overlay {
	background-image: url("../../graphics/work_alt.png");
	background-size: 217px 217px;
	background-color: #FFF;
	height: 217px;
	width: 217px;
	text-align:center;
	opacity:0;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
}

#work-initial:hover #work-overlay {
	opacity: 1.0;
}

#email-initial {  
	height: 217px;
	width: 404px;
	background-image: url("../../graphics/contact.png");
	background-size: 404px 217px;
	overflow:hidden;
}

#email-overlay {
	background-image: url("../../graphics/contact_alt.png");
	background-size: 404px 217px;
	background-color: #FFF;
	height: 217px;
	width: 404px;
	text-align:center;
	opacity:0;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
}

#email-initial:hover #email-overlay {
	opacity: 1.0;
}

.text-overlay {
	font-size: 36px;
	font-weight: 500;
	margin: 0;
	padding: 80px 0;
}

img.gif {
	margin-top: -2%;
}

@media(min-width: 992px) {
img.gif {
	margin-left: 73%;
}}

@media(min-width: 1200px) {
img.gif {
	margin-left: 67%;
}}

@media(min-width: 992px) {
	h1.or{
	margin-top: 87px;
}}

@media(max-width: 992px) {
	h1.or{
	text-align: left;
	margin: 25px 0;
}}

@media(min-width: 1200px) {
	h1.or{
	text-align: left;
	padding-left: 35px;
}}

.col-md-2 {
	color: #fb0649;
	text-align: center;

}

.footer {
	margin-top: 8%;
	color: #fb0649;
}





