body {
  margin: 0;
  font-size: 28px;
  font-family: lato, sans-serif;
}
.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #642580;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #41bac1;
  color: white;
}
#Title {
	text-align: center;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
.hover-underline-animation {
  position: relative;
}
#cobhMap{
	float: right;
	boroder: red solid 10px;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ed684a;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.contact{
 background-color: #41bac1;
}
#footer {
	position: fixed;
	padding: 10px 10px 0px 10px;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #642580;
	text-decoration: none;
}
a:link{
	text-decoration: none;
	color: #41BAC1;
}
a:visited{
	text-decoration: none;
	color: #41BAC1;
}
#Follow{
  color: white;
}

