
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%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
#codeigniter_profiler {
  display: none;
}
a {
  color: #2e2a2b;
  text-decoration: none;
}
a,
span {
  -webkit-transition: color 500ms ease-in-out;
  -moz-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
p {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}
a,
p,
h1,
h2,
span {
  -webkit-font-smoothing: antialiased;
}
a:hover,
a.highlight {
  color: #000;
}
img {
    max-width: 100%;
}
pre {
  text-transform: none !important;
}
figure.image {
  background: #fff;
}
figure.image img {
  opacity: 0;
}
figure.image.on img {
  opacity: 1;
}
figcaption p a {
  text-decoration: underline;
}
.off {
  opacity: 0;
}
.on {
  opacity: 1;
}
div#section {
  display: none !important;
}

body.menu {
  height: 100%;
  width: 100%;
  margin-left: 400px;
  overflow: hidden;
  overflow-x: hidden !important;
}

body.menu nav#main {
  left: 0;
}
body.menu nav#main ul {
  opacity: 1;
}
body.menu nav#main #close span.close {
  display: inline;
}
body.menu nav#main #close span.open {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'franklin_gothic', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 45px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfbfb;
  margin-left: 0;
  -webkit-transition: margin-left 200ms ease, background-color 500ms ease-in-out, color 500ms ease-in-out;
  -moz-transition: margin-left 200ms ease, background-color 500ms ease-in-out, color 500ms ease-in-out;
  transition: margin-left 200ms ease, background-color 500ms ease-in-out, color 500ms ease-in-out;
  width: 100%;
  font-size: 10px;
}
body ::selection {
  background: #2e2a2b;
  color: #fbfbfb;
}
body ::-moz-selection {
  background: #2e2a2b;
}
body div#overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 405px;
  height: 100%;
  z-index: 5000;
}
nav#main {
  width: 400px;
  position: fixed;
  margin: 5em 4em;
  top: 0;
  left: -400px;
  z-index: 9999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
nav#main ul li {
    font-size: 4.5em;
    line-height: 0.85em;
    font-weight: bold;
    margin: 15px 0px;
    font-family: 'Montserrat', sans-serif;
}
nav#main ul li.first
{
	margin-top:0px;
}
nav#main ul li a
{
	color: #5d5d5d;
	font-size:42px;
}
nav#main ul li a:hover, nav#main ul li a.active
{
	    color: #000;
}

nav#main #close {
  position: absolute;
  right: -430px;
  top: 0;
  z-index: 9999;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  height: 13px;
  width: 400px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
body nav#main #close span.close {
  display: none;
}
body nav#main #close span.open {
  display: inline;
}
body nav#main.hide {
  left: -400px;
}
body article#main {
  max-width: 1680px;
  padding: 0 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 50ms ease 0;
  -moz-transition: all 50ms ease 0;
  -ms-transition: all 50ms ease 0;
  -o-transition: all 50ms ease 0;
  transition: all 50ms ease 0;
}
li {
  list-style: none;
}
/*------------Home------------------*/
body#landing {
	height: 100%;
  width: 100%;
}

body#landing article#main {
  width: 100%;
  height: 100%;
}
body#landing article#main section#landing {
  width: 100%;
  height: 100%;
  position: relative;
}
body#landing article#main section#landing figure.landing {
  width: 100%;
/*  position: absolute;
  top: 0;
  opacity: 0;*/
  bottom: 6.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
body#landing article#main section#landing figure.landing img {
  width: auto;
  cursor: pointer;
  max-width: 50%;
}

body#landing article#main section#landing figcaption.landing {
  height: 10%;
  width: 100%;
      margin: 10px 0px 0px;
/*  position: absolute;
  bottom: 0;
  opacity: 0;
  display: none;
  z-index: -9999;*/
}

body#landing article#main section#landing figcaption.landing div#caption h1,
body#landing article#main section#landing figcaption.landing div#caption h2,
body#landing article#main section#landing figcaption.landing div#caption p {
  display: inline;
  font-size: 16px;
  line-height: 1.5em;
/*  font-weight: 400;*/
}

body#landing article#main section#landing figure.landing.on,
body#landing article#main section#landing figcaption.landing.on {
  opacity: 1;
  display: block;
  z-index: 10;
}

/*-------------------Bio-------------------*/
.about h4
{
	font-size: 25px;
    margin-bottom: 25px;
}
.about p
{
	margin: 10px 0px;
	text-transform: initial;
    font-size: 13px;
}
.awards h3
{
	font-size: 16px;
    margin: 25px 0px 10px;
}
/*----------Contact---------------------*/
.contact h2 {
  font-size: 25px;
}

.contact p {
  margin: 25px 0px;
  text-transform: initial;
  font-size: 13px;
}
.contact span
{
    margin-right: 15px;
}
.contact span.email
{
  margin-bottom: 5px;
  display: block;
}
.contact img {
  max-width: 35px;
}
/*----------Music---------------------*/
.music .image
{
	width: 50%;
    float: left;
    margin-right: 5%;
}
.music .image img
{
	width:100%;
}
.music .text
{
	width: 45%;
    float: left;
}
.music h4
{
	font-size: 25px;
    margin-bottom: 15px;
}
.music p
{
	margin: 10px 0px;
	text-transform: initial;
    font-size: 13px;
}
.bold
{
	font-weight:bold;
}
/*--------Work-------------*/
.project {
  width: 49%;
  padding-bottom: 5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.project .pimage {
  position: relative;
}

.project .pimage img {
  width: 100%;
  height: auto;
  display: block;
}
.pimage a
{
	height: 330px;
    display: block;
    overflow: hidden;
}
.project .ptitle {
  padding: 0 26px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	margin-top: 15px;
}
.project .ptitle h2 {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project .ptitle p {
     font-size: 14px;
    line-height: 1.7em;
    /* font-weight: 400; */
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: initial;
}
.project:nth-child(odd) {
  padding-right: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project:nth-child(even) {
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden
{
	display:none;
}


/*----------Media Queries ---------------------*/

@media handheld and (max-width: 1680px),screen and (max-width: 1680px) {
  body article#main {
    max-width: 1400px;
  }
}
@media handheld and (max-width: 1400px),screen and (max-width: 1400px) {
  body article#main {
    max-width: 1240px;
  }
}
@media handheld and (max-width: 1240px),screen and (max-width: 1240px) {
  body article#main {
    padding: 0 22px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
  }
}
@media all and (min-width: 640px) and (max-height: 400px) {
  body#landing
	{
    height: 400px !important;
    overflow-y: scroll !important;
  }
}

@media (max-width: 640px){
  body {
    padding: 2.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body article#main {
    max-width: 640px;
    padding: 0 2.5em 0 5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body nav#main {
    margin: 2.5em;
    width: 256px;
    left: -275px;
  }
  body nav#main ul li {
    font-size: 4.5em;
    line-height: 0.85em;
    font-weight: bold;
    font-size: 30px !important;
  }
  body.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	 body nav#main ul {
    opacity: 1;
  }

	body#landing article#main section#landing figure.landing img
	{
			max-width: 85%;
	}
/*  body article#main {
    display: none;
  }
  body nav#main {
    left: 0;
  }
  body nav#main #close span.close {
    display: none;
  }
  body nav#main #close span.open {
    display: none;
  }
  */
 .contact span
	{
		display:block;
		margin-right:0px;
	}
	.project .ptitle h2
  {
	  font-size:17px;
  }
  .pimage a {
    height: auto;
  }
  .music .text {
    width: 100%;
    margin-top: 20px;
	}
	.music .image {
    width: 100%;
	}
}
@media handheld and (max-width: 1000px),screen and (max-width: 1000px) {
  body .project {
    padding: 0 0 2.5em 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 640px)
{
	nav#main ul li a
	{
		font-size: 25px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  body {
    font-size: 9px !important;
  }
}