body {
	font-family: Sans-Serif;
	font-size: small;
	max-width: 71em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	font-weight: bold;
	height: 1.2em;
	overflow-y: hidden;
	display: block;
	font-size: 20em;
	white-space: nowrap;	
}

#welcome div:first-child {
	animation: fontSizeMinimize 10s infinite;
	animation-timing-function: linear;
}

@keyframes fontSizeMinimize {
	49% {font-size: 1em;}
	50% {font-size: 0em;}
	99% {font-size: 0em;}
	100% {font-size: 1em;}
}

#navigationBar {
	margin-bottom: 1em;
	border-bottom: solid;
	border-width: 2px;
	display: block;
	width: 90%;
}

#navigationBar ol {
	padding-left: 0;
}

#navigationBar a,a:visited,a:link,a:hover,a:active {
	color: black;
	text-decoration: none;
}

#navigationBar a.active {
	color: #79b400;
	border-bottom: 4px solid #79b400;
	padding-bottom: 1em;
}

#navigationBar li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;
}

#navigationBar li:before {
	content: "+ ";
}

#title {
	font-size: xx-large;
	font-weight: normal;
	margin-top: 0;
}

#printTitle {
	display: none;
}

#heading {
	font-size: x-large;
	border-bottom: solid;
	border-width: 2px;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

#summary img {
	display: inline-block;
	vertical-align: middle;
	height: 10em;
	margin-right: 1em;
}

#summary div{
	display: inline-block;
	width: calc(100% - 12em);
	white-space: pre-wrap;
	vertical-align: middle;
	text-align: justify;
}

#technicalSkills:before {
	content: "Technical Skills";
	border-bottom: 2px solid black;
	display: block;
	font-weight: bold;
	font-size: large;
}

#technicalSkills {
	margin-top: 3em;
}

#technicalSkills ul {
	padding: 0;
	margin: 0;
}

#technicalSkills li {
	display: inline-block;
	background-color: LightGray;
	white-space: nowrap;
	padding: 0.5em;
	margin: 0.25em 0 0.25em 0;
	border-radius: 0.5em;
}

#professionalExperience:before {
	content: "Professional Experience";
}

#education:before {
	content: "Education";
}

#education a,a:visited,a:link,a:hover,a:active {
	color: #79b400;
	text-decoration: none;
}

.tabs:before {
	border-bottom: 1px solid black;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom:0.5em;
	margin-bottom: 0.5em;
}

.tabs {
	margin: 3em auto 3em auto;
	display: block;
}

.tabs label {
	padding: 0.5em 1em 0.5em 1em;
	cursor: pointer;
	white-space: nowrap;
	background-color: LightGray;
	display:inline-block;
	margin: 0 0 -2px 0.5em;
}

.tabs input:checked + label {
	border-top: 3px solid #79b400;
	border-left: 2px solid #E5E4E2;
	border-right: 2px solid #E5E4E2;
	border-bottom: 2px solid white;
	color: #79b400;
	background-color: white;
	z-index: 1;
}

.tabs input {
	display: none;
}

.tab {
	display: none;
	border: 1px solid #E5E4E2;
	border-radius: 0.5em;
	padding: 0.5em 2em;
	z-index: 0;
}

.tab h2 {
	display: none;
}

.tab h3 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: normal;
	font-size: large;
	padding-bottom: 0.5em;
}

.tab li {
	list-style-type: square;
	padding-bottom: 1em;
	margin-left: -1em;
}


#professionalExperience_input_amdocsUxp:checked ~ #professionalExperience_input_amdocsUxp,
#professionalExperience_input_ethoca:checked ~ #professionalExperience_ethoca,
#professionalExperience_input_ericssonCanada:checked ~ #professionalExperience_ericssonCanada,
#professionalExperience_input_freshBooks:checked ~ #professionalExperience_freshBooks,
#professionalExperience_input_uOfT:checked ~ #professionalExperience_uOfT,
#professionalExperience_input_sanofiPasteur:checked ~ #professionalExperience_sanofiPasteur,
#professionalExperience_input_ibm:checked ~ #professionalExperience_ibm{
	display:block;
}

#education_input_uOfT:checked ~ #education_uOfT,
#education_input_coursera:checked ~ #education_coursera{
	display:block;
}