@charset "utf-8";
/* CSS Document */

.container-1 {
	padding:0px 0px 0px 0px;
	margin:10px auto;
	width:1000px;
	height:auto;
	height:300px;
	background-image:url(../images/Untitled-1.png);
}
.row-2 {
	padding:0px 0px 0px 0px;
	margin:10px auto;
	width:100%;
	height:auto;
	height:300px;
	background-color:#099;
}
@media only screen and (min-width :150px ) and (max-width :480px)
{
.container-1 {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width:295px;
	height:auto;
	height:100px;
	background-color:#063;
}
}


@media only screen and (min-width :481px ) and (max-width :800px)
{
.container-1 {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width:400px;
	height:auto;
	height:100px;
	background-color:#063;
}
}
@media only screen and (min-width :801px ) and (max-width :1232px)
{
.container-1 {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width:769px;
	height:auto;
	height:100px;
	background-color:#063;
}
}