html {
    font-size: 75%; 
}

body {
    font-size: 1.5em; 
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgb(254, 216, 177);
    text-align: center;
}

h1, h4 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300; 
}

h1 {
    color: rgb(0, 183, 235);
    font-size: 6.0rem; 
    line-height: 1.2;  
    letter-spacing: -.1rem;
}

h4 {
    color: rgb(0, 183, 235);
    font-size: 2rem; 
    line-height: 1.35; 
    letter-spacing: -.08rem;
}

i.fa-person-running {
  font-size: 5rem;
}

i.fa-right-left{
  color: rgb(0, 183, 235);
  font-size: 2rem;
  transform: rotate(90deg);
}

i.fa-right-left:hover,
i.fa-right-left:focus{
  color: #1EAEDB;
  cursor: pointer;
}

input[type="text"] {
  height: 76px;
  width: 400px;
  font-size: medium;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(0, 183, 235);
  outline: 0; }
label,
legend {
  color: rgb(0, 183, 235);
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

button.button-primary {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  color: #FFF;
  background-color: rgb(0, 183, 235);
  border-color: rgb(0, 183, 235); 
}

button.button-primary:hover,
button.button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; 
}

p {
    color: rgb(0, 183, 235);
    margin-top: 0;
}