

.intro {
  font-weight: 100;
  background-image: radial-gradient(ellipse farthest-side at 100% 100%, #85D8CE 10%, #085078 120%); }
  .intro .controls {
    margin: 20px 0px 0px 0px; }

.stripe {
  font-weight: 100;
  background-color: #444; }

/*Markup elements*/
section.intro h1, .intro h1, .intro.stripe h1 {
  font-family: "Indie Flower", cursive;
  font-size: 70px;
  font-weight: 100; }
section.intro p, .intro p, .intro.stripe p {
  font-size: 20px; }
section.intro i, .intro i, .intro.stripe i {
  font-weight: 200; }
section.intro hr, .intro hr, .intro.stripe hr {
  opacity: 0.2;
  background-color: #fff;
  border-color: #fff;
  border-bottom: none; }


.field {
  margin-top: 7px; }

.field-right {
  width: 20%;
  height: 41px;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.field-left {
  width: 80%;
  float: left;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.referral {
  text-align: left; }
  .referral a {
    color: white;
    font-weight: 200; }
  .referral ul {
    list-style: none; }

/*# sourceMappingURL=example.css.map */
