/* Base */
/* ----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html, body { height: 100%; }

body {
  /* font-family: Helvetica, Arial, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }

a         { color: #2a7ae2; text-decoration: none; }
a:hover   { color: #000; text-decoration: underline; }
a:visited { color: #205caa; }

/* Site header */
.site-header {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  background-color: #8c1515;
  padding: 15px;
  text-align: center;
}

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  padding: 10px;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 100;
}

/* Page Content styles */
/* ------------------------------------------ */

.page-content {
  padding: 30px 0;
  background-color: white;
}

/* Layout Styles */
/* ---------------------------------------------*/

.module-header {
  font-size: 24px;
  color: #8c1515;
  margin-top: 20px;
  margin-bottom: 5px;
}

.materials-wrap {
  font-size: 18px;
}

.materials-item a {
  color: #333;
  display: block;
  padding: 3px;
}

.materials-item {
  border-bottom: 1px solid #ccc;
}

.materials-item:nth-child(even) {
  background-color: #f7f6f1;
}


.wrap {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1;
}

/* media queries */
/* ----------------------------------------------------------*/
