/*
_______________________________

Desktop version layout - place your custom code here */

#collection-styleA-hero {
  background-image: url("https://cdn.shopify.com/s/files/1/0648/1955/files/bordertopheart.png");
  background-repeat: no-repeat;
  background-size:100%;
}

#collection-styleA-description {
  margin-top:200px;
  margin-bottom:40px;
}

.collection-styleA-footer {
  background-image: url("https://cdn.shopify.com/s/files/1/0648/1955/files/borderbot.png");
  background-repeat: no-repeat;
  height:373px;
  background-size:100%;
}
.pure-line {
color: #F96085;
font-size: 2em
}

.pure-love {
font-size:1.4em;
text-align:justify;
line-height:1.5em
}

_______________________________

Mobile version - single break point */

@media handheld, only screen and (max-width: 767px) {

	.examplecontainer {}

	body {}
	
}


/*
_______________________________

Provide higher res assets for higher resolution mobile screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

}