body {
  background: #222222;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
	text-align: center;
}

body,
html,
.page {
	height:100%;
}


h1 {
	color:#ffa042;
	font-size:40px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
	line-height: 1;
	margin:40px 0 0 0;
}


p {
	line-height: 1.6;
	font-weight: 300;
	font-size:20px;
}




.container {
  width: 100%;
	height: 100%;
	margin: auto;
display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.content {
	padding:40px;
  overflow: auto;
}


.camera-icon > i {
	color:#555;
	font-size:40px;
}

.camera-icon {
	margin-bottom:40px;
}

@media screen and (min-width:600px) {
	
	.container {
    width: 600px;
  }
	
	h1 {
		font-size:60px;
	}
	
	p {
		font-size:24px;
	}
	
}


@media screen and (min-width:800px) {
	
  .container {
    width: 800px;
  }
	
}