/* ======= Colors =======*/
@font-face {
  font-family: 'FjordOne';
  src: url('//cdn.hypemarks.com/assets/splash5/fonts/FjordOne-Regular.ttf');
}
body {
  margin: 0;
}

body,
.terms-and-conditions {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

h1.intro {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.instructions {
  font-size: 14px;
  padding-left: 10px;
}
.instructions span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}

#brand-logo {
  float: left;
  max-height: 100%;
  margin-right: 15px;
}

a {
  color: #26e0bd;
  text-decoration: none;
}

.header {
  border-bottom: 1px solid #e9edf3;
  height: 90px;
  box-shadow: 0 0 10px 0 #e9edf3;
  position: absolute;
  z-index: 13;
  background: white;
  left: 0;
  right: 0;
}

.header,
.terms-and-conditions {
  padding: 25px 15px;
}

.terms-and-conditions {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  overflow-y: scroll;
}

.terms-and-conditions ol li {
  margin-bottom: 25px;
  line-height: 18px;
}

.terms-and-conditions ol li strong {
  text-decoration: underline;
}
