body, html {
    height: 100%;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
    height: 100%;
    line-height: 1.8;
}
.navcontroller{

}

.navbar{
  line-height: 3;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/Hero_7.jpg");

    height: 50%;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.explainer{
  padding-top: 20;
}

.section-title{
  font-family: "PT Sans", sans-serif !important;
  font-size: 50;
  padding: 20px;
  margin-top: 0px;
}

.title-text-box{
  padding-left: 30;
}

.section-content{
  padding-left: 30;
}

.p-section{

}

.list-view-col p{
  font-family: "PT Sans", sans-serif !important;
  font-size: 20;
}

.bgimg-1 {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-image: url("images/Hero_4.jpg");
    min-height: 100%;
}
.w3-bar .w3-button {
    padding: 16px;
}

.profile-image{
  width: 250px;
  height: 250px;
}

.contact-button{
  visibility: visable;
}

.about-description-p{
  visibility: visible;
}

.paralax-quote{
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url("images/Hero_6.jpg");
  display: block;
}
.paralax-quote #quote-content{
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 47px;
  padding-bottom: 20px;
  display: block;
}
.paralax-quote #quoted{
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 47px;
  display: block;
}
.title-name{
  font-size: 100;
}
.what-we-do-container{
  min-height: 100%;
}

.no-a-visable{
  text-decoration: none;
}

.cian-profile-image{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.siobhan-profile-image{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
