/* ===
Stylesheet for Basic LP Form Template 
=== */

html, body, h1, h2, h3, h4, h5, h6, p { font-family: 'Product Sans', Arial, Helvetica, sans-serif !important; }
#description p { font-weight: 300 !important;}
#description li { margin-bottom: 5px !important; }
h1, h2, h3, h4, h5, h6 { margin-top: 30px !important; }
strong { font-weight: bold !important;}
img { max-width: 100% !important; }
.navbar { border-bottom: 1px solid #EAEAEA;}
.navbar img { max-width: 230px !important; }
footer { background-color: #EAEAEA; }

/* Form */
.mktoForm form { min-width: 50%; }
.mktoForm form label { min-width: 240px; }
.mktoForm form label input[type=text], .mktoForm form label input[type=textarea] {}

@media (min-width: 600px) {
    #description p, #description li { font-size: 18px !important;}
}
@media (min-width: 1200px) {
    .container {max-width: 960px !important;}
}