/* CSS Santa Digna - Miguel Torres */

body {
	margin: 0px;
	cursor: pointer;
	width: 100%;
}

.wrap {
	width: 100%;

}

.wrap img {
	display: block;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) {
	body {
		background-image: url(../images/bg-santadigna-min.jpg);
		background-position:  center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
	}

	.color-overlay {
		background-color: rgba(0,0,0,0.3);
		width: 100%;
		background-attachment: fixed;
	}

	.logo-mtorres {
		width: 80%;
		margin: 0 auto;
	}

	.logo-santadigna {
		width: 80%;
		margin:40% auto 0 auto;
	}
	
	.vinos-santadigna {
		width: 100%;
		margin: 30% 0px 0px 0px;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	body {
		overflow: scroll;
	}

	.color-overlay {
		background-color: rgba(0,0,0,0.1);
	}

	.logo-mtorres {
		width: 30%;
		margin:0px;
		position: absolute;
		left: 10px;
	}

	.logo-santadigna {
		width: 35%;
		margin:0px;
		position: absolute;
		right: 10px;
	}
	
	.wrap-bottom {
		position: absolute;
		bottom: 20px;
	}

	.vinos-santadigna {
		width: 60%;
		position: relative;
		margin: 0 auto;

	}


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.logo-santadigna {
		width: 20%;
		top:20px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}




