/* header */
.header {
  text-align: center;
}

.header h1 {
  font-size: 2.2em;
  line-height: 0;
}

.header h1 a:link, .header h1 a:visited {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.header h1 a:hover {
  background: none;
  color: #ffffff;
  text-shadow: none;
}

/* main nav */
.header nav {
  background: #000000;
  color: #ffffff;
  font-size: 1.143em;
  height: 40px;
  line-height: 30px;
  margin: 0 0 2em 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header nav ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px;
}

.header nav li {
  display: inline;
}

.header nav a:link, .header nav a:visited {
  color: #ffffff;
  display: inline-block;
  height: 30px;
  padding: 0.4em 2em;
  text-decoration: none;
}
.header nav a:hover, .header nav .active a:link, .header nav .active a:visited {
  color: #000000;
  background: #ffffff;
  text-shadow: none !important;
}

.header nav li a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body {
  background: #ffffff;
  margin-bottom: 1em;
  text-align: center;
  padding: 0px 20px 0px 20px;
  font: 18px/27px 'ExoLight', Arial, sans-serif;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.footer {
  padding-top: 3em;
  font-size: 12px;
}

.footer a {
  color: #000000;
  background: #ffffff;
  border-bottom-style: dotted;
  text-decoration: none;
}

.footer a:hover, .footer a:visited {
  color: #000000;
  background: #ffffff;
  border-bottom-style: solid;
  text-decoration: none;
}

.blog {
  width: 60%;
  padding-left: 20%;
  text-align: justify;
  margin-bottom: 20px;
}

.blog div {
  margin-left: 2em;
}

.blog a {
  color: #000000;
  background: #ffffff;
  border-bottom-style: dotted;
  text-decoration: none;
}

.blog a:hover, .contact a:visited {
  color: #000000;
  background: #ffffff;
  border-bottom-style: solid;
  text-decoration: none;
}

.blog li {
  padding-top: 1em;
}

.blog footer {
  font-size: 12px;
  text-align: center;
}

