/*imports*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600);
@import url("//hello.myfonts.net/count/2b1cd4");
@font-face {font-family: 'LibelSuit-Regular';src: url('webfonts/2B1CD4_0_0.eot');src: url('webfonts/2B1CD4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2B1CD4_0_0.woff') format('woff'),url('webfonts/2B1CD4_0_0.ttf') format('truetype');}

body{

	background-color: #eeeeee;
	font-family: "Source Sans Pro", Verdana, sans-serif;
	font-size: 20px;
	font-weight: 300;
}
p a
{ 
	font-style: italic;
}
a 
{ 
	color: #000;
	text-decoration: none;
}
a:hover 
{ 
	text-decoration: underline;
}
h1.title{
	font-size: 3em;
	text-transform: uppercase;
}

h1
{
	font-size: 1.5em;
	margin-bottom: 0.2em;
}
h4
{
	font-size: 1em;
	display: inline-block;
	margin: auto;
}
.selected{
	font-weight: bold;
}
main
{
	max-width: 1000px;
	min-height: 85%;
	margin: auto;
	background-color: #ffffff;
	padding: .5in;
	position: relative;
}

.on a{
	text-decoration: underline;
}

/*Image styles*/
.title-image
{
	width:50%;
	max-width: 240px;
	margin: 0 auto 1em auto ;
	overflow: auto;
	background-image: url('images/joan_big.jpg'); 
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.title-image img
{
	width: 100%;
	max-height: 240px;
	max-width: 240px;
	opacity: 0;
}
.image
{
	float:left;
	margin-right: 10px;
	margin-top:20px;
	max-width: 30%;
	background-size: 100%;
}
.image img
{
	width: 100%;
	max-height: 200px;
	max-width: 200px;
	opacity: 1;
}
.normal 
{ 
		-webkit-transition: opacity 200ms ease-out;
		-moz-transition: opacity 200ms ease-out;
		-o-transition: opacity 200ms ease-out;
		transition: opacity 200ms ease-out;
}
.normal:hover
{
		opacity: 1; 
}
/* main nav styles*/
nav
{
	margin:auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	display: table;
	text-align: center;
	/*background-color: #333;*/
}

nav ul
{
	margin: auto;
	list-style-type: none;
	display: inline;
}
nav ul li 
{
	display: inline-block;
	margin: 0 0.2em;
}

nav .left
{
	display: table-cell;
	font-size: 2em;
/*	background-color: #539*/
}
nav .right
{
	text-align: right;
	display: table-cell;
/*	background-color: #920;*/
}
.table{
	display: table;
	width: 100%;
	height: 80%;
}
.table-cell{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
footer
{
	max-width: 1000px;
	margin: auto;
	background-color: #ffffff;
	padding: .5in .5in .25in .5in;
	position: relative;
	font-size: 0.8em;
	/*background-color: #952;*/
	/*background-image:url('../images/gradient.jpg') */
}
.footer-text
{
	margin: auto;
	text-align: center;
}

/*Design portfolio styles*/

.gallery{
	display: inline-block;
	margin-bottom: 1em;
}
.shape{
	height: 225px;
	width: 225px;
	margin: 10px;
	display: inline-block;
		-webkit-transition: opacity 200ms ease-out;
		-moz-transition: opacity 200ms ease-out;
		-o-transition: opacity 200ms ease-out;
		transition: opacity 200ms ease-out;
}

.toggle:hover{
	text-decoration: underline;
}
.disabled:hover{
	text-decoration: none;
}

.blue{
	color: blue;
	background-color: blue;
}

.red{
	color: red;
	background-color: red;
}

.green{
	color: green;
	background-color: green;
}
.menu{
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

/*Resume styles*/
.resume-content{
	max-width: 8.5in;
	min-height: 85%;
	margin: auto;
	background-color: #ffffff;
	padding: .5in;
	position: relative;
}
.header{
	border-bottom: 2px solid black;
	margin-bottom: .5em;
}
.name{
	font-family: "LibelSuit-Regular";
	font-size: 60pt;
	text-transform: uppercase;
	display: inline-block;
	line-height:100%;
	width: 32%;

}
.industry{
	font-family: "LibelSuit-Regular";
	font-size: 18pt;
	line-height: 1;
	display: inline-block;
	width: 30%;
}

.contact{
	text-align: right;
	display: inline-block;
	width: 37%;
}

.contact p{
	margin: 0;
}
.main{
	background-color: #ffffff;
	text-align: center;
}
.main hr{
	margin-top: 0;
	margin-bottom: 0;
	background-color: black;
	border-color: black;
	border-style: solid;
	border-width: 0px;
}
.section{
	margin-top: 15pt;
	margin-bottom: 15pt;
}
.section-name{
	font-family: "LibelSuit-Regular";
	text-transform: uppercase;
	font-size: 18pt;
	border-bottom: 1px solid black;
}
.left-column{
	text-align: left;
	width: 30%;
	min-width: 2in;
	padding-right: 1.5%;
	margin-top: .5em;
	display: inline-block;
	vertical-align: top;
	
}
ul{
	padding-left: .5em;
	margin-left: 1em;
}
.right-column{
	text-align: left;
	width: 66%;
	min-width: 2.5in;
	margin-top: .5em;
	padding-left: 1.5%;
	display: inline-block;
	vertical-align: top;
	border-left:1px solid black;

}
.full-width{
	width: 100%;
	text-align: left;

}
.job-column{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-right: 2%;
}
.description-column{
	width: 63%;
	display: inline-block;
	vertical-align: top;
	min-width: 2.5in;
}

p{
	margin: .5em 0 .5em 0
}

.bold{
	font-weight: 600;
}
.company{

}
.date{

}
.page-break	{ display: none; }

@media screen and (max-width: 800px) {
	main{
		padding: 25px 25px 50px 25px;
		min-height: 88%;
	}

	.name{
		width: 100%;
		text-align:center;
		display: inline-block;
	}
	.industry{
		display: none;
	}

	.contact{
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.left-column{
		width: 100%;
		display: inline-block;
		border-right: 0;
	}
	.right-column{
		width: 100%;
		display: inline-block;
		border-left: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 680px) {
	body{
	font-size: 12pt;
	}

	.job-column{
		width: 100%;
		margin-left: 0;
	}
	.description-column{
		width: 100%;
	}
	.nav .right{
		text-align: center;
		display: block;
	}
	.nav .left{
		text-align: center;
		display: block;
	}
	main{
		padding: 25px 25px 50px 25px;
		min-height: 88%;
	}

}
@media print {
   body{
   	width: 8.5in;
   	font-weight: 200;
   }
   main{
	padding: 0;
	}
	.page-break	{ display: block; page-break-before: always; }
}

