@font-face {
    font-family: "Frank";
    src: url(fonts/Frank-Regular.otf);
}

@font-face {
    font-family: "Frank Thin";
    src: url(fonts/Frank-Thin.otf);
}

body {
  background-color: #eeeef0;
}

.container {
  padding-top:40px;
  padding-bottom:40px;
}

.title.row {
  padding-bottom:32px;
}

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


p a {
  display:inline-block;
  padding: 0 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: bold;
}

p a:hover {
  background-color: #00a7ea;
  color:white;
}

h1 {
  color: #00a7ea;
  font-size: 80px;
  line-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

@media (min-width:992px) {
  h1 {
    font-size: 130px;
    line-height: 120px;
  }
}

h2 {
  color: #504b47;
  font-size: 40px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

@media (min-width:992px) {
  h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #504b47;
  margin: 32px 0;
}

.book {
  padding-top:16px;
}

.book_link {
  display:block;
  text-align: center;
}

button {
  display:block;
  margin: 16px auto 0;
  padding: 12px 20px;
  border: 1px solid #00a7ea;
  background: transparent;
  font-size:20px;
  font-family: "Frank", "Lato", sans-serif;
  font-weight: 400;
  color: #00a7ea;
  text-transform: uppercase;
}

.amazon-bug {
  display:block;
  margin: 0px auto 16px;
}

p, li {
  font-family: "Frank Thin", "Lato", sans-serif;
  font-weight: 300;
  color: #504b47;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

p {
  padding-bottom: 32px;
}

li {
  margin-left: -14px;
  list-style-type: square;
}

.examples p, 
.examples li {
  font-family: "Frank", "Lato", sans-serif;
  font-weight: 400;
  color: #00a7ea;
  padding-bottom:16px;
}

.examples.pullquote {
  padding-top: 90px;
}

@media (min-width:992px) {
  p, li {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 16px;
  }
}