html, body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
  text-align: center;
}

header {
  background-color:#3a4571;
  text-align:center;
  color:#fff;
	padding:20px 0;
}

header h4 {
	color:#98a3ae;
	padding: 0 5px;
}

main {
	padding-top: 30px;
	padding-bottom: 40px;
}

footer {
  background-color:#3a4571;
  text-align:center;
  color:#fff;
}

footer a {
  color:#3dbc93;
	white-space: nowrap;
}

footer a:hover {
  color:#ffffff;
	text-decoration: none;
}

#visitors {
	font-size: 10pt;
}

h2 {
	font-size:16pt !important;
}


/* Resume */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

.clear {clear: both;}

#cv {

}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #3dbc93;
	background: #ededed;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover {
	color: #3dbc93;
}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 73%;
}

.sectionTitle h1 {

	font-size: 1.5em;
	color: #3dbc93;
}

.sectionContent h2 {
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 15px;
}
.sDcompany {
	display:inline;
}
.sDdate {
	float:right;
	clear: both;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

.sectionContent ul {
  list-style: none;
  padding: 0;
}
.sectionContent ul li {
  padding-left: 1.5em;
  text-align: justify;
}
.sectionContent ul li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
  color: #a6a6a6;
}

.sectionContent p {
	text-align: justify;
}

#lpi-badge {
	width: 150px;
/*	height: 270px;*/
	margin-bottom: 30px;
	margin-right: 4px;
	float: left;

    border: 1px solid #e5e5e5;
    color: #333;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .88rem;
    padding: 22px 0 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#lpi-badge img {
	margin: 0 0 29px;
}

#lpi-badge-name {
	color: #333;
	display: block;
	font-size: 1rem;
	line-height: 1.1em;
	margin: 0 8px 8px;
}

#lpi-badge a:hover {
	text-decoration:none;
}

#lpi-badge-issuer {
	color: #666;
	font-size: .81rem;
	font-style: italic;
	line-height: 1.1em;
	margin: 0 8px;
	max-width: 100%;
	overflow: hidden;
}

#provided {
	background: #f0f0f0;
	border-top: 1px solid #e2e2e2;
	color: #b6b6b6;
	font-size: .44rem;
	line-height: 29px;
	margin: 18px 0 0;
	text-transform: uppercase;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
	#headshot {
		display: none;
	}

	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 601px) {
	#cv {
		min-width: 280px;
	}

	#headshot {
		display: none;
	}

	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}

	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}

	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}

	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}

	section {
		padding: 15px 0 0;
	}

	#mainArea {
		padding: 0 25px;
	}


	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}

	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}
