@media(min-width: 768px) {
	.mobile-nav {
		display: none;
	}
}
@media(max-width: 1020px) {
	#container {
		width: 720px;
	}
	h1 {
		font-size: 3.2rem;
	}
	#logo-container {
		width: 320px;
	}
	#logo {
		width: 90px;
	}
	#top-text {
		float: left;
		width: 390px;
	}
	#top-nav {
		float: right;
		width: 330px;
		margin-top: 5px;
	}
	#top-nav li {
		float: right;
		width: 110px;
		font-size: 20px;
		line-height: 20px;
	}
	.top-nav-subheader-about {
		font-size: 8px;
		font-style: normal;
		letter-spacing: -0.05em;
		padding-left: 10px;
	}
	.top-nav-about {
		padding-left: 9px;
	}
	#banner, #banner-no-bottom-border {
		height: auto;
	}
	#banner-pic {
		width: 350px;
		height: 245px;
		margin-top: 5px;
	}
	#banner-content {
		width: 350px;
		height: auto;
		margin-left: 20px;
	}
	#container h2 {
		font-size: 1.4rem;
	}
	#banner-content p {
		font-size: 0.8rem;
		line-height: 18px;
		padding-top: 5px;
	}
	.button-left {
		width: 174px;
		border-radius: 3px;
		height: auto;
		margin-top: 10px;
		font-size: 12px;
		line-height: 30px;
	}
	.button-left a,.button-left a:link,.button-left a:visited {
		border-radius: 3px;
	}
	.button {
		width: 174px;
		border-radius: 3px;
		height: auto;
		margin-left: 8px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 30px;
	}
	.button a,.button a:link,.button a:visited {
		border-radius: 3px;
	}
	.button-pic {
		width: 174px;
		height: auto;
	}
	#footer {
		height: 80px;
		margin-top: 13px;
	}
	#footer-left {
		width: 240px;
	}
	#footer-right {
		width: 240px;
	}
	#footer-middle {
		width: 240px;
	}
	#footer p {
		font-size: 0.8rem;
	}
	#bottom-nav li {
		font-size: 0.6rem;
		width: 14.2857142857%;
	}
	#content h1 {
		font-size: 1.4rem;
		padding-top: 10px;
		padding-bottom: 2px;
	}
	#content p {
		line-height: 18px;
		font-size: 0.8rem;
		padding-top: 5px;
	}
	#content-below-banner {
		margin-top: 0px;
	}
	#content-below-banner p {
		font-size: 0.8rem;
		line-height: 18px;
		padding-top: 5px;
	}
	.right-pic {
		width: 200px;
		margin-left: 20px;
		margin-top: 20px;
	}
	.right-pic2 {
		width: 300px;
		margin-top: 36px;
		margin-left: 20px;
	}
	.contact {
		height: 48px;
		clear: both;
	}
	.contact h6 {
		font-size: 0.9rem;
		line-height: 48px;
		padding-left: 10px;
	}
	.contact-icon {
		width: 48px;
	}
}

@media(max-width: 767px) {
	#container {
		width: 90%;
		padding-top: 0px;
	}
	h1 {
		font-size: 2.5rem;
	}
	#logo-container {
		width: 50px;
		float: left;
		clear: none;
		margin-top: 5px;
	}
	#logo {
		width: 50px;
	}
	#top-text {
		float: left;
		width: 360px;
		padding-left: 10px;
		margin-top: 30px;
	}
	#top-nav {
		display: none;
	}
	#header {
		height: auto;
		padding-bottom: 10px;
	}
	.mobile-nav {
		height: auto;
		font-size: 0.9rem;
	}
	.mobile-nav ul {
		width: 100%;
		display: none;
		height: auto;
		padding-top: 20px;
	}
	.mobile-nav li {
  		width: 100%;
  		height: 40px;
  		line-height: 40px;
  		float: left;
  		position: relative;
  		font-family: 'ABeeZee', sans-serif;
		font-size: 0.9rem;
  	}
  	.mobile-nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-decoration: none;
		color: #333333;
		display: block;
  	}
  	.mobile-nav a:hover {
		background-color: transparent;
	}
	.mobile-nav a#pull {
		display: block;
		position: relative;
		float: right;
		width: 50%;
		font-size: 2rem;
		clear: both;
		background-color: transparent;
		text-align:right;
		padding-top: 0px;
		margin-top: -34px;
		color: #61B821;
	}
	.mobile-nav a#pull:after {
		content: "";
		display: inline-block;
		margin-top: 10px;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 7px;
		background-repeat: no-repeat;
		color: #007A7A;
		background-color: transparent;
	}
	.mobile-nav a#pull:hover {
		 background-color: transparent;
	}
	#bottom-nav {
		display: none;
	}
	#banner-pic {
		width: 100%;
		height: auto;
		max-width: 500px;
		max-height: 350px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}
	#banner-content {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
		padding-top: 16px;
	}
	#banner-content p {
		font-size: 0.9rem;
		text-align: justify;
	}
	#content-below-banner {
		width: 100%;
	}
	#content-below-banner p {
		font-size: 0.9rem;
		text-align: justify;
	}
	#buttons {
		width: 420px;
		margin-right: auto;
		margin-left: auto;
	}
	#container h2 {
		font-size: 1.8rem;
	}
	.button-left {
		width: 200px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 13px;
	}
	.button {
		width: 200px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 13px;
	}
	.button-pic {
		width: 200px;
	}
	#footer {
		height: auto;
	}
	#footer-left, #footer-right, #footer-middle {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.right-pic2 {
		width: 400px;
		clear: both;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.right-pic {
		width: 200px;
		clear: both;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.donate {
		right: 5%;
		font-size: 16px;
		height: 24px;
		line-height: 24px;
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media(max-width: 479px) {
	#container {
		padding-top: 0px;
	}
	h1 {
		font-size: 2.2rem;
	}
	#container h2 {
		font-size: 1.4rem;
	}
	#banner-content p {
		font-size: 0.8rem;
		line-height: 18px;
		padding-top: 5px;
	}
	#content-below-banner p {
		font-size: 0.8rem;
		line-height: 18px;
		padding-top: 5px;
	}
	#logo-container {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	#logo {
		width: 60px;
	}
	#top-text {
		float: left;
		width: 300px;
		padding-left: 0px;
		margin-top: 0px;
	}
  	#buttons {
		width: 100%;
		clear: both;
		float: none;
		padding-top: 10px;
	}
	.mobile-nav a#pull {
		margin-top: -33px;
	}
	.button-left {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}
	.button {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		clear: both;
	}
	.button-pic {
		width: 200px;
		float: none;
		clear: both;
	}
	#banner-pic {
		width: 100%;
		height: auto;
	}
	.contact {
		height: 40px;
		clear: both;
	}
	.contact h6 {
		font-size: 0.8rem;
		line-height: 40px;
		padding-left: 10px;
	}
	.contact-icon {
		width: 40px;
	}
}