/* CSS Document */

@media all and (max-width: 640px){
    body {
        font-size: 14px !important;
    }

	h2 {
	font-size: 14px;
	}

	h1 {
	font-size: 16px;
	line-height: 1.1 !important;
	font-weight: bold;
	}

	.minusmargintop {
	margin-top: -20px !important;
	}

	.xs-resized {
	max-width: 50%;
	}

	.container-media-query {
	max-width: 80%;
	}

#launchinnermain-responsive {
width: 100%; 
margin-left:auto;
margin-right:auto;
}

#launchinnermain-responsive p {
font-size: 16px;
text-align: left;
}

#launchinnermain-responsive h3 {
font-family: Lora, serif; 
font-weight: normal;
}

	.form-text {
	font-size: 12px;
	color: red !imporant;
	}



.optinboxouter {
padding:  20px 10px;
}


.optinboxouter input {
width: 100%;
}

p, table, tr, td  {
font-size: 10px; }

.ordersummary td {
padding: 3px; }

.ordersummary {
width: 100%;
}

.ordernote {
width: 100%;
margin-top: 30px;
}

.enterdetails {
padding:5px;
margin-top:30px;
width:100%;
}

}

@media all and (min-width: 641px){
	h2 {
	font-size: 24px;
	}

	h1 { 
	font-size: 33px;
	}

	.form-text {
	font-size: 16px;
}
.optinboxouter {
	padding: 20px;
}

p, table, tr, td  {
font-size: 16px; }

.ordersummary td {
padding: 10px; }

#launchinnermain-responsive {
width: 95%; 
margin-left:auto;
margin-right:auto;
}

#launchinnermain-responsive p {
font-size: 18px;
text-align: left;
}

#launchinnermain-responsive h3 {
font-family: Lora, serif; 
font-weight: normal;
}

.ordersummary {
width: 75%;
}

.ordernote {
width: 75%;
margin-top: 30px;
}

.enterdetails {
padding:15px;
margin-top:30px;
width:60%;
}

}