html,body{height:100%;margin: 0;}
body{font-family:'Nunito Sans';font-size:21px;color:#1D1D1F;overflow-y:scroll;}
.container{padding:50px 15px;margin:0 auto;}
@media (min-width:768px){.container{width:750px;}}
@media (min-width:992px){.container{width:970px;}}
@media (min-width:1200px){.container{width:1170px;}}
.row{margin-right:-15px;margin-left:-15px; text-align: center;}
.logo{margin-bottom: 55px; text-align: left;}
.logo img{max-width:312px;max-height:50px;height:auto;}
.header img{max-width:100%;height:auto;}
h1{font-size: 48px;}
h2{font-size: 30px;}
p{font-size: 21px;color: #333; padding: 0 90px;}
textarea{width: 85%;padding: 8px 8px 8px 6px; font: inherit;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}