#canvas {
	width: 960px;
	min-height: 1000px;
	background-color: #474747;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 30px 5px black;
	padding-bottom: 50px;
}
header {
	position: relative;
	height: 180px;
}
#headerLogo {
	display: inline-block;
	width: 200px;
	height: 94px;
	margin: 10px;
	background-size: 200px 94px;
	background-image: url("../img/logo.png");
	margin: 10px;
}
#headerLogo:active {
	background-position: 0px 2px;
}
#borderTop {
	position: absolute;
	top: 75px;
	right: 0px;
	pointer-events: none;
}
#duncan {
	position: absolute;
	top: 78px;
	left: 765px;
}
nav {
	position: absolute;
	top: 153px;
	left: 44px;
}
a {
	text-decoration: none;
	color: #d4d4d4;
}
.fieldHeader {
	min-height: 40px;
}
.options {
	min-width: 135px;
	background: #474747;
	border: 1px solid #d4d4d4;
	margin-left: 43px;
}
.buttons {
	border:1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Raleway'; sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 4px;
	width: 180px;
	color: #808080;
 	background-color: #F0F0F0;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#CDCDCD));
 	background-image: -webkit-linear-gradient(top, #F0F0F0, #CDCDCD);
 	background-image: -moz-linear-gradient(top, #F0F0F0, #CDCDCD);
 	background-image: -ms-linear-gradient(top, #F0F0F0, #CDCDCD);
 	background-image: -o-linear-gradient(top, #F0F0F0, #CDCDCD);
 	background-image: linear-gradient(to bottom, #F0F0F0, #CDCDCD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F0F0F0, endColorstr=#CDCDCD);
 	box-shadow: 2px 2px 5px #3d3d3d;
 }

/*----------------------------------------------------------------------*/
/*-----------------------------Text styling-----------------------------*/
.raleway {
	font-family: 'Raleway'; sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #d4d4d4;
}
.pageintro {
	font-family: 'Raleway'; sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #d4d4d4;
	display: block;
	width: 875px;
	text-align: justify;
	margin: 0px auto 50px auto;
}
.montserrat {
	font-family: 'Montserrat'; sans-serif;
	font-weight: 700;
	font-size: 25pt;
	color: #d4d4d4;
	text-shadow: 2px 2px 2px black;
}
.subheading {
	font-family: 'Montserrat'; sans-serif;
	font-weight: 700;
	font-size: 18pt;
	color: #d4d4d4;
	display: block;
	text-align: center;
	margin: 60px auto 0px auto;
	text-shadow: 2px 2px 2px black;
	white-space: pre;
}
.blogtext {
	font-family: 'Quattrocento Sans'; sans-serif;
	font-weight: 400;
	font-size: 17pt;
	color: #e3e3e3;
	line-height: 27px;
	text-indent: 20px;
	display: block;
	text-align: justify;
	width: 800px;
	margin: 20px auto 0px auto;
}
.listtext {
	font-family: 'Quattrocento Sans'; sans-serif;
	font-weight: 400;
	font-size: 17pt;
	color: #e3e3e3;
	line-height: 27px;
	text-indent: 20px;
	display: block;
	text-align: justify;
	width: 800px;
	margin: 0px auto 0px auto;
}
.caption {
	font-family: 'Quattrocento Sans'; sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 13pt;
	color: #d4d4d4;
	display: block;
	text-align: center;
	width: 800px;
	margin: 5px auto 20px auto;
}
.footnote {
	font-family: 'Quattrocento Sans'; sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: #d4d4d4;
	display: block;
	width: 800px;
	margin: 40px 0px 0px 80px;
}
.blockquote {
	font-family: 'Quattrocento Sans'; sans-serif;
	font-weight: 400;
	font-size: 16pt;
	font-style: italic;
	color: #d4d4d4;
	line-height: 24px;
	text-indent: 20px;
	display: block;
	text-align: justify;
	width: 700px;
	margin: 0px auto 0px auto;
}
nav a, .sbGray {
	font-family: Raleway;
	font-weight: 600;
	font-size: 11pt;
	color: #d4d4d4;
	text-decoration: none;
	text-shadow: 2px 2px #212121;
}
.sbOrange {
	font-family: Raleway;
	font-weight: 600;
	font-size: 11pt;
	color: #ff7722;
	text-decoration: none;
	text-shadow: 2px 2px #212121;
}
nav a {
	margin-right: 20px;
}
nav a:hover {
	color: #ff7722;
}
.indent {
	text-indent: 30px;
}


/*----------------------------------------------------------------------*/
/*--------------------Styling for icons on main page--------------------*/

.icon {
	display: inline-block;
	width: 100px;
	height: 133px;
	background-size: 100px 133px;
	margin: 10px;
}
#art {
	margin-left: 60px;
	background-image: url("../img/artIconGray.png");
	-webkit-animation-delay: .4s;
}
#art:hover {
	background-image: url("../img/artIconOrange.png");
}
#art:active {
	background-position: 0px 2px;
}
#design {
	background-image: url("../img/designIconGray.png");
	-webkit-animation-delay: .48s;
}
#design:hover {
	background-image: url("../img/designIconOrange.png");
}
#design:active {
	background-position: 0px 2px;
}
#apparel {
	background-image: url("../img/apparelIconGray.png");
	-webkit-animation-delay: .56s;
}
#apparel:hover {
	background-image: url("../img/apparelIconOrange.png");
}
#apparel:active {
	background-position: 0px 2px;
}
#writing {
	background-image: url("../img/writingIconGray.png");
	-webkit-animation-delay: .64s;
}
#writing:hover {
	background-image: url("../img/writingIconOrange.png");
}
#writing:active {
	background-position: 0px 2px;
}
#video {
	background-image: url("../img/videoIconGray.png");
	-webkit-animation-delay: .72s;
}
#video:hover {
	background-image: url("../img/videoIconOrange.png");
}
#video:active {
	background-position: 0px 2px;
}
#code {
	background-image: url("../img/codeIconGray.png");
	-webkit-animation-delay: .8s;
}
#code:hover {
	background-image: url("../img/codeIconOrange.png");
}
#code:active {
	background-position: 0px 2px;
}
#about {
	background-image: url("../img/aboutIconGray.png");
	-webkit-animation-delay: .88s;
}
#about:hover {
	background-image: url("../img/aboutIconOrange.png");
}
#about:active {
	background-position: 0px 2px;
}
