﻿/**********************************************
smaller than 980
***********************************************/
@media screen and (max-width: 980px) {
#outerWrapper {
	width: 100%;
}
#content {
	width: auto;
	
}
}
/**********************************************
smaller than 768
***********************************************/

@media screen and (max-width: 768px) {
#header {
	height: auto;
}
#content {
	width: 100%;
	float: none;
	margin: 20px 0;
}
#outerWrapper {
	width: 100%;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 20px auto;
	border: 1px #000000 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 20px #453823;
	-webkit-box-shadow: 0 0 20px #453823;
	box-shadow: 0 0 20px #453823;
}

}

/*********************************************
smaller than 560
**********************************************/
@media screen and (max-width: 480px) and (max-width: 272px)
 {
html {
	-webkit-text-size-adjust: none;

}

#content {
	width: 100%;
	float: none;
	margin: 0;
	height: 100%;
}
#content h1 {
	font-size: 100%;
	margin: 0px;
	text-align: left;
}
input[type=text], select, textarea {
	max-width: 100%;
}

}

}