body {
  padding: 20px;
  margin: 0px;
}
#wrapper {
  max-width: 740px;
  margin: 0 auto;
}
a {
  color: #339900;
  text-decoration: none;
}
img {
  margin: 0px;
  padding: 0px;
}
span.hidden {
  display: none;
}
#logo {
  text-align:center;
}
#intro-block {
  margin-bottom: 5px;
}
.intro {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
  font-size: 1.4em;
  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#download {
  text-align: center;
  padding: 5px 0px 32px 0px;
}
a#resume {
  display: block;
  width: 209px;
  height: 57px;
  margin: 0px auto;
  background: url("../img/resume-button.png") no-repeat;
}
.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;
}
.codelica-green {
  color: #73BE56 !important;
}
.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');
}
#divider {
  text-align: center;
}
#skills {
  margin: 0 1.5em;
}
.txt-services {
  color: #888888;
  list-style: square;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
  font-size: 1em;
  line-height: 1.4em;
}
ul.txt-services {
    padding: 10px 5px;
    list-style-type: none;
    text-align: center;
    background: #ffffff;
    margin: 20px 15px 0px 15px;
    border: 1px solid #bbbbbb;
    border-radius: 12px;
}
.txt-footer {
  color: #666666;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma;
  font-size: .9em;
  text-align: center;
  border-top: 1px solid #bbbbbb;
  padding-top: 5px;
  margin-top: 15px;
  -webkit-text-size-adjust:100%;
}
#logo {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#intro-text-block {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  animation-duration: .7s;
}
#download {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#divider {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  animation-duration: .8s;
}
.txt-services {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
.wave1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.wave2 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.wave3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.wave4 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.wave5 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.wave6 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.txt-footer {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
