body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

ul li   {
    list-style: none;
}

.gcldc-col-skyblue {
    color:#7fffff;
}

.gcldc-col-sand {
    color:#ffbf7f;
}

.gcldc-col-orange {
    color:#ff7f00;
}

.gcldc-col-maroon {
    color:#790000;
}

.gcldc-col-skyblue-bg {
    color:#777;
    background-color:#7fffff;
}

.gcldc-col-sand-bg {
    color:#777;
    background-color:#ffbf7f;
}

.gcldc-col-orange-bg {
    color:#777;
    background-color:#ff7f00;
}

.gcldc-col-maroon-bg {
    color:#fff;
    background-color:#790000;
}

h2 {
    color: #ff7f00;
}

h3 {
    color: #790000;
;
}

.gc-navbar-colours {
    color: white;
}

.gc-navbar-position {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w3-button:hover{
    color:#ff7f00!important;
    background-color:transparent!important
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('../images/Backgrounds/WebBackgroundForthMapDarkRevA.webp');
    min-height: 100%;
}

/* Second image (Clients) */
.bgimg-2 {
    background-image: url('../images/Backgrounds/WebBackgroundWCalderField.webp');
    min-height: 500px;
}

/* Third image (Approach) */
.bgimg-3 {
    background-image: url('../images/Backgrounds/WebBackgroundBonnyriggAerial.webp');
    min-height: 500px;
}

/* Fourth image (Services) */
.bgimg-4 {
    background-image: url('../images/Backgrounds/WebBackgroundTranentStreetscene.webp');
    min-height: 500px;
}

/* Fifth image (Services) */
.bgimg-5 {
    background-image: url('../images/Backgrounds/WebBackgroundSiteLayout.webp');
    min-height: 500px;
}

/* Initial state: hidden and shifted down */
p,h1,h2,h3,.w3-xxlarge {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Visible state: fully opaque and in position */
p.visible,h1.visible,h2.visible,h3.visible,.w3-xxlarge.visible {
    opacity: 1;
    transform: translateY(0);
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 600px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
        min-height: 400px;
    }
}