@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; background-image:url(../img/bg.jpg); width:100%;}
.textalign{text-align:right; font-size: 13px;}
.textalign span{font-weight:bold; color:#eb1419; }
#camerman{
    height: 100%;  
    vertical-align: bottom;
    display: table-cell;
	align-items: flex-end;
    display: flex;
}

.cow {
	width:100%;
    height:600px; /* Change this height to change the size of the cow */
    background: url(../img/man.png) bottom left no-repeat;
    background-size: contain;
}
.man{display:block;}
.footer{width:100%; background-color:#d2d2d4; position:absolute; bottom:0px; padding-top:15px;}
.footer a{color:#eb1419;}
.logo{width:100%;}

.footerico{text-align:right;}
.copyright{text-align:left;}
.top{display:none;}

@media screen and (max-width: 720px) {
	.logo{width:40%;}
	body{margin:0px; padding:0px; background-image:none; width:100%;}
	.man{display:none;}
	.logoalign{text-align:center; margin-top:10px;}
	.textalign{text-align:center;}
	.footer{width:100%; background-color:#d2d2d4; position:inherit; bottom:0px; padding-top:15px; padding-bottom:15px;}
	.footerico{text-align:center;}
	.copyright{text-align:center;}
	.top{width:100%; background-color:#ee1b23; height:10px; margin-bottom:10px; display:block;}
 
}
@media screen and (max-width: 980px) {

}

/*
/*.manx{padding-top:0%;}
/*@media screen and (max-width: 1600px) {
/*.manx{padding-top:10%;}
/*}

@media screen and (max-width: 1920px) {
.manx{padding-top:10%;}
}
*/


