/*@media screen and (max-width: 1080px){*/
@media screen{
html{ 
    background-image: url(/images/bg1.jpg);
    background-position: 0% 50%;
    background-size: cover auto;
/*    background-repeat: repeat-y;  */
    background-attachment: fixed;
    background-color: #8A9BAC;/*#EC6492 ;*/
}

body {
  font-size: 100%;
  /*background-color: #CAEAD0;*/
  color: #030;
  text-align: center;
  /*position:relative;*/
  width: 80%;
  margin: 0 auto;
}
.contact{
  margin:.5em auto;
  width: 13em
}
.cpyrt{
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 80%;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: normal;
}
#header{
  position: relative;
  top:0;
  background-image: url(/images/wht25.png);
  /*background-color: #fff #A1D6AA*/;
  color: #030;
  margin: 0 auto;
  padding: 1ex;
  width: 360px;
  z-index:11;
}
#container{
  position:relative;
  /*top:1em;*/
  width:42em;  
  margin:1em auto ;
  padding:0;
  z-index:10;
  background-color: rgba(255,255,255,.1);
  /*background-color: #fff;
  background-image: url(images/wht50.png);
  background-repeat: repeat;*/
  color: #011b0d;

}
#copy {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 33em;
  padding: 0;
   /*background-color:#fff#A1D6AA*/; 
  color:#000/*#052600 #011b0d*/;
  font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif;
  font-size: 120%;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  z-index: 10;
}   
#footer{
  margin: 0 auto;
  padding: .5em;
  text-align: center;
  font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif;
  font-size: 90%;
  font-variant: normal;
  font-weight: 400;
  font-style: normal;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	color: #fff;
	background-color:#2b5488 ;/*#3E5F92#2E7A74;
	background: url(images/medblu50.png) repeat;*/
	margin: 0 ;/*0 0 -1.5em;*/
	padding: .5em 1em .5em 1.5em;
	width: 25em;
}
#boxer{   /*
  position:relative;
  width:65em;
 min-width: 1000px;
 max-width:1000px;*/
}
#box1{
	position: absolute;
	top: 25%;
	left: 5%;
  right: 10%;
  bottom:45%;
	z-index: 6;
	/*background-color:#64e690#6DB279*/ ;
	background: url(/images/ltblu25.png) repeat;

}
#box2{
	position: absolute;
	top: 10%;
	left: 8%;
	right: 8%;
	bottom: 10%;
	z-index: 0;
	text-align: left;
	background: url(/images/drkblu25.png) repeat;
}
#box3{
	position: absolute;
	top: 35%;
	left: 15%;
	right: 5%;
	bottom: 25%;
	z-index: 0;
	/*background-color: #5ccc82;*/
	background: url(/images/medblu25.png) repeat;

}
}
