/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }

 .progress {
  margin: 0 auto 2rem auto;
  padding: 0;
  width: 150px;
  height: 10px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px; }

.meter {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%; }

  .button-group {
  position: relative;
  display: inline-block;
  margin: 1rem 0; }
  .button-group:before {
    content: attr(data-grouptype);
    z-index: 99999;
    color: #e08814;
    display: block;
    font-size: 1rem;
    padding: 0.25em;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 42.5%;
    top: 0.80rem; }

.button-group button + button {
    margin-left: 5px; }
        
         .size-12 { font-size: 12px; }
      
      .size-14 { font-size: 14px; }
      
      .size-16 { font-size: 16px; }
      
      .size-18 { font-size: 18px; }
      
      .size-21 { font-size: 21px; }
      
      .size-24 { font-size: 24px; }
      
      .size-36 { font-size: 36px; }
      
      .size-48 { font-size: 48px; }
      
      .size-60 { font-size: 60px; }
      
      .size-72 { font-size: 72px; }
   
  
/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 60px;
		display:block;
		width: 100%;
		background: #333;
		z-index:9;
		text-align:center;
		color: #313131;
		padding: 10px 0 0 0;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
input[type=email] {
    font-size: 18px;
    color: #e08814;
    background-color: #000;
    border-color: #e08814;
    resize: none;
    border-style: dashed;
    border-width: 2px;
}

textarea {
  font-size: 18px;
    height: 100px;
    color: #e08814;
    background-color: #000;
    border-color: #e08814;
    resize: none;
    border-style: dashed;
    border-width: 2px;
}
        
      