:root {
  --dark-slate-grey-3: #363d34;
  --dark-slate-grey-2: #383e45;
  --dim-grey-2: #60695e;
  --goldenrod: #f7b917;
  --cadet-blue: #7aa8a8;
  --dim-grey: #575e68;
  --honeydew: #d7eed1;
  --slate-grey: #577a92;
  --dark-slate-grey: #3a5364;
  --black: black;
  --midnight-blue: #272a60;
  --white: white;
  --dark-khaki: #bec267;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-slate-grey-3);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-grey-2);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--dim-grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

.header {
  border-bottom: 5px none var(--goldenrod);
  color: #616161;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0efef;
  padding: 25px 10px;
  font-size: 22px;
}

.section {
  color: var(--cadet-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #1c1f22;
  padding: 30px 10px;
  font-family: Oswald, sans-serif;
}

.navlink {
  border-right: 1px solid var(--dim-grey);
  color: #fff;
  padding: 14px;
  font-size: 14px;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  background-color: var(--honeydew);
  color: var(--dim-grey-2);
}

.navlink.home {
  border-left: 1px solid var(--dim-grey);
  border-right-color: var(--dim-grey);
}

.navlink.home.w--current {
  background-color: var(--honeydew);
  color: var(--dark-slate-grey-3);
}

.navlink.hide {
  display: none;
}

.navlink.dropdown {
  border-right-color: var(--dim-grey);
  padding-right: 35px;
}

.navlink.in-drop {
  border-bottom: 1px solid var(--cadet-blue);
  border-right-style: none;
  width: 100%;
  padding-right: 47px;
}

.navbar {
  background-color: var(--dim-grey-2);
  color: #fff;
  text-align: center;
}

.banner {
  background-color: #4782aa;
  background-image: url('../images/kilternan-view-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.banner.sub {
  background-image: url('../images/boherboy-5.jpg');
  background-position: 50% 60%;
  height: 240px;
}

.list {
  background-color: var(--slate-grey);
}

.list.w--open {
  background-color: var(--dark-slate-grey-3);
  color: #fff;
}

.drop {
  border-bottom: 1px solid var(--slate-grey);
  color: #fff;
  transition: all .2s;
}

.drop:hover {
  background-color: var(--honeydew);
  color: var(--dark-slate-grey-3);
}

.drop.w--current {
  color: var(--cadet-blue);
}

.section-2 {
  color: #686868;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.nav-menu {
  float: none;
}

.quart {
  width: 25%;
  padding: 10px;
}

.heading {
  color: var(--dark-slate-grey-3);
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}

.downloads {
  padding-top: 30px;
  padding-bottom: 30px;
}

.document {
  color: var(--dark-slate-grey-3);
  background-color: #dbe2e2;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3px;
  padding: 15px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.document:hover {
  background-color: var(--honeydew);
  background-position: 98% 60%;
}

.document.folder {
  background-color: #b7ecec;
}

.document.folder:hover {
  background-color: #dfecec;
}

.brand {
  float: right;
}

.right-align {
  text-align: right;
}

.image {
  background-color: var(--cadet-blue);
}

.icon {
  margin-right: 10px;
}

.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2 {
  max-width: 1200px;
}

.div-block {
  align-items: center;
  display: flex;
}

.proj-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  text-align: left;
  max-width: 600px;
}

.text-block.wide {
  width: 100%;
  max-width: none;
}

.text-block.widen {
  max-width: 800px;
}

.heading-2 {
  color: #b3b3b3;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.new-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-sub {
  width: 100%;
}

.sub-list.w--open {
  position: relative;
}

.sub-sub:hover {
  background-color: #c2c2c2;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.arrow {
  display: none;
}

.slide-nav {
  text-align: right;
  padding-right: 15px;
}

.filimg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.download-icon {
  width: 24px;
  height: 24px;
}

.subhead {
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    border-right-style: none;
  }

  .navlink.dropdown {
    width: 100%;
  }

  .banner {
    background-position: 50% 70%;
    height: 300px;
  }

  .list.w--open {
    background-color: var(--cadet-blue);
    position: relative;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--cadet-blue);
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }

  .spacer {
    height: 20px;
  }

  .container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-fix {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
  }

  .header {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink.dropdown {
    width: 100%;
  }

  .document {
    background-size: 20px;
  }

  .brand {
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
  }

  .right-align {
    text-align: center;
  }

  .flex {
    flex-direction: column;
  }

  .container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex-direction: column;
  }

  .dropdown-fix {
    width: 100%;
  }
}


