* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #fff; 
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 2.9375em 0 0;
  background: #ffffff url(img/rectangle.png) no-repeat;
  background-position: -350px 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.main {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.sticker {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url(img/sticker@2x.png) no-repeat 0 0;
  -webkit-background-size: 68px 68px;
  -moz-background-size: 68px 68px;
  -ms-background-size: 68px 68px;
  -o-background-size: 68px 68px;
  background-size: 68px 68px;
  margin-bottom: 2em;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-size: 9.4vw;
  color: #FFFFFF;
  letter-spacing: 17.69px;
  line-height: 1;
  margin: 0;
}

#title {
  width: 100%;
  padding-bottom: 19%; 
  background: url("img/seven-onboard@2x.png") no-repeat;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.subtitle {
  padding: 1em 1em 1em .3em;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-align: left;
}

h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  color: #009E93;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.year-announcement {
  padding-bottom: 2em;
  
}

.announcement {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #009E93;
  letter-spacing: 0.1px;
}

.year {
  /* font-family: 'Libre Baskerville', serif; */
  font-weight: 700;
  font-size: 3.5em;
  color: #009E93;
  letter-spacing: -1.63px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #009E93;
  color: #009E93;
  font-size: 1em;
  padding: 1.5em;
}

footer a {
  color: #2c2c2c;
  -webkit-text-decoration: underline;
  -moz-text-decoration: underline;
  -ms-text-decoration: underline;
  -o-text-decoration: underline;
  text-decoration: underline;
}
/* first */
@media screen and (min-width: 34em) {

	h1 {
		font-size: 11.4vw;
  }
  #title {
    width: 691px;
    height: 206px;
  }
}

/* second */
@media screen and (min-width: 47.5em) {

	.wrapper {
	  padding: 5.875em 0;
	  background-attachment: fixed;
    text-align: center;
  }
	.sticker {
	  width: 136px;
	  height: 136px;
	  -webkit-background-size: 136px 136px;
	  -moz-background-size: 136px 136px;
	  -ms-background-size: 136px 136px;
	  -o-background-size: 136px 136px;
	  background-size: 136px 136px;
	  margin-bottom: 6.125em;
	}
  #title {
    width: 691px;
    height: 206px;
    padding-bottom: 0; 
    -webkit-background-size: 691px 206px;
    -moz-background-size: 691px 206px;
    -ms-background-size: 691px 206px;
    -o-background-size: 691px 206px;
    background-size: 691px 206px;
  }

	.subtitle {	  
	  padding: 1.7em 0 1.3em 0;
	  margin-bottom: 7em;
	}

	h2 {
	  font-size: 1.7em;
	  /* letter-spacing: 10px; */
    line-height: 1;
    letter-spacing: 3px;
  }

	.year-announcement {
	  text-align: right;
	}

	.announcement {
	  font-size: 1.5em;
	}

	.year {
	  font-size: 5em;
	  letter-spacing: -1.63px;
	}

}
/* third */
@media screen and (min-width: 63.75em) {
  .wrapper{
    background-position: -500px 0%;
  }
  h1 {
		font-size: 7.8vw;
	}
	.subtitle {
		margin-bottom: 10em;
	}
	h2 {
	  font-size: 2em;
  }
	.announcement {
		font-size: 2.2em;
	}
	.year {
		font-size: 8em;
		letter-spacing: -1.63px;
	}
}



