@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.3454%;
	padding-left: 0.8272%;
	padding-right: 0.8272%;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Project {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Artwork {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #CCC;
	background-color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Project1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Project2 {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Project3 {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Project4 {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Project5 {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#Container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Bio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#BGAnimationDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ImageGallery {
	clear: none;
	float: left;
	margin-left: 1.8518%;
	width: 100%;
	display: block;
}
#BackgroundSlideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.9431%;
	padding-left: 0.5284%;
	padding-right: 0.5284%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Project {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Artwork {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Project1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Project2 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Project3 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Project4 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Project5 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#Container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Bio {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#BGAnimationDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ImageGallery {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}
#BackgroundSlideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0%;
	padding-right: 0.409%;
	margin: auto;
	background-color: #FFF;
}

#Header {
	clear: both;
	float: none;
	margin-left: 20.1834%;
	width: 80%;
	display: block;
	position: fixed;
	color: #600;
	background-color: #FFF;
	text-align: center;
	height: 80px;
	padding: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: 200;
	vertical-align: middle;
}
#Nav {
	position: fixed;
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	min-width:10em;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	display: block;
	color: #CCC;
	background-color: #000;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: large;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background-image: url(images/1m1BkgdBW%20as%20Smart%20Object-1.png);
	z-index: 12;
}
#Artwork {
	clear: none;
	float: left;
	margin-left: 0.9174%;
	width: 79.8165%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 20.1834%;
	width: 79.8165%;
	display: block;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 12px;
}


#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 22%;
	width: 78%;
	height: 100%;
	padding-left: 65;
	display: block;
	color: #999;
}

#Project1 {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-left: 25px;
	background-color: #FFF;
	padding-right: 50px;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	text-align: left;
	font-weight: lighter;
}
#Project2 {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-left: 25px;
	background-color: #FFF;
	padding-right: 50px;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	padding-top: 0px;
}
#Project3 {
	clear: both;
	float: none;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-left: 25px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 50px;
	background-position: center center;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
}
#Project4 {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-top: 0px;
	padding-left: 25px;
	background-color: #FFF;
	padding-right: 50px;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	font-weight: lighter;
}
#Project5 {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-top: 0px;
	padding-left: 25px;
	background-color: #FFF;
	padding-right: 50px;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	color: #000;
}
#Bio {
	clear: both;
	float: left;
	margin-left: 26%;
	width: 73%;
	display: block;
	padding-top: 0px;
	padding-right: 80px;
	padding-left: 25px;
	background-color: #FFF;
	font-family: "Franklin Gothic Book", "Helvetica Light", monospace;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	color: #000;
}
#Container {
	clear: none;
	float: left;
	margin-left: 0.9174%;
	width: 79.8165%;
}

#ImageGallery {
	clear: both;
	float: left;
	margin-left: 20.1834%;
	width: 79.8165%;
	display: block;
}

/*I love me some border-box*/
* {
    box-sizing: border-box;
}
/*This just stops me getting horizontal scrolling if anything overflows the width*/
body {
    overflow-x: hidden;
}
/*Just removing default browser padding/margin*/
html,
body {
    padding: 0;
    margin: 0;
    color: #ebebeb;
}
/*Flexbox gives us the flexiness we need. The top just stays put as there is no scrolling on the body due to the page never exceeding viewport height*/
.Top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: darkgreen;
    font-size: 3rem;
    position: relative;
    z-index: 10;
    height: 100px;
}
/*This is our main wrapping element, it's made 100vh high to ensure it is always the correct size and then moved into place and padded with negative margin and padding*/
.Container {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}
/*All the scrollable sections should overflow and be whatever height they need to be. As they are flex-items (due to being inside a flex container) they could be made to stretch full height at all times if needed.
WebKit inertia scrolling is being added here for any present/future devices that are able to make use of it.
*/
.Left,
.Middle,
.Right {
    overflow: auto;
    height: auto;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
/*Entirely optional – just wanted to remove the scrollbar on WebKit browsers as I find them ugly*/
.Left::-webkit-scrollbar,
.Middle::-webkit-scrollbar,
.Right::-webkit-scrollbar {
    display: none;
}
/*  Left and Right are set sizes while the Middle is set to flex one so it occupies all remaining space. This could be set as a width too if prefereable, perhaps using calc.*/
.Left {
    width: 12.5rem;
    background-color: ;
}

.Middle {
    flex: 1;
}

.Right {
    width: 12.5rem;
    background-color: violet;
}
}
