h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 600; color: #333333; }

p, a { font-family: "Poppins", sans-serif; font-weight: 400; }

p { color: #333333; }

a { color: #4990E2; }

h2 { padding-top: 25px; text-align: center; padding-bottom: 25px; }

section { border-top: 1px solid #f1f1f1; }

header { background-color: #FFFFFF; padding-bottom: 10px; }
header img { margin-top: 10px; max-width: 100%; height: auto; }
header #nav-list-container { text-align: right; margin-top: 30px; }
header #nav-list-container a { color: #333333; }
header #nav-list-container a:hover { color: #4990E2; text-decoration: none; }

body { background-color: #FFFFFF; }

footer { padding-top: 20px; background-color: #6C6C6C; }
footer p { font-family: "Roboto Condensed"; }

div#mc_embed_signup { border: 1px solid #f1f1f1; margin-bottom: 30px; }
div#mc_embed_signup h2 { color: #333333; }

#hero { padding-top: 60px; padding-bottom: 80px; background-image: url("https://s3-us-west-2.amazonaws.com/ggfrontend/marketing_site/hero-bg-img.png"); }
#hero p { font-size: 30px; font-weight: 600; color: white; text-shadow: 1px 1px 2px black; background-color: rgba(0, 0, 0, 0.25); }

#options .row { background-color: #E4002B; }
#options p, #options h1, #options h2, #options h3 { color: white; }
#options h3 { text-align: center; }
#options p { font-size: 18px; text-align: center; padding-bottom: 25px; }
#options .feature-container { padding-top: 25px; }
#options .big-icon { text-align: center; font-size: 60px; background-color: #FFFFFF; color: #E4002B; width: 125px; height: 125px; float: none; margin: 0 auto; margin-top: 15px; margin-bottom: 15px; }
#options .big-icon i { vertical-align: bottom; }

#team_description { margin-bottom: 25px; }

.Site { display: flex; min-height: 100vh; flex-direction: column; }

.Site-content { flex: 1; }

.content { padding: 20px; }
.content h1 { margin-bottom: 20px; }
.content h4 { margin-top: 15px; }
.content div#jump-to { text-align: center; padding: 10px; background-color: #f1f1f1; border: 1px solid #E3E3E3; margin-bottom: 20px; }

#site-header { border-bottom: 1px solid #E3E3E3; }

.share-box { margin-bottom: 40px; }
