body {
	min-width: 100%;
	/*background-color: #FFF8ED;*/
	/*background-color: #fffcf7;*/
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url('images/tumblr_mv0x1t6MEX1s7f3fyo1_1280.jpg');*/
	background-size: 100%;
/*	background-position: static;*/
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-direction: row; 
}


h1,h2,h3,h4,h5 {
	padding:0;
	/*margin:0;*/
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

p {
	padding:0;
	margin:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	/*color: #1b92a6;*/
	/*color: #ff8787;*/
	/*color: #9f9eff;*/
	color: #e1a3d8;
	text-decoration: none;
}

a:hover {
	color: #f1ce0b;
}

#logo {
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 30px;
}

#logo a:hover {
	color: pink;
}

#sidebar {
	width: 90px;
	list-style: none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
    margin-top: 30px;
	margin-left: 30px;
}


#header h1 span.col01 { color: #ff2020; }
#header h1 span.col02 { color: #ff8787; }
#header h1 span.col03 { color: #2d928f; }
#header h1 span.col04 { color: #e78b14; }
#header h1 span.col05 { color: #d05050; }
#header h1 span.col06 { color: #f1ce0b; }
#header h1 span.col07 { color: #1b92a6; }
#header h1 span.col08 { color: #f27b31; }
#header h1 span.col09 { color: #4c84a8; }
#header h1 span.col10 { color: #e68686; }
#header h1 span.col11 { color: #00c5d6; }
#header h1 span.col12 { color: #e82e2e; }
#header h1 span.col13 { color: #729aa6; }

#header h1 span.col01:hover { color: #4c84a8; }
#header h1 span.col02:hover { color: #f27b31; }
#header h1 span.col03:hover { color: #00c5d6; }
#header h1 span.col04:hover { color: #f1ce0b; }
#header h1 span.col05:hover { color: #729aa6; }
#header h1 span.col06:hover { color: #e78b14; }
#header h1 span.col07:hover { color: #e82e2e; }
#header h1 span.col08:hover { color: #ff8787; }
#header h1 span.col09:hover { color: #ff2020; }

#header {
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	position: fixed;
}

#header a {
	color: black;
	text-decoration: none;
}

#sidebar li {
	margin: 10px 0;
}

#about a:hover {
	color: #e68686;
	/*color: #00c5d6;*/
}

#proj a:hover {
	color: #00c5d6;
}

#illustration a:hover {
	color: #e82e2e;
}

#uiux a:hover {
	color: #729aa6;
}

#animation a:hover {
	color: #f27b31;
}

#demoreel a:hover {
	color: #2d928f;
}

#main {
	/*position: absolute;*/
	/*background: rgba(255, 255, 255, 0);*/
	/*left: 30%;*/
	/*top: 15%;*/
	width: 30%;
	/*margin: auto;*/
	/*margin: 40px 40px 40px 40px;*/
	padding: 40px;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: black;
	position: fixed;
    top: 45%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

#main p {
	color: black;
	margin: 30px;
}

#main a:hover {
	color: #f1ce0b;
	/*color: #00c5d6;*/
}


#projects {
	position: absolute;
	top: 30px;
	left: 15%;
	right: 10%;
	text-align: left;
	padding-bottom: 100px
}

#projects h1 {
	text-transform: uppercase;
	color: black;
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0;
	margin: 0;
}


#projects p {
	color: black;
}

#projects a:hover {
	color: #f1ce0b;
}

#projects table {
	border-spacing: 40px;
	margin-bottom: 0%;
}

#projects_table td {
	width: 50%

}

#projects_table img {
	max-width: 100%;
}


img.resize {
	height: 75%;
	width: 75%;
	padding-top: 40px
}

img.resize2 {
	height: 20%;
	width: 20%;
	padding-top: 40px
}

.small {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 90%;
	padding: 20px
}


img.paintings {
    float: left;
    margin: 0px 20px 20px 0px;
}


img.paintings_resized {
	/*height: 600px;*/
	width: 1000px;
}

img.altar {
	width: 1500px;
}

img.tall {
	height: 80%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: auto; /* Enable scroll if needed */
}




/* Modal Content/Box */
.modal-content-altar {
    margin: 2% auto; /* 15% from the top and centered */
    width: 1500px; /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-content-large {
    margin: 2% auto; /* 15% from the top and centered */
    width: 1000px; /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-content {
    margin: 2% auto; /* 15% from the top and centered */

    width: 600px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#columns {
	margin-left: 180px;
	float: right;
	width: 100%;
	padding: 35px;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: black;
}

.column {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    width:100%;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}

.column div {
    width:100%;
    /*height:150px;*/
    margin:4px 0;
    display:inline-block;
    /*vertical-align:top; background:cornflowerblue;*/
}
.column img {
    max-width: 100%;
}

.twoColumn {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    width:100%;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}
.twoColumn div {
    width:100%;
    /*height:150px;*/
    margin:4px 0;
    display:inline-block;
    /*vertical-align:top; background:cornflowerblue;*/
}
.twoColumn img {
    max-width: 100%;
}

.projectRow {
  display: flex;
}

/* Create two unequal columns that floats next to each other */
.projectColumn {
  float: left;
  padding: 40px;
  padding-top: 0px;
  margin:4px 0;
}

.left {
  width: 60%;
}

.left img {
    max-width: 100%;
    margin-bottom: 10px;
}

.right {
  width: 40%;
  line-height: 1.5em;
}

/* Clear floats after the columns */
.projectRow:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 600px) {
	#header {
		left: 0;
		top: 0;
		width: 15%;
		height: 100%;
		position: fixed;
	}
}

/*@media only screen and (max-width: 600px) {
   body {
 	flex-direction: column;
   }
   #header {
	width: 15%;
	position: absolute;
	margin: auto;
	text-align: center;
   }
   #logo {
	font-size: 40px;
	font-weight: bold;
	margin: auto;
	text-align: center;
	}
	#columns {
	margin: 0px;
	width: 80%;
	padding: 35px;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: black;
	}
  .column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width:100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
 .twoColumn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width:100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  #sidebar {
	display: none;
  }
}*/

