@charset "utf-8";
/* CSS Document */

@media screen and (orientation:landscape) and (min-width:1450px) {



	div.logo {
    content: url("../images/logo-01.jpg");
    width: 110vw;
    height: auto;
    margin-top:-180px;
    margin-left: 120px;
	
    opacity: .95
	}
	
	div.center-down {
		
	content: url("../images/fish.jpg");
    width: 110vw;
    height: auto;
    margin-top: 140px;
    margin-left: 210px;
	
    opacity: .5
	}
	
	
	
	
	body {
		
		
	background-color:white;
		opacity: 1;
		
		
		background-image: url("../images/Aquaculture-background1920x1080.jpg");
	background-position:left;
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
		background-size: contain;
		
   
	margin-top: 0px;
	margin-left: -250px;
	width:30%;
	height: 100%;}
	}


.footer {
	position: fixed;
	left: 0;
		bottom: 0;
	text-align: center;
	color:#D2E6F3;
	width: 100%;
   background-color:aliceblue;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
		
	
}
	

.footer-cname {color: cadetblue;
                   }

.email-info {color:cadetblue;
	         
                    }





