/* Import custom variables to overide defaults */
/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
.menu-label {
  text-transform: none;
  color: #0e1030;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 800 !important;
}

#primary-content .menu-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#primary-content .menu-list li {
  list-style: none !important;
  margin: 0;
}
#primary-content .menu-list li a {
  display: inline-block;
  border-left: 10px solid #0e1030;
  padding: 10px 20px;
  transition: all 0.4s ease;
  background: #f4f4f4;
  margin-bottom: 1px;
}
#primary-content .menu-list li a:hover {
  border-left: 10px solid #0096d6;
  background: #0096d6;
  color: #fff !important;
}

.services-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.services-link:hover {
  opacity: 0.7;
}

#page-splash {
  position: relative;
}
#page-splash img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #page-splash img {
    margin-top: 200px;
  }
}
#page-splash.Red h1, #page-splash.Purple h1, #page-splash.Blue h1 {
  color: white !important;
}
#page-splash.Light h1 {
  color: #0e1030 !important;
}
#page-splash .page-splash-text {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 40%;
}
@media only screen and (max-width: 1280px) {
  #page-splash .page-splash-text {
    top: 35%;
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  #page-splash .page-splash-text {
    top: 15%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #page-splash .page-splash-text {
    max-width: 80%;
    width: auto;
    left: 5% !important;
  }
}
#page-splash .page-splash-text h1 {
  font-weight: 800;
  font-size: 60px !important;
  line-height: 115%;
}
@media only screen and (max-width: 1280px) {
  #page-splash .page-splash-text h1 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #page-splash .page-splash-text h1 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 768px) {
  #page-splash .page-splash-text h1 {
    font-size: 40px !important;
  }
}
#page-splash .page-splash-text p {
  font-weight: 200;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  #page-splash .page-splash-text p {
    font-size: 1.75rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #page-splash .page-splash-text p {
    font-size: 1.5rem !important;
  }
}

/* Tag colours */
.content.page-Pink h1, .content.page-Pink h2 {
  color: #ff3f70 !important;
}

.content.page-Green h1, .content.page-Green h2 {
  color: #c0ca33 !important;
}

.content.page-Yellow h1, .content.page-Yellow h2 {
  color: #f8991d !important;
}

.content.page-Blue h1, .content.page-Blue h2 {
  color: #0167a0 !important;
}

.content.page-Light h1, .content.page-Light h2 {
  color: #0e1030 !important;
}

.content.page-Purple h1, .content.page-Purple h2 {
  color: #663262 !important;
}

.content.page-Red h1, .content.page-Red h2 {
  color: #ff1c1c !important;
}

.content.page-Orange h1, .content.page-Orange h2 {
  color: #f60 !important;
}

.content.page-Teal h1, .content.page-Teal h2 {
  color: #009899 !important;
}
