@media (max-width:620px) {
	.container {
		margin-bottom: 100px;
		max-width: 84%;
		margin-top: 110px
	}

	p {
		font-size: 18px
	}

	a:not(.no-resize) {
		font-size: 18px
	}

	h1 {
		font-size: 4rem;
		color: #000;
		margin: 0;
		text-align: center;
		position: fixed;
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -10;
		transition: opacity .5s ease-out;
		max-width: 84%;
		line-height: 1
	}

	header {
		top: auto;
		bottom: 0;
		padding: 12px;
		width: 100%;
		background-color: #a2a2a2;
		font-size: .8rem;
		box-shadow: 0-2px 5px rgba(0,0,0,.1);
		transition: all .4s linear
	}

	header.shrink {
		padding: 0;
		font-size: 0
	}

	.nav-list {
		justify-content: space-around;
		list-style: none;
		display: flex;
		padding: 0;
		margin: 0
	}

	.nav-list a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		color: inherit;
		font-size: inherit
	}

	.about-link::before,.homes-link::before,.journal-link::before,.sources-link::before {
		display: inline-block;
		width: 1.6rem;
		height: 1.6rem;
		background-size: contain;
		background-position: center;
		margin-right: 4px;
		vertical-align: bottom
	}

	.homes-link::before {
		content: "";
		background-image: url(18.svg)
	}

	.journal-link::before {
		content: "";
		background-image: url(pen.svg)
	}

	.sources-link::before {
		content: "";
		background-image: url(data.svg)
	}

	.about-link::before {
		content: "";
		background-image: url(users.svg)
	}
}