body
{
    font-family: 'Cabin', sans-serif;
    background:#ff8a65;
}

.container{
	width: 80%;
	margin:0 auto;
}

.brand,
.pitch{
	color:#ffffff;
	text-align: center;
}

.brand{
	font-size: 72px;
	margin-bottom:0;
}

.pitch{
	font-size: 18px;
	margin-top: -1px;
}

#mc_embed_signup{
	width:220px;
    margin: 0 auto;
}


input#mc-embedded-subscribe{
	color:#ffffff;
	background:none;
	border:1px solid #ffffff;
	padding: 10px 68px;

}

input#mce-EMAIL{
	background: #ff8a65;
	width:200px;
	height: 40px;
	padding:5px 10px;
	margin-bottom:10px;
	border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #ffffff;
    color:#ffffff;

}

::-webkit-input-placeholder{
	color:rgba(255,255,255,.5);
}

/*
==============================================
Media Queries
==============================================
*/



/* Custom, iPhone Retina */ 
  @media only screen and (min-width : 20rem) {
    /* Base
    ============== */
    /* Layout
    ============== */
  
    /* Module
    ============== */
    /* States
    ============== */


    
  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (min-width : 30rem) {
    /* Base
    ============== */
    p{
      font-size: 1.3125rem;
    }
    /* Layout
    ============== */

    /* Module
    ============== */

  
    /* States
    ============== */
  
  }

  /* Small Devices, Tablets */
  @media only screen and (min-width : 48rem) {
    /* Base
    ============== */

    /* Layout
    ============== */


 
    /* Module
    ============== */
    .brand{
    	font-size: 172px;
    }
	
    .pitch{
    	font-size:21px;
    	margin-top:-1rem;
    }

    /* States
    ============== */
}

  /* Medium Devices, Desktops */
  @media only screen and (min-width :62rem) {
   /* Base
   ============== */
   /* Layout
   ============== */

  
   
   /* Module
   ============== */



   /* States
   ============== */




  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 75rem) {
    /* Base
    ============== */
    /* Layout
    ============== */

    /* Module
    ============== */
    /* States
    ============== */
  
  }