body{
	color: #005578;
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.content{
	background-color: white;
}
.service{
	/* box-shadow: 0px 0px 5px #0099d6; */
	margin: 20PX;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.service img{
	height:200px;
	float: left;
}
.service h3{
	text-align: left;
	margin-top: 90px;
	margin-left: 450px;
}
.service:link{
	color: #005578; 
}
.service:hover{
	color: #005578; 
	text-decoration: none;
	box-shadow: 0px 0px 5px #0099d6;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.service:visited{
	color: #005578; 
	text-decoration: none;
}
.footer{	
	background: #005578;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
	padding: 50px 50px 5px 50px;
	text-align: center;
}
.footer h1{
	font-weight: bold;
	text-align: left;
}
.footer ul{
	list-style: none;
	text-align: left;
	list-style-position: inside;
}
.social{
	/* float: left; */
	margin-right: 20px;
	list-style-position: inside;
}
.social img{
	height: 30px;
	border-radius: 50%;
	/* border: 1px solid white; */
}

.copy-rights{
	width: 100%;
	border-top: 1px solid white;
}

/* Position both images in same place*/
.hover-fb > img {
  position: absolute;
  left: 60px;
}
.hover-twit > img {
  position: absolute;
  left: 110px;
}
.hover-in > img {
  position: absolute;
  left: 160px;
}
.hover-insta > img {
  position: absolute;
  /* top: calc(50% - 60px); */
  left: 210px;
}


/* Show the last image by default*/
.social .hover-fb > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.social .hover-twit > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.social .hover-in > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.social .hover-insta > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}


/* Hide the last image on hover*/
.hover-fb:hover > img:last-of-type {
  opacity: 0;
}
.hover-twit:hover > img:last-of-type {
  opacity: 0;
}
.hover-in:hover > img:last-of-type {
  opacity: 0;
}
.hover-insta:hover > img:last-of-type {
  opacity: 0;
}