﻿/* ------------------------------------ */
/*          BASIC PAGE SETUP            */
/* ------------------------------------ */
body {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow-x: hidden;    
    background: #ffffff;
    font-family: 'muliregular', Arial, Helvetica, sans-serif
    }

body, html {
    height: 100%;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
    }


/* ------------------------------------ */
/*                FONTS                 */
/* ------------------------------------ */
@font-face {
    font-family: 'Century Gothic';
    src: url('../CenturyGothic.woff2') format('woff2'), url('../CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Century Gothic';
    src: url('../CenturyGothic-Bold.woff2') format('woff2'), url('../CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'muliregular';
    src: url('../muli-webfont.woff2') format('woff2'), url('../muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'mulibold';
    src: url('../muli-bold-webfont.woff2') format('woff2'), url('../muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    

/* ------------------------------------ */
/*             MAIN LAYOUT              */
/* ------------------------------------ */
#skiptomain {
    display: none;
    }

#headcontainer {
    top: 0;
    z-index: 100;    
    width: 100%;
    height: auto;
    position: fixed;    
    background-color: #ffffff;
    border-bottom: 1px solid #ddd
    }

.headcontent {
    clear: both;
    margin: 0px auto;
    padding: 10px 0px;
    position: relative;
    max-width: 1200px;
    }

#banner {
    width: 100%;
    height: auto;
    margin: 100px auto 0px auto;
    padding: 0px;
    text-align: center;
    }

.bannercontent {
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    width: 100%;
    max-width: 810px;
    }

.bannertext {
    clear: both;
    width: 810px;        
    height: 700px;
    margin:0px auto;  
    padding-top: 60px;  
    display: table-cell;
    position: relative;
    vertical-align: middle;
    }

.maincontent {
    clear: both;
    color: #373737;
    margin: 0px auto;
    padding: 100px 20px;
    position: relative;
    max-width: 1200px;
    }

#footer {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
    text-align: center;
    padding-bottom: 0px;
    background-color: #ffffff;
    border-top: 2px solid #ffffff;
    }

.footercontent {
    clear: both;
    color: #ffffff;
    margin: 0px auto;
    padding: 10px 0px 5px 0px;
    position: relative;
    max-width: 1200px;
    vertical-align: bottom
    }

.service-left, .service-right {
    padding: 10px 0px 50px 0px;
    }
.service-left .text { padding-right: 40px; border-right: 2px solid #ffffff;}
.service-right .text { padding-left: 40px; border-left: 2px solid #ffffff;}


/* ------------------------------------ */
/*               PARALLAX               */
/* ------------------------------------ */
.parallax {
    border-top: 4px solid #ffffff;
    min-height: 400px;    
    background-size: cover;        
    background-image: url("../images/parallax.jpg");
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;
    }

  /* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 768px) {
    .parallax {
        background-image: url("../images/parallax_mobile.jpg");
        }
    }


/* ------------------------------------- */
/*              NAVIGATION              */
/* ------------------------------------ */
.navbar-background {
    border: 0px solid #ffffff;
    background-color: transparent;
    }

.navbar-container {
    margin: 0px auto;
    max-width: 1200px;
    }

.navbar-collapse {
    padding-right: 10px;
    }

.navbar-default {
    border: 0px solid #ffffff;
    background-color: transparent;
    }

.navbar-default .navbar-text {
    color: #000000;
    }

.navbar {
    margin: 40px 0px 0px 0px;    
    border: 0px solid transparent;
    position: relative;
    min-height: 50px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: right;
    }

ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
    }

.navbar-nav > li {
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 30px;
    }

.navbar-default .navbar-nav > li > a {
    color: #000000;
    margin: 0px 10px;    
    padding: 5px 0px 2px 0px; 
    font-size: 16px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000000;
    margin: 0px 10px;
    padding: 5px 0px 2px 0px; 
    font-size: 16px;
    border-bottom: 2px dotted #f79954;  
    text-decoration: none;
    background-color: transparent;
    }

@media (max-width: 768px) {
    .navbar {
        display: none!important
        }             
    }


/* ------------------------------------ */
/*              HEADINGS                */
/* ------------------------------------ */
.star { font-size: 60%; vertical-align: top;}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0px 50px 0px;
    padding: 0px;
    font-weight: bold;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }
h1 {
    color: #000000;
    font-size: 36px;
    text-align: right;
    line-height: 40px;
    }
    .bannertext h1 { 
        color: #ffffff;
        font-size: 120px;
        line-height: 150px;
        text-align: center;
        margin: 0px auto;
        }
    .parallax h1 { color: #ffffff; }
    
h2 {
    color: #f79954;
    margin: 0px;
    font-size: 26px;
    }
    .service-left h2 { text-align: left;}
    .service-right h2 { text-align: right;}

h3 {
    color: #f79954;
    margin: 20px auto;
    font-size: 26px;
    }

h6 {
    color: #000000;
    margin: 10px 0px;
    font-size: 22px;
    text-align: center;    
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0px;
    }

/* ------------------------------------ */
/*             PARAGRAPHS               */
/* ------------------------------------ */
p, ol, ul, dl, address {
    margin-bottom: 1.5em;
    }

p {
    color: #000000;
    margin: 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 17px;
    text-align: center;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    line-height: 24px;
    }
    .parallax p { color: #ffffff; }
    .service-left p { text-align: left; font-size: 16px; }
    .service-right p { text-align: right; font-size: 16px; }

p.contact {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    }

p.credits {
    margin: 0px auto;
    padding: 5px 0px;
    font-size: 10px;
    max-width: 1200px;
    text-align: right;
    line-height: normal;
    letter-spacing: 1px;
    }

hr {
    width: 90%;
    border: 0;
    height: 2px;
    background: #ffffff;
    margin-bottom: 30px;
    display: none
}


/* ------------------------------------ */
/*                LINKS                 */
/* ------------------------------------ */

a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
    }
a:hover, a:active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #f79954;
    }
a:link.credits, a:visited.credits {
    color: #000000;
    text-decoration: none;
    }
a:hover.credits, a:active.credits {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #f79954;
    }


/* ------------------------------------ */
/*              COLOURS                 */
/* ------------------------------------ */
.clr1 { color: #4791ce; } /* blue */
.clr2 { color: #f79954; } /* orange*/
.clr3 { color: #ffffff; } /* white */
.clr4 { color: #000000; } /* black */


/* ------------------------------------ */
/*                 IMAGES               */
/* ------------------------------------ */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }

.lrg-logo img {
    max-width: 166px;
    max-height: 166px;
    text-align: center;
    }
          
.sml-logo img {
    max-width: 80px;
    max-height: 80px;
    text-align: center;
    }


    /* -------------------------------- */
/*              FORMS               */
/* -------------------------------- */
input, textarea, select {
    color: #000000;
    border: 0px;
    padding: 8px 10px;
    font-size: 17px;
    max-width: 100%;
    margin-top: 2px;    
    line-height: 22px;    
    text-align: justify;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    border: 2px solid #f79954;
    border-radius: 5px;
    }
textarea { height: 138px;}

input.submit { width: auto; background-color: #f79954; border-radius: 5px; margin-top: 10px; cursor: pointer ;}
input { height: auto; }


.nomore {
    display: none !important;
    }

:-moz-placeholder { color: #4791ce; }     
::-moz-placeholder { color: #4791ce !important; opacity: 1 } 
:-ms-input-placeholder { color: #4791ce; } 
::-webkit-input-placeholder { color: #4791ce; }


/* ------------------------------------ */
/*             RESPONSIVE               */
/* ------------------------------------ */
@media screen and (max-width: 1200px) {
    .maincontent, .footercontent {
        padding-left: 10px;
        padding-right: 10px;
        }
    }

@media screen and (max-width: 768px) {
    #headcontainer { 
        width: 100%;
        height: auto;
        position: relative;    
        }
    .parallax { min-height: 300px; }
    #banner {
        margin: 0px auto 0px auto;
        }
    .bannertext {
        width: 700px;        
        height: 300px;
        margin: 0px auto;  
        padding-top: 0px;  
        }
        .bannertext h1 { 
            font-size: 50px;
            line-height: 60px;
            }

    h1 {
        font-size: 26px;
        text-align: center;
        }
    h6 {
        font-size: 19px;   
        line-height: 24px;
        }
    p.contact {
        font-size: 20px;
        line-height: 26px;
        }
    .maincontent {
        padding: 30px 20px;
            }  
    .service-left .text { padding-right: 0px; border-right: 0px solid #ffffff;}
    .service-right .text { padding-left: 0px; border-left: 0px solid #ffffff;} 
    .service-left h2, .service-right h2 { text-align: center;}
    .service-left p, .service-right p { text-align: center;}

    hr { display: block; }
    }