@charset "utf-8";

html, body {
  font-family: Helvetica, "Helvetica", Arial, sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 20px;
  background-color: #fdfdfd;
}

body {
  margin: 20px auto;
  padding-left: 5px;
  min-width:480px;
  max-width: 6in;
}

header .logo {
  display:block;
  width:100%;
  height:120px;
  background-image: url(img/activity-pub-logo.svg);
  background-repeat: no-repeat;
}

header nav {
  width: 100%;
  height:40px;
  font-variant: small-caps;
  font-weight: bolder;
}

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

header nav ul li {
  float: left;
  padding-left: 40px;
}

header nav ul li:first-child {
  padding: 0;
}

header nav ul li a {
  float: left;
  font-family: rockwell, "Rockwell", Arial, Helvetica, "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #444;
}

header nav ul li a:hover, header nav ul li.current_page_item a {
  text-decoration: none;
  border-bottom: 4px solid #0a810f;
}

h1 {
  padding: 0;
  margin: 20px 0;
  font-family: rockwell, "Rockwell", Arial, Helvetica, "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: bolder;
  color: #3F58B8;
  line-height:21px;
}

h2 {
  font-size: 16px;
  font-weight: bolder;
  margin: 12px 0 0 0;
  color: #0A810F;
}

a {
  color: #0a810f;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

p {
  max-width: 5in;
}

footer {
  margin-top:20px;
  font-size:13px;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
}

form#contact label {
  color: black;
  font-weight: bold;
  display: block;
  padding-top: 8px;
  padding-bottom: 2px;
  clear: both;
}

form#contact input {
  width: 250px;
  padding: 4px;
  float: left;
  clear: both;
}

form#contact textarea {
  width: 350px;
  height: 150px;
  padding: 4px;
  float: left;
  clear: both;
}

form#contact button#close {
  display:block;
  position:absolute;
  top: 0px;
  right: 0px;
  padding:5px;
  border: none;
  background: transparent;
  font-size:30px;
  color: #455450;
}

form#contact {
  position:absolute;
  display:none;
  top:20px;
  left:50px;
  padding: 20px;
  width:360px;
  height:450px;
  z-index:2000;
  border: solid #8fa39e 2px;
  background:#b9c5c2;
}

form#contact button#send {
  margin-top:10px;
  padding:5px;
  width: 150px;
  text-align:center;
  font-weight: bolder;
  background-color: #455450;
  color: white;
  border: solid black 1px;
}

article#clients h2 {
  margin-top: 2em;
  clear:left;
}

article#clients h2 a {
  padding:0;
  margin:0;
}

article#clients img {
  margin: 0 0 10px 10px;
  float:right;
}

article#clients .footnote {
  padding-top:20px;
  font-size: 13px;
  line-height: 1.1em;
}

