body {
  color: #666;
}

footer {
  margin: 50px 0;
}

.navbar {
  background: #fff;
}
.navbar-inverse {
  border-color: #9cc5ca;
}
.navbar-fixed-top {
  border-width: 0 0 2px;
}
h1,
.h1 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 22px;
  color: #e4801c;
}
h4 a {
  color: #333;
}
ul li {
  padding-bottom: 8px;
}
ul li p {
  padding-top: 8px;
}
ol li img {
  margin-top: 14px;
}

/*generic*/
.mar-top-20 {
  margin-top: 20px;
}
.text-middle {
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clear-both {
  clear: both;
}

.cover-blue {
  background: #9cc5ca url(../images/cover-blue.png) no-repeat;
  height: 826px;
  margin: 0 120px 0 120px;
}
.cover-title {
  font-size: 48px;
  color: #fff;
  margin: 652px 0 6px 82px;
}
.cover-date {
  font-size: 28px;
  color: #fff;
  margin-left: 86px;
}
.cover-orange {
  background: #e4801c url(../images/cover-orange.png) no-repeat;
  height: 220px;
  margin: 0 120px 0 120px;
}

.footer-blue {
  background: #9cc5ca;
  height: 826px;
  margin: 0 120px 0 120px;
}
.footer-address {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 176px;
}
.footer-address a:link,
.footer-address a:visited {
  color: #fff;
  font-weight: bold;
}
.footer-orange {
  background: #e4801c;
  height: 30px;
  margin: 0 120px 0 120px;
}
.cover-ea {
  margin: 500px 0 16px 62px;
}
.contact-method {
  display: inline-block;
  width: 80px;
}
/*speech bubble*/
p.info {
  position: relative;
  width: 160px;
  padding: 12px;
  text-align: center;
  background-color: #d3e6ea;
  border: 2px solid #9cc5ca;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}
/* table of contents */
ul.toc li {
  border-bottom: 1px dotted #ccc;
}

.blue-curve {
  background: #f2f6f9;
  padding: 14px;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #c3d4de;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
  }
  .left-fixed-column {
    position: relative;
  }
  .cover-blue,
  .cover-orange,
  .footer-orange,
  .footer-blue,
  .footer-address {
    margin: 5px;
  }
}
