body {
	font-size: 1em;
}
#landing, #sub-landing {
	display: flex;
	flex-wrap: wrap;
	max-width: 480px;
	justify-content: center;
	align-content: flex-end;
}

#landing #sub-landing {
	font-size: 0.6em;
	display: flex;
  	flex-wrap: wrap;
}

#landing a, #sub-landing a {
	cursor: pointer;
}

#landing #sub-landing .section {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

#landing #sub-landing .section div {
	display: none;
}

#landing #sub-landing h1 {
	font-weight: normal;
}

.desktop {
	display: none;
}

.section { 
	padding: 10px; 
	border-radius: 20px;
	margin: 10px;
  	text-align: center;
  	text-shadow: 0 0 4px #000;
  	opacity: 0.8;
  	border: 1px solid rgba(255, 255, 255, 0.8);
	position: relative;
}

.section:active {
	padding: 10px 0px 2px 0px;
	margin-bottom: 16px;
}

.section h1 {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.6em;
}

#landing #sub-landing .section {
	padding: 3px 8px;
	filter: brightness(2);
}

.section h1 a, .section h1 a:hover {
	color: #fff;
}

.primary {
	width: 100%;
	margin-bottom: 30px;
}

.primary .section {
	display: flex;
	flex-wrap: wrap;
}

.primary div:not(.text-content){
	overflow: hidden;
}

.text-content {
	width: 100%;
	text-align: center;
}

.text-content div {
	flex-direction: column;
	width: 100%;
	max-height: 200px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5em;
}
.text-content div.items {
	display: flex;
	justify-content: center;
}

.text-content div.items img {
	width: 30px;
  	padding: 0 10px;
}

.text-content div img {
	height: 30px;
}

.text-content div span {
	width: 50%;
	display: flex;
	margin-top: 10px;
	padding-left: 5px;
}

.top {
	margin-bottom: 30px;
}

.secondary {
	width: 100%;
}

.secondary h1 {
	text-align: left;
}

.secondary:nth-child(2) img {
	top: -45px;
}

.secondary img {
	position: absolute;
	right: -20px;
	top: -15px;
}

.aotm-container{
	height: 0;
}

.aotm {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	top: -70px;
	left: 88%;
}

.aotm img {
	position: absolute;
	top: -30px;
	left: -50px;
}

@media screen and (min-width: 620px) {
	body {
		font-size: 0.7em;
	}

	#landing, #sub-landing  {
		max-width: 100vw;
	}

	#landing a {
		width: 100%;
	}

	#landing > .section {
		width: 100%;
	}

	#sub-landing a {
		width: auto;
	}

	.primary .section {
		flex-wrap: nowrap;
	}

	#landing .primary, #sub-landing .primary {
		width: 100%;
	}

	.text-content {
		padding: 0 40px;
	}

	#landing .secondary, #sub-landing .secondary {
		width: 33%;
	}
	
	#landing #sub-landing .section:hover {
		box-shadow: 0px 0px 10px 4px #fff;
	}

	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	}

	.section div {
		display: block;
		font-size: 1.3em;
	    line-height: 1.4em;
	    margin-top: 12px;
	}

	.section h1 {
		font-size: 1.8em;
	}
}
@media screen and (min-width: 900px) {
	.secondary h1 {
		text-align: center;
	}
}