@charset "UTF-8";

/* 
-------------------------
MAIN CSS FILE
-------------------------
Author: Tom Donaldson 
Site: www.normanrechter.com
Date of Creation: 13/08/2015
Copyright 2015 Norman Rechter
-------------------------
*/

/* ----- CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* ----- GENERAL STYLES ----- */

body {
	color: #000000;
	font-family: 'Montserrat', Helvetica Neue, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FAFAFA;
}

#header {
    background-color: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 4:
}

#logo {
    float: left;
    transition: all 0.5s ease;
}

#logo path:hover {
    color: #333333;
}

#nav {
    float: right;
}

#nav ul, #nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: right;
}

#mobile-logo {
    text-align: center;
}

#mobile-nav {
    text-align: center;
}

#footer {
	background-color: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 4;
	color: #fff;
}

#copyright {
	float: left;
}

#web-design {
	float: right;
}


/*  Typography  */

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}

a:hover {
    opacity: 0.7;
}


/*  Mobile Nav Setup  */
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  background: none;
  padding: 0.7em 1em;

  float: right;
  text-align: right;
  transition: all 0.5s ease;
}

.nav-collapse a:hover {
	opacity: 0.7;
}

.nav-collapse ul ul a {
  background: #333333;
  padding-left: 2em;
}





/*  Mobile Nav Styles  */
@font-face {
  font-family: "responsivenav";
  src:url("responsive-nav/icons/responsivenav.eot");
  src:url("responsive-nav/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("responsive-nav/icons/responsivenav.ttf") format("truetype"),
    url("responsive-nav/icons/responsivenav.woff") format("woff"),
    url("responsive-nav/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  transition:all 0.5s ease;
    margin-right: 15px;
    margin-top: 5px;
	z-index: 3;
}


.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  content: "MENU";
  text-indent: 0;
  text-align: right;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle:hover {
	color: #333333;
}

.nav-toggle:before:hover {
	color: #333333;
}

.nav-toggle.active::before {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  content:"x";
    margin-right: 1em;
}


/* Home Page */
#intro {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 30em;
	height: 5em;
	margin-top: -2.5em;
	margin-left: -15em;
	text-align: center;
	
	z-index: -1;
	display: none;
}

#intro h2 {
    color: white;
    font-weight: bold;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 42s linear infinite 0s;
	-webkit-animation: imageAnimation 42s linear infinite 0s;
}



.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/slideshow/slideshow1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/slideshow/slideshow2.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/slideshow/slideshow3.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/slideshow/slideshow4.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/slideshow/slideshow5.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/slideshow/slideshow6.jpg);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../img/slideshow/slideshow7.jpg);
    animation-delay: 36s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation {
	0% { opacity: 0; animation-timing-function: ease-in; }
	8% { opacity: 1; animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0}
}



.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


/* ----- RESPONSIVE STYLES ----- */

/*  Desktop  */
@media screen and (min-width: 1200px) {
    #header-content {
        width: 1200px;
        margin: 0 auto;
        height: 60px;
    }
    
    #logo {
        margin-top: 14px;
        margin-left: 20px;
    }
    
    #nav {
        margin-top: 19px;
        margin-right: 20px;
    }
    
    #nav li {
        font-size: 17px;
        margin-left: 70px;
    }
    
    #mobile-header-content {
        display: none;
    }
	
	#footer-content {
		width: 1200px;
        margin: 0 auto;
        height: 60px;
	}
	
	#mobile-footer-content {
		display: none;
	}
	
	#copyright, #web-design {
		font-size: 14px;
		margin-top: 20px;
	}
	
	#copyright {
		margin-left: 20px;	
	}
	
	#web-design {
		margin-right: 20px;
	}
	
}
   
    
/*  Smaller Screens  */
@media screen and (min-width: 961px) and (max-width: 1199px) {
    #mobile-header-content {
        display: none;
    }
    
    #header-content {
        height: 55px;
        width: 100%;
    }
    
    #logo {
        margin-top: 13px;
        margin-left: 20px;
    }
    
    #logo img {
        width: 45px;
        height: inherit;
    }
    
    #nav {
        margin-top: 17px;
        margin-right: 20px;
    }
    
    #nav li {
        font-size: 16px;
        margin-left: 50px;
    }
	
	#mobile-footer-content {
        display: none;
    }
    
    #footer-content {
        height: 55px;
        width: 100%;
    }
	
	#copyright, #web-design {
		font-size: 13px;
		margin-top: 20px;
	}
	
	#copyright {
		margin-left: 20px;	
	}
	
	#web-design {
		margin-right: 20px;
	}
	
}
    
   
/*  Tablets  */
@media screen and (min-width: 641px) and (max-width: 960px) {
    #mobile-header-content {
        display: none;
    }
    
    #header-content {
        height: 50px;
        width: 100%;
    }
    
    #logo {
        margin-top: 13px;
        margin-left: 20px;
    }
    
    #logo img {
        width: 40px;
        height: inherit;
    }
    
    #nav {
        margin-top: 17px;
        margin-right: 20px;
    }
    
    #nav li {
        font-size: 14px;
        margin-left: 40px;
    }
	
	#intro h2 {
		font-size: 35px;
	}
	
	 #mobile-footer-content {
        display: none;
    }
    
    #footer-content {
        height: 50px;
        width: 100%;
    }
	
	#copyright, #web-design {
		font-size: 12px;
		margin-top: 20px;
	}
	
	#copyright {
		margin-left: 20px;	
	}
	
	#web-design {
		margin-right: 20px;
	}
	
}

    
/*  Mobiles  */
@media screen and (max-width: 640px) {
    body{
        padding: 10px;    
    }
    
    #header-content {
        display: none
    }
    
    #mobile-logo {
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    
    .collapse-nav {
        
        
    }
    
    #mobile-header-content {
       height: 60px;
    }
	
	#intro h2 {
		font-size: 30px;
	}
  	
	#footer-content {
		display: none;
	}
	
	#mobile-footer-content {
		text-align: center;
		font-size: 13px;
		height: 60px;
	}
	
	#about img {
		width: 90%;
		margin-left: 5%;
		
		margin-top: 40px;
	}
}
    
    

   
/*  ANYTHING HI RES (e.g. Retina display)  */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  
}
    
    
/*  iPad  */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
}
    
    
/*  iPad (Landscape)  */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
}
    
    
/*  iPad (Portrait)  */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
}
    

