h1{color: #e7272d; letter-spacing: 7px; }

body,h1 {font-family: 'Montserrat', sans-serif; font-size: 75px !important;font-weight: 700;}
body, html {height: 100%}
.bgimg {
  background-image: url('images/harrigans-background2.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
a{text-decoration: none;}
h1{line-height: 0.9em;}

 h2{ font-family: 'Montserrat', sans-serif;

  font-style: normal;
font-weight: 700;
  font-size: 26px !important;
  letter-spacing: 4px;}
  

   p{ font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px !important;
}

  .para{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2em;max-width:700px;}

.social-fb {
    background-image: url(images/icon-wh-fb.png);
}
.social-ins {
    background-image: url(images/ins.png);
}
.social-tw {
    background-image: url(images/tw.png);
}
.social-li {
    background-image: url(images/icon-wh-li.png);
}
.social, .search-button, .head-icon {
    color: rgba(0,0,0,0.0)!important;
    font-size: 0.5em!important;
}
.social {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 2px;
    background-color: none;
    border-radius: 25%;
    border: 1px solid #FFF;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 25px;
}
.social:hover {
    /* border: 1px solid #EB0579;
    background-color: #fff; */
    box-shadow: 0 0 0 2px #e7272d;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #e7272d;
}

.social:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;}

    .social:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    transition: transform 0.2s, opacity 0.2s;
}

/* 

.link-section .contact-link::before {
    content: '';
    position: absolute;
    bottom: 199px;
left: 115px;
width: 46%;
    height: 2px;
    background: #e7272d;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
  }
  
  .link-section .contact-link2:hover::before {
    transform: scaleX(1);
  }


  .link-section .contact-link2::before {
    content: '';
    position: absolute;
    bottom: 156px;
    left: 134px;
    width: 39%;
    height: 2px;
    background: #e7272d;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
  }
  
  .link-section .contact-link:hover::before {
    transform: scaleX(1);
  }

  .link-section[data-animation="center"] a::before {
    transform-origin: center;
  } */


  .contact-link, .contact-link2{color:#fff; transition: 300ms;}
  .contact-link:hover, .contact-link2:hover{color:#e7272d; transition: 300ms;}