@charset "utf-8";

@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1400px) {
	body{
    /* background-image: url("/testing/images/Aquaculture-background1920x1080.jpg"); */

    background-color: aqua;    /*background-position:left;
    background-repeat: no-repeat; 
    background-attachment: fixed;
	background-size: contain;
   
	margin-top: 0px;
	margin-left: -250px;
	width:90%;
	height: 90%;*/
	
}
}
