body {
	background-color: #231f1f;
	color: white;
	font-family: "Arimo", serif;
}

#header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.main {
	padding: 50px;
}
.main h1 {
	font-size: 70px;
	font-weight: 500;
}

#home_details{
	font-size: 18px;
}
#home_details img {
	vertical-align: middle;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	padding: 20px;
	background-color: #231f1f;
}

.arimo-<uniquifier> {
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.button {
  background-color: white;
  border-style: none;
  box-sizing: border-box;
  color: #231f1f;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:hover,
.button:focus {
  opacity: .75;
}


@media only screen and (max-width: 560px) {
	body {
		text-align: center;
	}
	
	.main h1 {
	font-size: 30px;
	margin-top: 10px;
	}
	
	#header img {
		width: 260px;
	}
	
	.button {
		font-size: 14px;
		margin-left: 5px;
		margin-right: 5px;
		min-height: 30px;
	}
	#home_details {
		margin-top: 20px;
	}
	#home_details img {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}