@charset "UTF-8";
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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
::selection {
  background: rgba(251,176,59,0.75);}
::-moz-selection {
  background: rgba(251,176,59,0.75);}
body{
	background:#050505;
	color:#FFF;
	font-family:"Quicksand", Helvetica, Arial, sans-serif;}
p{
	line-height:32px;
	font-size:18px;
	margin-bottom:20px;}
a{
	color:#FFF;
	text-decoration:none;}
h1{
	font-size:22px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:700;}
#menu-button{
	height:50px;
	width:50px;
	position:fixed;
	bottom:50px;
	right:20px;
	z-index:101;
	background-color:#B20B4F;}
#menu-button:hover{
	background-color:#871046;}
#nav-icon {
	left:9px;
	top:9px;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;}
#nav-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #050505;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;}
#nav-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;}
#nav-icon span:nth-child(2) {
	top: 13px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;}
#nav-icon span:nth-child(3) {
	top: 26px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;}
#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
	left: 5px;}
#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 25px;
	left: 5px;}
#menu{
	height:100%;
	position:fixed;
	width:300px;
	background-color:#B20B4F;
	right:-300px;
	top:0px;
	z-index:99;
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;}
#menu.open{
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px);}
#navigation{
	position:relative;
	margin:0 auto;
	top:15%;
	width:200px;}
#navigation-information{
	position:relative;
	top:25%;
	margin-left:20px;
	font-size:13px;
	line-height:20px;}
ul#navlist li{
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
	text-align:center;
	border: 3px solid #5E1BBF;
	margin:20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;}
ul#navlist li a{
	color:#FFF;
	text-decoration:none;}
ul#navlist li:hover{
	background-color:#5E1BBF;}
ul#social-list{
	margin-top:20px;}
ul#social-list li{
	float:left;
	margin-right:10px;}
ul#social-list li:hover{
	opacity:.5;}
#home{
	position:absolute;
	top:30%;
	height:300px;}
#home-logo-mobile, #home-logo{
	background-image:url("logo.png");
	height:76px;
	width:76px;}
#home-logo:hover{
	opacity:.5;}
#home-logo{
	margin-top:30px;}
#home-logo-mobile{
	display:none;
	margin-left:70px;
	margin-bottom:20px;}
#home-logo-mini{
	margin-bottom:15px;
	background-image:url("logo-mini.png");
	height:30px;
	width:30px;
	display:none;}
#placement-text{
	font-weight:700;}
#home-text{
	border-left:15px solid #5E1BBF;
	padding-left:60px;
	font-size:46px;
	font-weight:300;
	line-height:80px;}	
#header{
	position:relative;
	margin-top:40px;
	margin-left:70px;}
#container{
	position:relative;
	margin:0 auto;
	margin-top:90px;
	width:891px;
	margin-bottom:50px;}
.portfolio-image{
	text-align:center;
	margin-bottom:20px;}
.container-clm{
	width:430px;
	float:left;
	margin-bottom:90px;}
.container-clm:first-child{
	border-right:1px solid #FFF;}
.container-clm p{
	padding-left:30px;}
#persona{
	background-image:url("persona.png");
	height:1140px;
	width:397px;}
.personaParts{
	background-size:cover;
	margin-bottom:20px;}
#personaBehavior{
	background-image:url("personaBehavior.png");
	width:397px;
	height:480px;}
#personaKey{
	background-image:url("personaKey.png");
	width:397px;
	height:207px;}
#personaJourney{
	background-image:url("personaJourney.png");
	width:397px;
	height:491px;}
#adtl{
	border-top:1px solid #FFF;
	width:100%;
	padding-top:30px;}
#resume-image{
	margin:0 auto;
	background-size:cover;
	background-image:url("HannahPatellisResume.jpg");
	height:1035px;
	width:800px;}
#resume p{
	text-align:center;
	padding: 20px 20px 20px 20px;}
#resume p a{
	color:#FFF;
	text-decoration:none;}
#selector{
	margin:0 auto;
	height:80px;
	width:690px;
	position:relative;}
ul#selection-navigation{
	margin:0 auto;}
li.selection-navigation-item{
	float:left;
	border:3px solid #5E1BBF;
	width:120px;
	margin:auto;
	padding:10px;
	text-align:center;
	margin-right:30px;}
li.selection-navigation-item:last-child{
	margin-right:0px;}
li.selection-navigation-item a{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;}
li.selection-navigation-item:hover{
	background-color:#5E1BBF;}
li.selection-navigation-item a:hover{
	text-decoration:none;}
#portfolio{
	position:relative;}
.item{
	width:280px;
	height:200px;
	margin-bottom:20px;
	float:left;
	margin-right:20px;}
.item img{
	border-bottom:10px solid #FBB03B;}
.item:nth-child(3n+0){
	margin-right:0px;}
.item:last-child{
	margin-bottom:60px;}
.item:hover{
	opacity:.5;}
#runner{
	position:fixed;
	height:30px;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:100;
	background:url("runner.png");
	background-size:cover;}

@media screen and (max-width: 650px) {
#runner{
	height:10px;}
#menu-button{
	bottom:30px;}
#home{
	top:5%;}
#home-logo{
	display:none;}
#home-logo-mobile{
	display:block;}
#home-text{
	line-height:45px;
	font-size:30px;
	padding-left:40px;}
#home-logo-mini{
	display:block;}
#placement-text{
	float:left;}
#header{
	margin-left:20px;}
#menu{
	overflow:hidden;
	width:100%;
	right:-300px;
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;}
#menu.open{
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px);}
#navigation{
	top:4%;}
#navigation-information{
	top:6%;}
#container{
	width:90%;}
.container-clm{
	width:100%;
	min-width:350px;
	float:left;}
.container-clm:first-child{
	border-right:0px;}
.container-clm:last-child{
	margin-bottom:90px;}
.personaParts{
	margin:0 auto;
	margin-bottom:20px;}
#personaBehavior{
	width:340px;
	height:411px;}
#personaKey{
	width:340px;
	height:177px;}
#personaJourney{
	width:340px;
	height:421px;}
.container-clm p{
	padding-left:0px;}
#resume-image{
	width:370px;
	height:479px;}
#selector{
	height:250px;
	width:280px;
	text-align:center;}
ul#selection-navigation{
	text-align:center;
	width:120px;}
li.selection-navigation-item{
	float:none;
	margin-bottom:10px;
	margin-right:0px;}
#portfolio{
	margin:0 auto;
	width:280px;}
.item{
	float:none;
	margin-right:0px;}
.item:nth-child(3n+0){
	margin-right:0px;}
ul#navlist li{
	padding:10px 10px 10px 10px;}
}
@media screen and (max-width: 360px) {
}
/* 2x screen */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {}