@charset "utf-8";
/* CSS Document */

html *
{
   font-size: 20x;
   color: #000;
   font-family: arial;
}

.rightcol {
	width: 50%;
	float: left;
}

.leftcol {
    width: 48%;
    float: left;
    padding-right: 20px;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

.homerightcol {
    max-width: 100%;
    margin-bottom: 20px;
    float: left;
}

.footleft {
	float: left;
	margin-top: 30px;
}

.headright {
	max-height: 150px;
	float: right;
}

.headleft {
	max-height: 150px;
	float: left;
}

.header {
	float:left;
	width: 100%;
}

.footer {
	float: left;
	width: 100%;
    background-color: #806685;
	margin-top:30px;
}

.footright {
    float: right;
    padding-top: 34px;
}

.hometext {
    font-size: 20px;
    padding-right: 20px;
	padding-left: 20px;
    float: left;
    
    color: #1f1c1c;
}

.innertext {
    font-size: 18px;
    float: left;
}

.start {
	
}

.progressbar {
	float: left;
	width: 100%;
	margin-bottom:20px;
}

.progress1 {
    max-height: 95px;
    float: left;
    margin-right: 12px;
}

input {
	height: 35px;
}

.todo {
    height: 68px;
    float: left;
    background-image: url(../images/pr_todo.png);
    width: 77px;
    margin-right: 12px;
    margin-top: 15px;
}

.congrat {
    text-align: center;
    width: 58%;
    float: left;
    font-size: 30px;
    font-weight: bold;
}

.complete {
    height: 68px;
    float: left;
    background-image: url(../images/pr_complete.png);
    width: 77px;
    margin-right: 12px;
    margin-top: 15px;
}

.oneimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.onetext {
	font-size: 31px;
	text-align: center;
	width: 100%;
	float: left;
}

.error{
	outline: 1px solid red;
} 

.button6{
	padding: 5px 12px;
    margin: 2em 0.3em 0.3em 0;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #005CB9;
    /* box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17); */
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 19px;
}

.button5{
	display: inline-block;
	padding: 0.7em 1.4em;
	margin: 3em 0.3em 0.3em 0;
	border-radius:0.15em;
	box-sizing: border-box;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	color:#FFFFFF;
	background-color:#005CB9;
	box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
	text-align:center;
	position:relative;
}

.error_show {
	display: block;
    border: 4px solid red;
    border-radius: 10px;
    float: left;
    padding: 20px;
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
    background: #f2f2f2;
    width: 100%;
    text-align: center;
}

.error_hide{
	display: none;
}

.l20 {
    width: 48%;
    float: left;
	margin-right:20px;
}

.l20 img {
    float: left;
}

.l20 p {
    font-size: 46px;
    color: #fff;
    font-family: Impact, Charcoal, sans-serif;
}

label {
    color: #fff;
    font-weight: bold;
}

form#q1 {
    float: left;
    margin-top: 20px;
    color: #fff;
}

@media all and (max-width:30em){
.button6{
	display:block;
	margin:0.4em auto;
}
} 


