@charset "UTF-8";
/* CSS Document */

body {
  width: 100vw;
  height: 100vh;
	background-image: url('/_img/home/brooklyn.jpg');
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.content {
  padding: 48px;
}
h2 {
	font-size: 60px;
  line-height: 1.4em;
}
/* ------------------------------- Opacity Settings ------------------------------- */
.two {
	opacity: 0.2;
}
.four {
	opacity: 0.4;
}
.six {
	opacity: 0.6;
}
.eight {
	opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .content {
    padding: 36px;
  }
  h2 {
    font-size: 24px;
  }
}
