html {
    height: 100%;
}

body { 
    background-color: white;
    font-family: Georgia, Times, serif;
    color: black;
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    margin: 5px 340px 5px 0px;
    border-bottom: 3px solid #56b124;
}

h2 {
    font-style: italic;
    margin: 3px 0px;
}

h3 {
    font-style: italic;
    font-weight: normal;
    font-size: 26px;
    margin: 3px 0px;
}

p {
    margin: 0px 0px;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -opera-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
}

a {
    text-decoration: underline;
    color: #56b124;
}

body {
    text-align: center;
}

#content {
    text-align: left;
    padding: 5px 50px;
    
}

#header {
    
}

#notice {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.column {
    float: left;
    margin-right: 20px;
    display: inline;
}

.section {
    clear: both;
}

#the_past {
    margin-top: 50px;
    height: 250px;
}

#the_past_text {
    width: 445px;
}

#the_past_image {
    width: 180px;
}

#solutions_image {
    width: 180px;
}

#solutions_text {
    width: 460px;
}

#solutions {
    height: 280px;
}

#launch {
    width: 600px;
    height: 125px;
}

#launch_text {
    width: 450px;
    
}

#launch_image {
    width: 100px;
}

#feedback {
    width: 600px;
    height: 160px;
}

#feedback_email {
    width: 180px;
    margin-top: 50px;
}

#feedback_text {
    width: 360px;
}

#footer {
    border-top: 1px solid grey;
    text-align: center;
    margin-top: 20px;
}

.accent {
    font-weight: bold;
}

.close_link {
    text-align: right;
    display: block;
    text-decoration: none;
}

#email_capture {
    margin-top: 1em;
    text-align: center;
}

#thanks_message {
    display: none;
}

.input_el {
    font-size: 16px;
}

#thanks_message {
    display: none;
    position: fixed;
    width: 430px;
    height: 40px;
    border: 2px solid #56b124;
    background: white;
    color: black;
    top: 25%;
    left: 25%;
    padding: 10px;
}

.message {
    display: block;
    font-weight: bold;
}
