/* --BG Image on index page-- */


.containertop {
  background-color: #00a8ff;
  background: url('assets/Lough_Eagher.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.col2 {
  height: 250px;
  margin-top: 100px
}

/* --Welcome Text on index page-- */

.content {
  position: relative;
  text-transform: uppercase;
  text-align: center;

}

.content p {
  background-color: #8282828a;
  color: #ffffff;
  font-size: 20px;
  letter-spacing:10px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom:0;
}

.content a {
  color: rgb(248, 125, 123);
  font-size: 20px;
  letter-spacing:8px;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
}

.content span {
  color: #fafafa;
  font-size: 15px;
  letter-spacing:8px;
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .content span {
    
    font-size: 6px;
    
}
}