
/*# sourceMappingURL=style.css.map */        
	html {
          height: 100%;
          box-sizing: border-box;
          background:#ececec; 
        }

        *,
        *:before,
        *:after {
          box-sizing: inherit;
        }

        body {
          position: relative;
          margin: 0;
          font-family: 'Roboto Condensed', sans-serif;
        }

        p, img, form{
            text-align: center;
        }
        .container{
            max-width: 600px;
            margin: 0 auto;
        }
        .container2{
            background-color: #fff;
            width: 100%;
            text-align: center;
        }
        #am{
            width: 55%;
            height: auto;
            margin: 50px 0;
        }
        a{color: #f17736;}
        h1{
            font-size: 28px;
            text-transform: uppercase;
            color: #444;
            padding-bottom: 30px;
            font-weight: 300;
        }
        h5{
            padding-bottom:25px;
            font-weight: 300;
            font-size: 16px;
        }
        .social{
        	text-align: center;
            margin: 10px 0 50px ;
        }

        .social a{
        	display: inline-block;
            padding: 10px 20px;

        }
        #mc_embed_signup{
            font-family: 'Roboto Condensed', sans-serif;  
            width:100%;
            padding: 30px 0;
        }
        form{
            text-align: center;
        }
        .indicates-required{font-size: 12px;}
        .mc-field-group{max-width: 500px; text-align: left; margin: 0 auto;}
        #mc_embed_signup form{text-align: center; padding: 0 15%;}


    @media screen and (max-width: 480px) {
        h1{
            font-size: 20px;
        }
        #am{width: 80%;}
    }