#holding {
	background: #fff;

	.box {
		margin: 120px auto 0;
		max-width: 600px;
		text-align: center;
		width: 95%;

		@media only screen and (max-width: 950px) {
			margin-top: 50px;
		}
	}

	h1 {
		font-weight: bold;
		font-size: 32px;

		@media only screen and (max-width: 950px) {
			font-size: 22px;
		}
			
	}

	p {
		font-size: 18px;

		@media only screen and (max-width: 950px) {
			font-size: 16px;
		}
	}

	p strong {
		color: #000;
	}

	a {
		color: #003e22;
	}

	#header {
		@media only screen and (max-width: 950px) {
			border: none;
		}
	}

	#header a#logo {
		float: none;
		margin-bottom: 20px;
	}

	#header:after {
		content: none !important;
	}
}