@charset "UTF-8";
/* CSS Document */
html {
  /* scroll-behavior: smooth; */
}

.text-grey {
  color:#525151;
}

.text-light-grey {
  color:#959393;
}

#projectNavigation .nav-link {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
#projectNavigation2 .nav-link {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.active {
  color: #223380 !important;
}

#projectNavigation .active .nav-link {
  color: #223380 !important;
}

#projectNavigation2 .active .nav-link {
  color: #223380 !important;
}

.h1-hero-header {
  position: relative;
  text-align: center;
  color: white;
  padding-top: 18rem;
  letter-spacing: 5px;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  /* position: absolute;
    top: 13rem;
    left: 4.5rem; */
  list-style: none;
}
.navbar-nav2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  position: absolute;
  top: 13rem;
  left: 3.6rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #projectNavigation {
    flex-flow: column !important;
    width: 235px;
    float: left;
    height: 100%;
  }
  #projectNavigation2 {
    flex-flow: column !important;
    width: 235px;
    float: left;
    height: 100%;
    height: 33%;
  }
  #projectNavigation .navbar-nav {
    flex-direction: column !important;
  }
  #projectNavigation2 .navbar-nav {
    flex-direction: column !important;
  }

  #projectNavigation .navbar-collapse{
    align-items: flex-start;
  }
}

.project-hero {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 70vh;
  min-height:300px;
  position: relative;
}
.project-hero .project-hero-caption{
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
  color: white;
  letter-spacing: 3px;
  font-weight: 700;
}

#hero {
  background-image: url("../images/hero.jpg");
}


@media screen and (max-width: 767px) {
  /*.project-hero {height: 350px;}*/
  .img-nav-logo{width: 95px;}
  .h-24{font-size: 22px; line-height: 32px;}
}
@media screen and (max-width: 576px) {
  /*.project-hero {height: 250px;}*/
  .img-nav-logo{width: 75px;}
  .h-24{font-size: 20px; line-height: 30px;}
}
@media screen and (min-width: 1200px) {
  .submit {
    max-width: 44rem;
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  form#stay-connected {
    margin-left: -2.5rem;
    margin-top: -0.5rem;
  }
  input.d-inline {
    width: 10rem;
  }
  #stay-connected .img-form-submit {
    transform: rotate(-90deg) translate(106%, 659%);
  }

}

#killarney-beach .hero-caption .caption-logo {
  background-color: #fff;
  padding: 15px;
}

.contents {
  padding: 15px 15px 15px 30px;
  width: 100%;
  
}
#stay-connected .img-form-submit {
  width: 31px;
  transform: rotate(-90deg) translate(-28%, -15%);
}
.dlbtn {
  text-align: end;
}
.btn {
  background-color: #223380;
  color: #fff;
  transition: all .15s ease-in-out;
  border-radius: 0;
}

.btn:hover{
  background-color: #2a45bd;
  color: #fff;
}

.fp-links{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s ease-in-out;
  text-decoration: none!important;
}
.fp-link:hover{
  color: #223380;
  text-decoration: none!important;
}


.blue_heading_sm {
  color: #223380;
}

.price_pad {
  padding-bottom: 1rem;
}

.blue_heading_xs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #183c8e;
  letter-spacing: 2px;
}


th {
  background-color: #102754;
  color: white;
  font-weight: normal;
}
.contactloc {
  margin: 2.5rem;
}

.registerform {
  display: inline-block;
}

.h1center {
  text-align: center;
}

.homepad {
  padding: 1rem;
}

.home_title {
  padding-top: 1rem;
}


#email-form .form-control{
  border-radius: 0;
}


