body {
  font-size: 15px;
  line-height: 22px;
}

.circular {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  float: left;
  margin: 15px;
}
  
  
.btn {
  background-color: #c71741;
  color: white;
  border: none;
  box-sizing: border-box;
  width: 80%;
  padding: 15px;
  font-size: 20px;
  border-radius: 5px;
  margin: 10px;
}

h1 {
  font-family: "oreilly-urw-typewriter";
  font-weight: 300;
  color: #c71741;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 75px;
  line-height: 1.1em;
}

h3#atlas-brand {
  font-family: "oreilly-urw-typewriter";
  color: #c71741;
  font-size: 45px;
  font-weight: 300;
  margin: 0;
  margin-top: 15px;
  letter-spacing: -2px;
  text-align: left;
}

.row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row.brand {
  padding-top: 0px;
}

.row h3 {
  padding-left: 20px;
  font-size: 26px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 25px;
}

.row p {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}

/* Author profiles
---------------------------------------------------- */

.author-profile img {
  border-radius: 12px;
  margin-bottom: 10px;
}

.author-profile p {
  color: #918D8D;
  font-size: 14px;
  line-height: 20px;
}

/* Responsive Queries
---------------------------------------------------- */

.content-header {
  text-align: center;
}

.content-header h1 {
  margin-bottom: 0;
}

.content-header h2 {
  color: #242424;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
}

.content-header img {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Responsive Queries
---------------------------------------------------- */

@media (min-width: 400px) {
  
}

@media (min-width: 650px) {

}

@media (min-width: 767px) {
  h3#atlas-brand {
    margin-left: 17px;
  }
}

@media (min-width: 980px) {
  
}