/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 24px;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
}
section.module p.nomargin {
  margin-bottom: 0px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 24px 0;
}

ul.list-format {
  text-indent:5px;
  font-size:12px;
  list-style-type: square;
  margin-left:20px;
}

content.ul.li.level2 {
  text-indent:32px;
  font-size:16px;
}

ol.format {
  list-style-type:decimal;
  list-style-position: inside;
  text-indent:24px;
  font-size:16px;
}

ol.format dl {
  text-indent:100px;
  font-size:16px;
}

section.module.parallax {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 160, 1);
  padding-top: 150px;
}
section.module.parallax-1 {
  background-image: url("../img/hoan_bridge.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/zen-rocks.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/milwoffice.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/whc.jpg");
}
section.module.parallax-5 {
  background-image: url("../img/background5.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/background6.jpg");
}
section.module.parallax-7 {
  background-image: url("../img/springclean.jpg");
}
p.italisized {
  font-style: italic;
  }
div.instructor {
  min-height: 350px;
  padding-bottom:30px;
}

img.left {
  float:left;
  padding: 10px 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 10px;
    text-align: center;
}

th {
    font-weight:700;
    background-color: #00006C;
    color: #ffffff
}

tr:nth-child(even){
    background-color: #f2f2f2
}

@media all and (min-width: 500px) {
  section.module.parallax {
    height: 550px;
    background-position: center bottom;
  }
  section.module h2 {
    margin-bottom: 32px;
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight:700
  }
  section.module p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
  }
  section.module p.nomargin {
    margin-bottom: 0px;
  }
  ul.list-format {
    text-indent:5px;
    font-size:16px;
    list-style-type: square;
    margin-left:25px;
  }
  content.ul.li.level2 {
    text-indent:40px;
    font-size:16px;
  }
  section.module.parallax h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px rgba(0, 0, 160, 1);
    padding-top: 150px;
  }
  th, td {
      text-align: left;
      padding: 10px;
      text-align: center;
  }
}

@media all and (min-width: 960px) {
  section.module.parallax {
    height: 550px;
    background-position: center center;
  }
  section.module p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
  }
  section.module p.nomargin {
    margin-bottom: 0px;
  }
  ul.list-format {
    text-indent:5px;
    font-size:20px;
    list-style-type: square;
    margin-left:40px;
  }
  content.ul.li.level2 {
    text-indent:40px;
    font-size:16px;
  }
  section.module.parallax h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 96px;
    line-height: 144px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px rgba(0, 0, 160, 1);
    padding-top: 72px;
  }
}