﻿/* BASIC PAGE SETUP & FONTS */

body {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #ffffff;
    }

.background {
    height: 100%;
    margin: 50px 50px 0px 50px;
    padding: 0px;
    background-size: cover;
    background-image: url("../images/background-page1.jpg");
    background-attachment: fixed;
    }

@media (max-width: 816px) { 
    .background {
        height: 100%;
        margin: 20px 20px 0px 20px;
        padding: 0px 0px 20px 0px;
        background-size: cover;
        background-image: url("../images/background-page1.jpg");
        background-attachment: fixed;
        }
    }
 

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/*  FONTS */
  
@font-face {
    font-family: 'Tw Cen MT';
    src: url('../TwCenMT-Regular.woff2') format('woff2'), url('../TwCenMT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../TwCenMT-Bold.woff2') format('woff2'), url('../TwCenMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    }

@font-face {
    font-family: 'muliregular';
    src: url('../muli-webfont.woff2') format('woff2'), url('../muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* NAVIGATION */
.topnav {
    z-index: 100;
    position: relative;    
    overflow: hidden;
    background-color: transparent;
    }
  
.topnav #myLinks { display: none; }
  
.topnav a {
    color: #ffffff!important;
    display: block;    
    padding: 14px 16px 30px 16px;
    font-size: 17px;
    text-align: right;    
    text-decoration: none;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    background-color: transparent;
    }
  
.topnav a.icon {
    top: 0;    
    right: 0;    
    color: #ee730f!important;
    display: block;  
    position: absolute;      
    background-color: transparent;
    font-size: 40px;
    }

.topnav a:hover {
    color: #ee730f;   
    background-color: transparent;
    }

.topnav #myLinks a { background: rgba(0,0,0,.9); }
.topnav #myLinks a:hover { color: #ee730f!important }

.active {
    color: #000000;    
    background-color: transparent;
    }

.buttons { top: 50%; position: fixed}

.left-button { font-size: 180px; margin: 0px; position: fixed; left: 45px}
.right-button { font-size: 180px; margin: 0px; position: fixed; right: 45px;}


@media (max-width: 816px) { 
    .left-button { font-size: 100px; left: 20px}
    .right-button { font-size: 100px; right: 20px;} 
    }


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* MAIN LAYOUT */

#skiptomain {
    display: none;
    }

#headcontainer {
    top: 0;
    width: 100%;
    height: auto;    
    margin: 0px 50px 0px 0px;
    padding: 5px 50px;
    background-color: transparent;
    }

.headcontent {
    width: 100%;   
    clear: both;
    color: #000000;
    margin: 0px 0px;
    padding: 5px 0px;
    position: relative;
    }

#footer {
    height: auto;
    margin: 0px auto;
    bottom: 0px;    
    padding: 0px;
    text-align: right;
    }

.spacing { padding: 0px 50px; }
.topspace { margin-top: 30px; }

.wrapper {
    height: auto;
    width: 100%;
    padding: 0px 50px 50px 50px;
    }

.maincontent, .maincontent_full {
    clear: both;
    margin: 0px auto;
    padding: 50px;
    position: relative;
    background: rgba(0,0,0,.9);
    min-height: calc(100vh - 350px);
    align-items: center;    
    justify-content: center;
    }

@media (max-width: 1024px) { 
    .spacing { padding: 0px 10px 0px 0px; }
    }

@media (max-width: 816px) {
    .wrapper {
        height: auto;
        padding: 0px 30px 10px 30px;
        }
    }

@media (max-width: 640px) { 
    .maincontent {
        padding: 20px 30px;
        min-height: calc(100vh - 200px)
        }
    }

@media (max-width: 430px) { 
    .spacing { padding: 0px 10px; }
    .maincontent {
        padding: 20px;
        min-height: calc(100vh - 250px)
        } 
    }

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* TEXT CONTENT */

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Tw Cen MT', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
h1 {
    color: #ffffff;
    margin: 50px;
    padding: 100px 0px 0px 0px;
    font-size: 80px;
    text-align: center;
    line-height: 80px;   

    }
h2 {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
h3 {
    color: #ee730f;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

p, ol, ul, dl, address {
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    }

p {
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    }

p.logo {
    color: #000000;
    margin: 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    }

p.credits {
    color: #000000;
    margin: 10px auto;
    padding: 0px 50px;
    hyphens: auto;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    }

p.caption {
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    }

.right { text-align: right }

@media (max-width: 1024px) { 
    h1 {
        color: #ffffff;
        margin: 30px;
        padding: 0px;
        font-size: 60px;
        text-align: center;
        line-height: 64px;
        }
    .right { text-align: left;}
    }

@media (max-width: 816px) { 
    p.logo img {max-width: 100px;}
    h1 {
        margin: 20px 0px;
        font-size: 30px;
        line-height: 30px;    
        }
    }

@media (max-width: 640px) { 
    h2 {
        font-size: 26px;
        text-align: left;
        line-height: 30px;
        }
    p { font-size: 16px; line-height: 22px; }
    }

@media (max-width: 430px) { 
    h1 { padding: 150px 0px 0px 0px }
    p { font-size: 16px; line-height: 22px; }
    }

@media (max-width: 360px) { 
    h1 { padding: 50px 0px 0px 0px }
    }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* EXTRAS */

.btn-get-started {
    color: #fff;  
    border: 2px solid #fff;
    margin: 0px;
    display: inline-block;
    padding: 8px 28px;    
    font-size: 20px;  
    transition: 0.5s;    
    font-family: 'Tw Cen MT', Arial, Helvetica, sans-serif; font-weight: normal;     
    font-weight: 500;   
    border-radius: 10px; 
    letter-spacing: 2px;         
    text-transform: uppercase;
    }

hr { 
    width: 100px; 
    height: 4px;
    margin: 20px auto 20px 0px;
    border: 0px;
    background-color: #ee730f;
    }
hr.hr_right { 
    width: 100px; 
    height: 4px;
    margin: 20px 0px 20px auto;
    border: 0px;
    background-color: #ee730f;
    }

@media (max-width: 1024px) { 
    hr.hr_right { 
        margin: 20px auto 20px 0px;
        }
    }
@media (max-width: 416px) {
    .btn-get-started {
        padding: 8px 10x;    
        font-size: 15px; 
        letter-spacing: 1px; 
        }
    }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* LISTS */

ul {
    color: #ee730f;
    margin: 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    }
li {
    margin: 1px 5px 5px 25px;    
    padding: 1px 5px 5px 5px;
    }

@media (max-width: 430px) { 
    ul { font-size: 14px; line-height: 22px; }
    }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* LINKS */

a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a:link, a:visited { color: #ffffff; }
a:active, a:hover { color: #ffffff }

.buttons a:active, .buttons a:hover { color: #ee730f}

p.credits a { color: #000000; }

.btn-get-started:hover {
    background: #ee730f;      
    border-color: #ee730f;
    }    

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* COLOURS */

.clr1 { color: #ee730f; } /* orange */
.clr2 { color: #ffffff; } /* white */

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* 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;
    }

img.border { border: 7px solid #ffffff; }
    img.borderspace { border: 7px solid #ffffff; margin-bottom: 30px; }

img.desktop { visibility: visible; height: auto }

@media screen and (max-width: 816px) {
    img.desktop { visibility: hidden; height: 0px; }
    }


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* GOOGLE MAPS */

.google-maps {
    width: 100%;
    height: 0;    
    margin: 5px 0px;
    border: 2px solid #ffffff;  
    margin: 0px;      
    position: relative;
    overflow: hidden;
    min-height: 400px;    
    padding-bottom: 0%; /* This is the aspect ratio */
    }

.google-maps iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    }
    
.place-name {
    color: #ffffff;   
    display: none;
    font-size: 14px; 
    overflow: hidden;         
    visibility: hidden!important;                   
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

@media screen and (max-width: 1024px) {
    .google-maps { min-height: 320px; }
     }
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

