@CHARSET "UTF-8";
@media only screen and (max-width : 1280px) {
	.wrapper {
		width:95%;
	}
	.wrapper-footer {
		width: 95%;
	}
}
@media only screen and (max-width : 1060px) {
	body {
		font-size: 2rem;
	}
	.headerText {
		line-height: 1.5em;
	}
	.wrapper {
		width:95%;
	}
	.page-decorator {
		width: 99%;
	}
	.padding {
		padding: 2px;
	}
	.event-left {
		width: 35%;
		font-size: 20px;
		line-height: 2em;
	}
	.event-right {
		width: 60%;
		font-size: 20px;
		line-height: 2em;
	}
	.event-body {
		font-size: 20px;
	}
	.background-tanned-button {
		font-size: 20px;
	}
	.navigation {
		width: 5%;
	}
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.nav-button {
		height: 60px;
		border-radius: 0;
		font-size: 25px;
		display: flex;
   		align-items:center;
	}
	.nav-button img {
		width: 30px;
	}
	#newsFlash {
		width: 99%;
	}
	.banner {
		width: 99%;
	}
	.dogs {
		width: 99%;
	}
	.wrapper-footer {
		width: 95%;
		font-size: 1.5rem;
	}
	.dog-name {
		font-size: 1rem;
	}
	.content {
		font-size: 22px;
		width: 100%;
		line-height: 2em;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 30px;
		line-height: 1.5em;
	}
	.calendar .month td {
		font-size: 19pt;
	}
	.calendar .month th {
		font-size: 30pt;
	}
}