body {
	padding: 20px 0px;
	margin: 0px;
}
	
a {
	color: #339900;
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
}

span.hidden {
	display: none;
}

h1#codelica-logo {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 630px;
	height: 153px;
	background-size: 630px 153px;
	background-image: url("../img/codelica-logo.png");
}

.codelica-green {
	color: #73BE56 !important;
}

.txt-light {
	color: #cccccc;
}

.intro {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
  font-size: 1.15em;
	color: #444444;
	line-height: 1.6em;
}

.txt-intro {
	color: #222222;
	padding-top: 0px;
	text-align: center;
	margin: 1em 0px .4em 0px;
}

.nobreak {
  white-space:nowrap;
}

div.divider {
	display: block;
	width: 550px;
	height: 11px;
	text-align: center;
	margin: 15px 0px;
	background-size: 550px 11px;
	background-image: url("../img/divider.png");
}

div#download {
	text-align: center;
	padding: 10px 0px 20px 0px;
}

a#resume {
	display: block;
	width: 209px;
	height: 57px;
	margin: 0px auto;
	background: url("../img/resume-button.png") no-repeat;
}

.txt-services {
	color: #888888;
	list-style: square;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: 1.1em;
  line-height: 1.3em;
}

ul.txt-services {
	padding-left: 20px;
}

.txt-footer {
	color: #666666;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
	font-size: 11pt;
	text-align: center;
	border-top: 1px solid #bbbbbb;
	padding-top: 5px;
	margin-top: 15px;
	-webkit-text-size-adjust:100%;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 26px/100% Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: .5em 1.2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.35);
	box-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.white {
	color: #444;
	border: solid 1px #e0e0e0;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top,  #ffffff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
