@import url("reset.css");
@import url("colorbox.css");

/* Clearfix
 * *******************************************************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* 960 Grid
 * *******************************************************/

.container_12 > div, .container_24 > div {
  margin-top: 40px;
}

/* Main
 * *******************************************************/

body {
  color: #555;
  font: lighter 14px/1.5 Helvetica, Arial, sans-serif;
}
a {
  border-bottom: 1px dotted;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  border-bottom: 1px dotted;
  color: inherit;
}
.bold {
  font-weight: 600;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 16px;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.border {
  border: 1px solid #aaa;
  padding: 20px 0;
}

/* Banner
 * *******************************************************/

#banner {
  background: url(/static/images/banner.png) center;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  height: 400px;
  overflow: hidden;
  position: relative;
}
#button-video {
  border: none;
  display: block;
  margin: 280px auto 0;
  width: 200px;
}
#buttons {
  margin: 20px auto 0;
  width: 300px;
}
#buttons > div {
  display: inline-block;
  vertical-align: top;
}

/* Matter
 * *******************************************************/

.card .face {
  border: 1px solid #888;
  padding: 2px;
}
.card .details {
  display: inline-block;
  margin: 20px 0 20px 10px;
  vertical-align: top;
  width: 180px;
}
.card .details .name {
  font-size: 16px;
}
.card .details .line {
  border-bottom: 1px solid #888;
  font-size: 14px;
}
.card .details a {
  color: #3B5998;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

/* Footer
 * *******************************************************/

.copyright {
  color: gray;
  font-size: 10px;
  margin: 20px 0 40px;
  text-align: center;
}
