@charset "UTF-8";

/* INTRO */

.hero {
  height:811px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px 880px;
  padding-top:26px;
  background-image: url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/seriously-hero.jpg');
}

.hero .grid {
  padding: 0;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.07885;
  max-width:400px;
}

.developer-intro {
	width:440px;
	position:relative;
	top:150px;
	left:510px;
}

@media all and (min-width: 768px) and (max-width:1023px) {
  .developer-intro {
  	width:280px;
  	top:65px;
  	left:390px;
  }
}

@media all and (max-width: 767px) {
  .hero {
    height: 1000px;
    background-position: -200px 390px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .developer-intro {
  	width:100%;
  	top:0px;
  	left:0px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .hero { background-image: url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/seriously-hero_2x.jpg'); }
}

/* GUIDELINES SECTION */

.guidelines-section {
  background: url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/app-store-lifestyle-hero_2x.jpg') no-repeat;
  background-size: 1440px auto;
  background-position:center top;
  color: #fff;
  height: 820px;
  position:relative;
}

.guidelines-copy {
  position:relative;
  width: 490px;
  top: -40px;
  left:505px;
}

@media all and (min-width: 768px) and (max-width:1023px) {
  .guidelines-section {
    background-position:center -75px;
    height: 600px;
  }

  .guidelines-copy {
    left:250px;
  }
}

@media all and (max-width: 767px) {
  .guidelines-section {
    background-size:cover;
    background-position:-460px center;
  }

  .guidelines-copy {
    top:0px;
    left:0px;
    width:100%;
    padding: 0 1em;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.25);
  }
}

/* PLANNING SECTION */

.planning-hero {
	margin-left:-25px;
}

@media all and (min-width: 768px) and (max-width:1023px) {
  .planning p {
    width: 70% !important;
  }
}

@media all and (max-width: 767px) {
  .planning p {
    width: 100% !important;
  }

  .planning-hero {
    margin-left:0;
    margin-top: 2em;
  }
}

/* SUBMISSIONS */

.submissions .col-50:first-of-type {
  position:relative;
  z-index: 3;
}

.submissions-hero {
	background-image:url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/active-devices-large.jpg');
  background-repeat: no-repeat;
	background-size:1340px 790px;
	width:1340px;
	height:790px;
  position:relative;
	top:0px;
	left:-400px;
  z-index:0;
  margin-bottom: 3em;
}


@media all and (min-width: 768px) and (max-width:1023px) {
  .submissions-hero {
  	background:url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/active-devices-large.jpg');
  	background-size:1340px 790px;
  	width:1340px;
  	height:790px;
  	top:100px;
  	left:-400px;
  }
}

@media all and (max-width: 767px) {
  .submissions-hero {
  	background-image:url('https://web-archive.nli.org.il/National_Library/20160526010038oe_/https://devimages.apple.com.edgekey.net/app-store/index/images/active-devices-large.jpg');
  	background-size:500px 295px;
  	width:500px;
  	height:295px;
    display:block;
    top:0;
    margin:2em auto 2em;
  	left:-100px;
  }
}
