@charset "UTF-8";

:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0;
}

html, 
body {
  height: 100%;
  width: 100%;
}
html {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  font-weight: normal;
  background: #ffffff;
}

button, input, textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*
 * Input labels
 */
label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px 0px 10px;
}

/*
 * Text inputs
 */
input[type=text], input[type=email] {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  width: 300px;
  height: 30px;
  border: 1px solid #cccccc;
  padding: 0px 10px 0px 10px;
}
input[type=text]:focus, input[type=email]:focus {
  border: 1px solid #666666;
}

/*
 * Textarea
 */
textarea {
  vertical-align: top;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  width: 300px;
  height: 150px;
  border: 1px solid #cccccc;
  padding: 6px 10px 6px 10px;
  resize: none;
}
textarea:focus {
  border: 1px solid #666666;
}

/*
 * Buttons
 */
button {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px 0px 20px;
  border: 0px;
  font-size: 14px;
  color: #f0f0f0;
  cursor: pointer;
  background: #999999;
  text-transform: none;
  font-weight: bold;
}
button:hover {
  color: #f0f0f0;
  background: #666666;
}






header {
  text-align: center;
}
header img {
  display: inline-block;
}
header h1 {
  font-size: 1.7em;
}
header p {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#contact_form {
  background: #e0e0e0;
  width: 500px;
  margin: 0 auto;
  padding: 20px;
}
#contact_form p {
  text-align: center;
}
footer {
  min-height: 50px;
}
