html, body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto Slab','Helvetica','Arial',sans-serif!important;
  color: #333;
}

div {
  font-family: 'Roboto Slab','Helvetica','Arial',sans-serif!important;
}

.pure-g [class*=pure-u] {
  font-family: 'Roboto Slab','Helvetica','Arial',sans-serif!important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #7f8c8d;
}

.text-center {
  text-align: center;;
}
.nav {
  border-bottom: 1px solid #ecf0f1;
  padding: 6px 120px;;
}

.text-right {
  text-align: right;
}

.box {
  padding: 50px 160px;;
  /*margin-top: 100px;*/
}

.bt {
  border-top: 1px solid #ecf0f1;
}

.dbt {
  border-top: 1px dashed #ecf0f1;
}

img {
  max-width: 100%;
  height: auto;
}

.img-bd {
  border: 1px solid #ddd;
}
.fa {
  margin-right: 5px;
  color: #f39c12;
}

.title {
  font-size: 24px;
  font-weight: bold;
}

.desc {
  color: #737373;
  line-height: 1.6;
  font-size: 18px;
}

.sub-btn {
  background-color: #8e44ad;
  border-radius: 6px;
  font-size: 16px;
  color: white;
  width: 280px;
  height: 60px;
  padding: 20px;
  cursor: pointer;
}

.cancel-btn {
  background-color: #95a5a6;
  border-radius: 8px;
  font-size: 16px;
  color: white;
  width: 280px;
  height: 60px;
  padding: 20px;
  cursor: pointer;
}

.sub-btn:hover {
  background-color: #9b59b6;
  color: white;
}

.cancel-btn:hover {
  background-color: #7f8c8d;
}

.footer {
  padding: 50px 120px;;
  background-color: #fbfbfb;
  color: #666;
}

.footer a {
  margin-right: 30px;
  font-size: 14px;
}
