@import url('style_more.css');

* {
	margin: 0;
	font-family: "Average Sans", sans-serif;	
	box-sizing: border-box;
}
body {
	background-color: #eee;
	color: #4B4B4B;
	line-height: 1.2;
}

.grid {
	margin: 50px auto;
	width: 600px;
	text-align: center;
}

img {
	width: 250px;
}

h1 {
	font-size: 25px;	
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;	
	font-weight: normal;
	margin-bottom: 40px;
}

.footer p {
	margin-top: 40px;
	font-size: 18px;
}

.info-list {
	margin-top: 40px;
}

.info-list li {
	list-style-type: none;
	padding: 5px;
}


@media all and (max-width: 800px) {
  body .grid {
    width: 80%;
  }

  img {
  	width: 60%;
  }
}
