body{font-family:'Lato',tahoma,helvetica,arial,sans-serif;letter-spacing:0.3px;line-height:1;color:#333;font-size:.8em;text-align:center;
  background: url(http://72.29.81.246/~veronicakey/images/header.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


    .container{
    width: 90%;
    max-width: 500px;
    padding: 0px;
    }
    .container form{
    max-width: 320px;
    border-radius: 5px;
    font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    /*width: 60%;*/
    }
    .container form label{
    color: #395870;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    }
    .container form input{
    width: 100%;
    background: #fff;
    border: 1px solid #c6c7cc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    color: #636466;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    } 
    .container form select{
    width: 100%;
    background: #fff;
    border: 1px solid #c6c7cc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    color: #636466;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    }


.form-labels-on-top{
    box-sizing: border-box;
    width: 90%;
    max-width: 100%;
    margin: 30px auto 0px auto;


    font: bold 20px sans-serif;
    text-align: center;
}

.form-labels-on-top .form-row{
    text-align: left;
    margin: 17px auto 0;
}

.form-labels-on-top .form-title-row{
    margin: 0 auto 40px;
}

.form-labels-on-top h1{
    display: inline-block;
    box-sizing: border-box;
    color: #4C565E;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0;
    border-bottom: 2px solid #6CAEE0;
}

.form-labels-on-top .form-row > label span{
    display: block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 200px;
    padding: 0 0 12px;
}

.form-labels-on-top input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 320px;
    font-size: 18px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    border: 1px solid #A65230;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
}

.form-labels-on-top input2{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 30px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}


.form-labels-on-top input[type=radio],
.form-labels-on-top input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-labels-on-top select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.form-labels-on-top .form-radio-buttons > div{
    margin-bottom: 10px;
}

.form-labels-on-top .form-radio-buttons label span{
    margin-left: 8px;
    color:  #5f5f5f;
    font-weight: normal;
}

.form-labels-on-top .form-radio-buttons input{
    width: auto;
}

.form-labels-on-top button{
    border-radius: 2px;
    width: 320px;
    min-width: auto;
    background-color:  #EF277D;
    color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
}

.form-labels-on-top button:hover{
    border-radius: 2px;
    background-color:  #D62370;
    color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
}
.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#topDiv {
    background-color: white;
    width: 100%;
    height: 107px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}
div.questions {
    background-color:black;
    color:white;
    margin:auto;
    margin-top:0px;
    padding:20px;
    width:auto;
    max-width:600px;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF; 
    font-size:15px; 
    background: rgb(0, 0, 0); /* Fallback */
    background: rgba(0, 0, 0, 0.8);
} 
div.bio {
    background-color:white;
    color:white;
    margin:20px;
    padding:20px;
    width:100%;
    border-radius: 10px;
} 

#first {
    display: none;
    padding: 0px;
    background-color: #FFF;
}

input[name="question1"]:checked ~ #first {
    display: block;
}

h1 {
    display: block;
    font-size: 3.2em;
    margin-top: 0.97em;
    margin-bottom: 0.17em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.text {
    font-family:arial; 
    font-weight:normal; 
    font-size:14px; 
    color:#FFFFFF;
    text-decoration:none;
}

.text2 {
    font-family:arial; 
    font-weight:normal; 
    font-size:22px; 
    color:#FFFFFF;
    text-decoration:none;
}

body {
	margin:0;
	padding:20px;
	height:100%;
	font-family:arial; font-weight:normal; font-size:14px; color:#FFFFFF; 
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	height:20%;
}
#content {
	height:70%;
}
#footer {
	width:100%;
	height:20%;
	position:absolute;
	bottom:0;
	left:0;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 90%) {

    .form-labels-on-top{
        padding: 30px;
    }

    .form-labels-on-top input{
        width: 320px;
    }

}