.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/*Reset all CSS*/

h1{
	text-indent: -9999px;
}
/*Hide h1 tag*/


/*Start global styles*/
.logo {
	margin: 0 auto;
	display: block;
}


body{
	font-family: 'Raleway Light', sans-serif;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: white;
}

.paraLink, .projectLink, .backLink, .coloredLink, .coloredLinkSmall{
	color: #aa84b8;
}

.paraLink:hover, .projectLink:hover, .backLink:hover, .coloredLink:hover, .coloredLinkSmall:hover{
	color: #5a3367;
}

.projectLink, .coloredLink{
	font-size: 30px;
	display: block;
}

.forwardAndBack{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



h2{
	text-align: center;
	font-size: 40px;
	padding-bottom: 10px;
	font-weight: bold;
}

.progressTitle, .sectionLabel{
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	
}

.hidden{
	display: none;
}

.heroImageCap{
	color: #5a3367;
	text-align: center;
	padding-top: 5px;
	font-size: 30px;

}

.tileHolder{
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tileText{
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 40px;
}

footer{
	background-color: #71587a;
	text-align: center;
	font-size: 16px;
	padding: 3px;
}

.video-responsive{
    overflow:hidden;
	padding-bottom:50%;
	margin-top: 5%;
	margin-bottom: -8%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:10%;
    top:0;
    height:80%;
    width:80%;
    position:absolute;
}

.roles{
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold
}

strong, .expert{
	font-weight: bold;
}

.resumeHeading{
	background-color: #71587a;
	margin: 0 auto;
	color: white;
	font-size: 24px;
	margin-top: 20px;
	padding-left: 2px;
}

.resumeWrapper{
	margin: 0 auto;
}

.resumeWrapper p{
	margin-top: 10px;
}

#aboutWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.button{
	z-index: 3;
	background-color: #5a3367;
	color: #ffffff;
	font-family: 'Assistant', sans-serif;
	font-size: 30px;
	border-style: solid;
	border-color: #5a3367;
	margin-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

.buttonHolder{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#portrait{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.resumeList{
	list-style-type: circle;
	margin-left: 30px;
}



/* End global styles*/

/*Begin mobile styles*/
@media screen and (max-width: 790px){
	.mobileHidden{
		display: none;
	}
	
	.mobileNav {
		position: fixed;
		z-index: 2;
		width: 100%;
		background-color: #ffffff;	
		display: inline;
		top: 0;
		left: 0;
	}
	
	.logo{
		width: 20%;
		margin-top: -80px;
		padding-bottom: 10px;

	}
	
	#ham{
		background-color: #71587a;
		width: 70px;
		height: 70px;
		margin-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 5px;
		position: relative;
		z-index: 3;
	}
	
	
	#ham input{
		-webkit-transform: scale(5);
		    -ms-transform: scale(5);
		        transform: scale(5);
		position: absolute;
		display: block;
		margin-top: 30px;
		margin-left: 30px;
		z-index: 4;
		opacity: 0;

	}
	
	#ham span {
		display: block;
		width: 50px;
		height: 10px;
		margin-bottom: 5px;
		margin-left: 10px;
		position: relative;
		background-color: #ffffff;
		z-index: 2;
		border-radius: 3px;
		
	 -webkit-transform-origin: 4px 0px;
	  -ms-transform-origin: 4px 0px;
	  transform-origin: 4px 0px;
	  
		-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
		-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	  
	  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease,
				  -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	  
	  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease,
				  -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease,
				  -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}


	#ham span:first-child
	{	
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
	  transform-origin: 0% 0%;
	}

	#ham span:nth-last-child(2)
	{
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
	  transform-origin: 0% 100%;
	}

	#ham input:checked ~ span
	{
	  opacity: 1;
	  -webkit-transform: rotate(45deg) translate(-2px, -1px);
	  -ms-transform: rotate(45deg) translate(-2px, -1px);
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #ffffff;
	}


	#ham input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
	  -ms-transform: rotate(0deg) scale(0.2, 0.2);
	  transform: rotate(0deg) scale(0.2, 0.2);
	}


	#ham input:checked ~ span:nth-last-child(2)
	{
	  -webkit-transform: rotate(-45deg) translate(0, -1px);
	  -ms-transform: rotate(-45deg) translate(0, -1px);
	  transform: rotate(-45deg) translate(0, -1px);
	}
	
	#hamburgerNav
	{
	  position: absolute;
	  width: 12em;
	  padding: 3em;
	  margin-top: -100px;
	  margin-left: -20px;
	  background-color: #71587a;
	  -webkit-font-smoothing: antialiased;
	  
	  -webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
	  transform-origin: 0% 0%;
	  -webkit-transform: translate(-100%, 0);
	  -ms-transform: translate(-100%, 0);
	  transform: translate(-100%, 0);
	  
	  -webkit-transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	  -o-transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	  transition: -webkit-transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	  transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	  transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
	}



	/*Sets width, color, etc for hamburger menu when it extends*/

	#hamburgerNav li
	{
	  padding: 0.625em 0;
	  font-size: 24px;
	  margin-left: 30px;
	  display: block;
	}

	#ham input:checked ~ ul
	{
		-webkit-transform: none;
		-ms-transform: none;
	  transform: none;
	}
	


h2, .topper {
	margin-top: 150px;
}
	.projectDescription{
		margin: 0 auto;
		width: 80%;
		font-size: 18px;
		padding-top: 10px;
	}	
	
.resumeWrapper{
	width: 80%;
}	

.resumeHeading{
	width: 80%;
}	

#aboutWrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 80%;
	margin: 0 auto;
}

#aboutWrap p{
	padding: 20px;
}
#contactWrapper{
	padding: 20px;
}

.flexGrid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.col{
	width: 80%;
	text-align: center;
}

.col img{
	align-self: center;
	padding: 10px;
}

.heroImage, .additionalImage{
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	max-width: 70%;
}

.processPics{
	display: block;
	margin: 0 auto;
	padding: 5px;
	max-width: 70%;
}

}

/*End mobile styles*/


/*Begin desktop/tablet styles*/

@media screen and (min-width: 790px){
	
	#mainNav{
		background-color: #71587a;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	#mainNav ul{
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	
	.logo{
		width: 20%;
	}
	
	
	.tileHolderLarge{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 auto;
	}
	
	.tileHolder{
		width: 40%;
		margin-top: 10px;
	}
	
	.heroImage, .additionalImage{
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	max-width: 50%;
}


.additionalImage{
	margin-top: 50px;
}

	.projectDescription{
		margin: 0 auto;
		width: 60%;
		font-size: 18px;
	}
	
	aside{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.resumeHeading{
	width: 60%;
}

.resumeWrapper{
	width: 60%;
}

#aboutWrap{
	margin: 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 20px;
}

#aboutWrap p{
	padding-left: 20px;
}

#contactWrapper{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.buttonHolder{

	width: 60%;
	margin: 0 auto;	
}

.button:hover{
	background-color: #71587a;
}
.tileHolder{
	overflow: hidden;
}

.tileHolder img{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tileHolder img:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-filter: blur(8px);
	        filter: blur(8px);
}

.flexGrid{
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}

.col{
	flex: 1;
}

.col img{
	align-self: center;
}

.processPics{
	display: inline;
	padding: 5px;
	max-width: 40%;
}

}

/*End desktop/tablet styles*/
@media screen and (min-width: 790px) and (max-width: 1024px){
	.tabletHidden {
		display: none;
	}
	
	.tileHolderLarge{
		width: 80%;
	}
	
	#aboutWrap{
	width: 80%;
}

	#mainNav ul li{
		font-size: 20px;
	}
	
}

@media screen and (min-width: 1024px){
	.desktopHidden{
		display: none;
	}
	
	.tileHolderLarge{
		width: 50%;
	}

#aboutWrap{
	width: 60%;
}

	#mainNav ul li{
		font-size: 30px;
	}
	
}
