body {
	background-color:#000000;
	background-image: url(https://www.triplecrowncanecorso.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logohome {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-150px;
	width:250px;
	height:400px;
	z-index:10;
}

#copyright {
	position:fixed;
	bottom:0px;
	right:20px;
	width:330px;
	height:40px;
	z-index:10;
	font-size:10px;
	text-align:right;
	color:#FFF;
}
#tag {
	top:60px;
	left:0px;
}
@media only screen and (max-width: 900px) {

#bar {
	line-height:80px;
}
.socials {
	padding-top:10px;
}
#logohome {
	margin-top:-120px;
}
}