﻿/* --- | FONTS | --- */
@font-face {
    font-family: 'Centaur';
    src: url('../fonts/Centaur.woff2') format('woff2'), url('../fonts/Centaur.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.woff2') format('woff2'), url('../fonts/Muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

/* --- | COLOURS | --*/
.clr1 { color: #a45e4d; } 
.clr2 { color: #373435; } 
.clr3 { color: #ffffff; } 


/* --- | BASIC PAGE SETUP | --- */

body {
    color: #373435;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: 'Muli', Arial, Helvetica, sans-serif;
    }

body, html {
    height: 100%;
    }

/* --- | MAIN LAYOUT | --- */    
#headcontainer {
    width: 100%;
    height: auto;
    min-height: 100px;
    }
.banner { 
    width: 100%;
    clear: both;
    margin: 0px auto;   
    }

.container {
    clear: both;
    margin: 0px auto;
    padding: 50px 0px 25px 0px;
    max-width: 1200px;
    }
    #headcontainer .container { padding: 0px; }

#footer {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    border-top: 2px solid #ffffff;
    background-color: #202020;
    }
#footer .container { padding-bottom: 30px;}

.boxcontent {
    clear: both;
    margin: 0px auto;
    padding: 20px;
    position: relative;
}

.row {
    margin-left: 0px;    
    margin-right: 0px;
    }
.space {
    margin-top: 40px!important;
}

.lftborder { 
    border-left: 2px solid #e5e5e5;
    padding-left: 20px;
    }

.rgtborder { 
    border-right: 2px solid #a45e4d;
    padding: 10px 40px;
    }


/* --- | NAVIGATION | --- */
.navbar-container {
    margin: 0px auto;
    }

.navbar-default {
    border: 0px;
    padding-top: 70px;    
    background-color: transparent;
    }

.nav {
    float: none;
    border: 0px;
    }

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

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

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

.navbar-default .navbar-nav > li > a {
    color: #373435;
    padding: 0px; 
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #a45e4d;  
    text-decoration: none;
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
    background-color: transparent;
    }

.navbar-default .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 20px;
    border-color: #ffffff;
    background-color: #ffffff;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #373435;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    }
.navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    }

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

.dropdown-menu > li > a {
    clear: both;   
    color: #373435;     
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    .dropdown-menu > li > a:hover {
        color: #ffffff;
        background-color:#a45e4d
    }

@media (max-width: 1000px ) {
    .navbar-default {
        border: 0px;
        padding-top: 40px;    
        background-color: transparent;
        }
    }

@media (max-width: 767px) {
    .navbar-container {
        margin: 10px auto 0px auto;
        position: absolute;
        z-index: 100;
        right: 0;
    }
    .navbar-default {
        margin-top: -90px;
        padding-top: 0px;
        }
    .navbar {
        border: 0px solid transparent;
        position: relative;
        margin-bottom: 0px;
        left: 0px;
        }
    .navbar-nav {
        width: 100%!important;
        margin: 0px;
        text-align: left;
        }

    .navbar-nav > li {
        width: 300px;
        float: none;
        color: #ffffff;
        display: block;
        line-height: 40px;
        margin-top: 0px;
        padding: 0px 0px 0px 10px; 
        background-color: #373435;
        }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 10px;
        color: #ffffff
        }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        text-align: center;
        margin: 0px;
        padding: 9px 10px 10px 10px;
        border-bottom: 0px;
        }
          .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #ffffff;
            text-align: center;
            background-color: #403d3e
          }
          .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #ffffff;
            background-color: #403d3e
          }
    }

/* --- | PARALLAX | --- */
.parallax01, .parallax02 {
    margin: 50px 0px;
    padding: 0px;
    height: auto;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    }
.parallax01 { background-image: url(../images/DeckSA-parallax.jpg); }
.parallax02 { background-image: url(../images/DeckSA-parallax02.jpg); background-size:contain }

.background { 
    margin: 50px 0px 0px 0px;
    padding: 0px;
    height: auto;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/DeckSA-background.jpg); background-size:cover
    }
    .background .container { padding-bottom: 50px;}


.parallax01 .container, .parallax02 .container {
    clear: both;
    margin: 0px auto;
    padding: 80px 10px 100px 10px;
    position: relative;
    }


/* --- | HEADINGS | --- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'Centaur', Georgia, 'Times New Roman', Times, serif; }
h1 {
    color: #373435;
    margin: 10px;    
    font-size: 40px;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;    
    }
    .parallax01 h1 { color: #ffffff; }

h2 {
    color: #373435;
    margin: 0px 10px 20px 10px; 
    padding: 0px;
    font-size: 30px;
    text-align: right;
    line-height: 34px;
    font-weight: normal;    
    letter-spacing: 1px;
    text-transform: uppercase;
    }

h3 {
    color: #373435;
    margin: 0px 10px 20px 10px;  
    font-size: 30px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

h4 {
    color: #373435;
    margin: 0px 10px 20px 10px; 
    font-size: 26px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 1px;
    }

h5 {
    color: #141414;
    margin: 0px 0px 20px 10px;    
    hyphens: auto;
    font-size: 20px;
    text-align: left;
    line-height: 27px;
    }

h6 {
    color: #ffffff;
    margin: 5px auto;
    padding: 5px 5px 5px 10px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 2px;    
    text-transform: uppercase;
    }

.footer-title {
    color: #ffffff;
    margin: 0px;    
    padding: 10px 0px 20px 0px;    
    font-size: 30px;
    letter-spacing: 1px;
    }


/* --- | PARAGRAPHS | --- */
p, ol, ul, dl, address {
    color: #373435;
    }

p {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    }
p.borderspace { padding-left: 40px; margin-bottom: 0px;}
p.logo {  margin: 20px 0px; text-align: left;}
p.footerlogo { margin: 0px; padding: 0px; text-align: center;}

#footer p { color: #ffffff; margin: 20px 10px; text-align: center; }
#footer p.credits {
    color: #ffffff;
    margin: 30px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    }

hr {
    width: 168px;
    border: 0;
    height: 0;
    margin: 40px auto;
    border-bottom: 3px solid #ffffff;
    }
hr.underline {
    width: 90%;
    border: 0;
    height: 0;
    margin: 10px auto 40px auto;
    border-bottom: 2px solid #ffffff;
    }

/* --- | LISTS | --- */
ul {
    color: #373435;
    margin: 0px 10px 20px 10px;
    padding: 0px 10px 0px 10px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    list-style-type: square;
    }
    .parallax01 ul { color: #ffffff;}

li {
    padding: 1px 5px 2px 5px;
    margin: 1px 5px 2px 5px;
    }

   
#footer ul {
    color: #ffffff;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;    
    list-style-type: none;
    }
#footer ul li {
    margin: 3px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    }
#footer ul ul { 
    margin: 0px 20px; 
    padding: 0px 20px 0px 0px;
    list-style-type: '- '; 
    }

/* --- | LINKS | --- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a:link, a:visited { color: #373435; }
a:active, a:hover { color: #a45e4d }

#footer a:link, #footer a:visited { color: #ffffff;}
#footer a:active, #footer a:hover { color: #ce8f64}

/* --- | BUTTONS | --- */
.btn {
    color: #ffffff;
    margin: 0px auto;
    border: 0px solid transparent;    
    padding: 10px 16px;
    font-size: 18px;
    text-align: center;    
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: 10px;           
    vertical-align: middle; 
    background-image: none;    
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #a45e4d;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
    .btn-noclick { cursor:auto}

.btn:hover, .btn:focus {
    color: #ffffff;
    border: 0px;
    background-color: #ce8f64;
    text-decoration: none;
    }
.btn-noclick:hover, .btn-noclick:focus {
    color: #ffffff;
    border: 0px;
    text-decoration: none;    
    background-color: #a45e4d;
    }
p.buttons { 
    color: #ffffff; 
    padding: 15px 24px;    
    font-size: 18px;      
    text-align: center;
    border-radius: 10px;
    letter-spacing: 1px; 
    text-transform: uppercase;  
    background-color: #a45e4d; 
    }

.title { 
    color: #373435;
    display: block;
    margin: 10px;
    padding: 10px 15px;
    text-align: center; 
    font-size: 16px;    
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;    
    background-color: #ffffff;
    }

/* --- | 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.portfolio_home {
    margin: 10px auto;
    border-radius: 10px;
    }
.portfolio_home figcaption { 
    right: 0px;
    width: auto;
    bottom: 0%;
    margin: 10px 15px;
    padding: 10px 20px;
    position: absolute;   
    font-size: 15px; 
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);        
    border-radius: 10px 0px 10px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

.corners { border-radius: 10px }

#gallery {
    margin-top: 50px;
    background-color: #ffffff
    }

/* --- | FA ICONS | --- */
.fa { 
    color: #ffffff;
    font-size: 10em;
    }
i.fa { font-size: 8em; text-align: center; }
i.fa-mobile { font-size: 2em; text-align: center; color:#a45e4d; width: 25px; }
i.fa-fax, i.fa-envelope, i.fa-instagram { font-size: 1.5em; text-align: center; color:#a45e4d; width: 25px; }


/* --- | SCROLL | --- */
.reveal{
    opacity: 0;    
    position: relative;
    transform: translateY(150px);
    transition: 1s all ease;
    }
  
.reveal.active{
    opacity: 1;    
    transform: translateY(0);
    }  

/* --- | FORMS | --- */
input, textarea, select {
    color: #373435;
    border: 0px;
    padding: 8px 10px;
    font-size: 15px;
    max-width: 100%;
    margin: 4px 0px 0px 45px;    
    line-height: 24px;    
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
    }
input.contact, textarea.contact, select.contact {
    width: 100%;
    border: 1px solid #a45e4d;
    border-radius: 5px;
    }
input.submit { width: auto; background-color: #a45e4d; color: #ffffff; border-radius: 5px; margin-bottom: 0px; text-transform: uppercase;}
input { height: auto; }

.nomore {
    display: none !important;
    }

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

/* --- | RESPONSIVE | --- */
@media screen and (max-width: 816px) {
    .container {
        clear: both;
        margin: 0px auto;
        padding: 20px 0px 20px 0px;
        max-width: 1200px;
        }
    h1 { 
        margin: 0px 10px 30px 10px;
        font-size: 30px;
        line-height: 34px;
        }
    h2 {
        margin: 30px 10px 10px 10px; 
        font-size: 26px;
        text-align: center;
        line-height: 32px;
        text-decoration: underline;
        }
    h3 {
        margin: 20px 10px 20px 10px;  
        font-size: 26px;
        text-align: left;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: uppercase;
        }
    h4 {
        margin: 10px 10px 30px 10px;
        text-align: left;
        line-height: 30px;
        }
    p { text-align : left }

    .rgtborder { 
        border-right: 0px solid #a45e4d;
        padding: 10px;
        }
    p.borderspace { padding-left: 0px; }

    #footer .content { padding: 0px 20px; }

    #footer p.credits {
        margin: 30px 10px 0px 10px;
        text-align: center;
        }

    .footer-title {
        color: #ffffff;
        padding: 30px 0px 5px 0px;    
        font-size: 24px;
        }
    .portfolio_home figcaption { 
        right: auto;
        left: 0px;
        border-radius: 0px 10px 0px 10px;
        }
    .text-right { text-align: center;}
    .parallax01, .parallax02 {
        margin: 40px 0px 0px 0px;
        min-height: auto;
        }
    .parallax01 .container, .parallax02 .container {
    clear: both;
    margin: 0px auto;
    padding: 40px 10px 40px 10px;
    position: relative;
    }
    .space {
        margin-top: 0px!important;
    }
    .corners { margin-bottom: 10px; border: 2px solid #ffffff; }

    input, textarea, select {
    margin: 4px 0px 0px 0px;    
    }
    }

@media screen and (max-width: 768px) {
    p.logo img { max-width: 200px;}

    }
