/* remove margin and padding */

body,
h1, h2, h3, h4, h5, h6,
ul, ol, li, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Verdana', sans-serif;
  line-height: 1.1;
  padding: 0.5em;
  background: ##FFF;
  color: #000;
  color: #000;
  max-width: 640px;
  font-weight: 500;
  margin: 0 auto;
}

/* fade in content when fonts are ready */
.js body {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
     -moz-transition: opacity 0.8s;
      -ms-transition: opacity 0.8s;
       -o-transition: opacity 0.8s;
          transition: opacity 0.8s;
}

.js.wf-inactive body,
.js.wf-active body {
  opacity: 1;
}


body, h1, h2 {
  font-size: 26px;
}

a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
}

#intro img {
  width: 140px;
  float: right;
  border-radius: 70px 70px 0 0;
  margin: 0 0 10px 10px;
}


h1, h2 {
  font-weight: 700;
}


h2 {
  margin-top: 1.0em;
  font-style: italic;
}


h1, h2, p, li {
  padding: 0.1em 0;
}

li {
  list-style: none;
  font-weight: 700;
}

.word, .char {
  display: inline-block;
}


.char {
  position: relative;
}


.credo { font-style: italic; }

.copy {
  font-size: 20px;
}

#contact p {
  margin-bottom: 0.8em;
}



  body {
    padding: 1.0em;
  }

  body, h1, h2 {
    font-size: 32px;
  }

  #intro img {
    width: 200px;
    border-radius: 100px 100px 0 0;
  }

  .copy { font-size: 28px; }

.valda-txt p { 
  width: 230px;
  padding-left: 170px;
  padding-top: 140px;
  font-size: 25px;
  /*text-shadow: 21px 14px 0px;*/
}



.valda-txt {
  background: url(../media/valda_2.jpg) left 150px no-repeat;
  color: rgba(10, 54, 19, 1);
  width: 612px;
  height: 449px;
  padding-top: 150px;
  font-family: "Oswald", sans-serif;
}
