@media only screen and (max-width: 1280px) {
	#content .description {
		font-size: 32px;
	}
}

@media only screen and (max-width: 960px) {
	#ad-banner {
		display: none;
	}

	#header {
		grid-template-columns: 1fr 1fr 1fr;
		/* grid-template-rows: 1fr 1fr; */
		padding: 28px 25px;
		width: calc(100% - 50px);
	}

	#header .logo {
		width: 130px;
	}


	#header .menu {
		justify-content: flex-end;
		margin: 0 0 0 0;
	}

	#header .menu.left {
		justify-content: flex-start;
	}

	#header .menu a {
		font-size: 13px;
		margin: 0;
	}

	#header .menu a:nth-child(1) {
		display: none;
	}

	#header .menu a.hidden {
		display: block;
	}

	#top .splash-video-text {
		font-size: 30px;
	}

	#content .description {
		font-size: 25px;
	}

	#content .button-wrapper .button {
		border-radius: 30px;
		font-size: 13px;
		font-weight: 100;
		height: 40px;
		width: 150px;
	}

	.quotes .quote {
		height: 100vh;
	}

	.quotes .quote-description {
		padding: 0;
		width: calc(100% - 50px);
	}

	.quotes .quote-description h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.quotes .quote-description .person {
		padding-top: 35px;
	}

	.quotes .quote-description .person img {
		height: 75px;
		margin: 0 20px 0 0;
		width: 75px;
	}

	.quotes .quote-description .person-details h1 {
		font-size: 15px;
		line-height: 25px;
	}

	.quotes .quote-description .person-details h2 {
		font-size: 15px;
		line-height: 25px;
	}

	footer {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 50px 50px;
	}

	footer .left {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	footer .footer-logo {
		align-self: center;
		height: 30px;
		justify-self: center;
	}

	footer .contact {
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	footer .contact p {
		margin: 5px 0;
	}

	footer .terms {
		text-align: center;
		font-size: 14px;
	}

	footer .social {
		padding-top: 20px;
	}

	footer .social a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 690px) {
	#content .description {
		font-size: 15px;
		font-weight: 300;
		line-height: 26px;
		letter-spacing: 0.03em;
		padding: 10px;
	}

	#content .description div {
		display: inline;
	}
}

@media only screen and (max-width: 416px) {
	footer .terms {
		font-size: 12px;
	}
}
