@media all {

	body {
		font-family: neue-haas-grotesk-display, sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		background: hsl(20, 80%, 40%) url('/img/golfing-for-charity@0.25x.jpg') fixed bottom left;
		background-size: cover;
	}
	
	p {
		font-weight: 200;
		font-size: 1em;
		letter-spacing: 1px;
	}
	
	a,
	a:visited {
		color: #1ADFFF;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	.content {
		transition-property: width;
		transition-duration: 0.5s;
	}
	.section {
		background: rgba(29, 17, 17, 0.85);
		padding: 20px;
	}
	.section:nth-child(2n+1) {
		border-bottom: hsla(100, 50%, 50%, 1);
	}
	.header {
		margin-top: 0;
	}

	.header .logo,
	.header .date,
	.header .comstar {
		text-align: center;
		margin: 0 auto;
	}
	.header .logo {
		overflow: hidden;
	}
	.header .logo h1 {
		font-size: 0;
		width: 1px;
		height: 1px;
		display: inline-block;
		overflow: hidden;
		position: absolute;
		border: 0;
		padding: 0;
		margin: 0;
		clip: rect(1px,1px,1px,1px);
	}
	.header img {
		width: auto;
		max-height: 70px;
	}
	.header .date h2 {
		margin: 0;
		padding: 0;
		font-size: 2em;
	}
	.header .date p {
		margin: 0;
		color: #959595;
	}
	.header .loc h2,
	.header .loc p {
		margin: 0;
		padding: 0;
	}
	h2 {
		font-weight: 100;
		font-size: 2em;
		margin: 12px 0;
	}

	h3 {
		font-weight: 100;
		font-size: 2.5em;
		margin: 0;
		padding: 0;
		clear: both;
		border-bottom: 2px solid #656565;
	}
	h3 + p {
		margin-top: 0;
	}

	h4 {
		margin-bottom: 0;
	}
	
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul li {
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
	}
	strong {
		font-weight: 500;
	}
	img.wht {
		background: rgba(255, 255, 255, 0.9);
	}
	#chop {
		padding: 2%;
		width: 96%;
		height: 96%;
	}
	.imgBox {
		float:right;
		width: 33%;
		border: 1px dotted #EEE;
		padding: 5px;
		margin: 8px;
	}
	.imgBox p.caption {
		font-style: italic;
		font-weight: 100;
		font-size: 0.75em;
	}
	.header {
		margin: 0;
	}
	.navigation.section {
		border-width: 1px 0;
		border-style: solid;
		border-color: hsla(29, 10%, 50%, 0.4);
		background: linear-gradient(0deg, hsla(27, 95%, 37%, 0.38) 40%, hsla(27, 95%, 21%, 0.88) 100%);
		text-align: center;
		padding: 0;
	}
	.navigation ul {

	}
	.navigation ul li {
		display: block;
		border-width: 1px 0;
		border-style: outset;
		border-color: hsla(27, 75%, 32%, 0.39);
	}
	.navigation ul li a {
		font-size: 1.25em;
		font-weight: 100;
		display: block;
		padding: 10px 25px;
		transition-property: background, border-bottom-width, padding;
		transition-duration: 0.5s;
		background-color: hsla(30, 10%, 50%, 0);
		color: #fff;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	}
	.navigation ul li a:hover {
		background-color: hsla(203, 39%, 51%, 1);
		text-decoration: none;
	}

	.specialThanks h4 {
		margin-top: 5px;
		border-bottom: 1px solid #EEE;
	}
	
	.flex {
		display: flex;
		flex-wrap: wrap;
	}
	.f-item {
		margin: 15px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.4);
	}
	.specialThanks .f-item img {
		max-width: 200px;
		height: auto;
	}
	.specialThanks .title.sponsor.f-item {
			flex-grow: 3;
	}
	.specialThanks .title.sponsor.f-item img {
		max-width: 400px;
	}
	.tier {
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-template-rows: auto;
		width: 100%;
		transition-property: margin, padding;
		margin: 20px 0;
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
	}
	.t-name {
		grid-row: 1;
		grid-column: 1;
	}
	.t-donation {
		grid-row: 1;
		grid-column: 2;
	}
	.t-more {
		grid-row: 2/4;
		grid-column: 1;
	}
	.t-deduct {
		grid-row: 2;
		grid-column: 2;
	}
	.t-sponsor {
		grid-row: 3/5;
		grid-column: 2;
	}
	.t-details {
		grid-row: 4/6;
		grid-column: 1;
	}
	.t-buy {
		grid-row: 5;
		grid-column: 2;
	}

	.t-name,
	.t-donation {
		border-bottom: 1px solid #FFF;
		margin:0;
		padding:0;
	}

	.t-sponsor,
	.t-buy {
		padding: 10px;
		/*border-left: 1px dotted #FFF;*/
		/*background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%);*/
	}

	.t-name {
		font-size: 2em;
		font-weight: 600;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
		color: hsl(39, 74%, 50%);
	}
	.golf {
		display: inline-block;
	}
	.golf p {
		font-size: 0.5em;
		margin: 0 10px;
		font-weight: 100;
		letter-spacing: 2px;
	}

	.t-donation {
		padding: 0;
		margin: 0;
	}

	.t-donation p {
		font-size: 1.5em;
		color: rgb(106, 195, 216);
		text-align: right;
		margin: 0;
	}


	.bName {
		font-weight: 100;
		font-size: 1.25em;
		display: inline;
	}
	.bDesc {
		display: block;
		color: hsl(142, 28%, 55%);
		font-size: 0.9em;
	}

	.sponsor p {
		font-weight: 400;
		margin: 0;
	}
	.sponsor .logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 3px;
	}
	.sponsor .logos .logo {
		margin: 2px;
	}
	.sponsor .logos img {
		max-width: 150px;
		height: auto;
	}

	.t-deduct p {
		text-align: right;
	}

	.t-more {
		padding: 5px;
		margin: 3px 1%;
	}

	.t-more p {
		margin: 0;
		padding: 5px 0;
		font-weight: 400;
		font-size: 0.75em;
	}
	.t-more p.toggle {
		text-align: center;
		margin: 4px 0;
		cursor: pointer;
		border-bottom: 1px dotted #AAA;
		transition-property: background-color;
		transition-duration: 0.5s;
	}
	.t-more p.toggle:hover {
		background: hsla(203, 39%, 51%, 1);
	}

	.t-details.hide {
		max-height: 0;
		padding: 0;
	}
	.t-details {
		overflow: hidden;
		transition-property: max-height, padding;
		transition-duration: 1s;
		/*transition-timing-function: ease-in-out;*/
		max-height: 500px;
		padding: 10px;
	}

	.primary ul li {
		background: rgba(0, 0, 0, 0.5);
		margin: 5px 0;
		padding: 10px;
	}

	.signature .bName {
		font-size: 1em;
		font-weight: 400;
	}
	.signature .bDesc {
		display: none;
	}

	.signature ul {
		margin-left: 15px;
	}
	.signature ul li {
		line-height: 1.25;
		list-style: circle inside;
	}

	.additional {
		margin: 15px;
	}
	.additional p {
		display: inline;
	}
	.additional .bName {
		font-size: 1em;
		color: rgba(255, 255, 255, 0.6);
	}
	.additional ul {
		display: inline;
	}
	.additional li {
		letter-spacing: 1px;
		display: inline;
	}
	.additional li:after {
		color: rgba(255, 255, 255, 0.6);
		content: ", ";
	}
	.additional li:nth-last-child(2):after {
		color: rgba(255, 255, 255, 0.6);
		content: " ";
	}
	.additional li:last-child:before {
		color: rgba(255, 255, 255, 0.6);
		font-weight: 100;
		content: " & ";
	}
	.additional li:last-child:after {
		color: rgba(255, 255, 255, 0.6);
		content: ".";
	}


	.reg {
		border-top: 2px solid hsla(100, 50%, 50%, 1);
		/*background: rgba(0, 0, 0, 0.5);*/
		padding: 5px;
		font-size: 1.1em;
	}
	.reg p:nth-child(1)
	{
		margin: 10px;
	}
	.reg p:nth-child(2){
		text-align: right;
	}

	.button {
		background: hsla(188, 100%, 17%, 1);
		color: #FFF;
		border-radius: 1px;
		padding: 8px 15px;
		margin: 5px;
		text-align: right;
		transition-property: background-color;
		transition-duration: 0.5s;
		cursor: pointer;
	}
	.button:hover {
		background: hsla(34, 100%, 37%, 1);
	}



	.footer {
		display: grid;
		grid-template-columns: 200px 1fr;
	}
	.footer .tfec {
		grid-area: 1;
		padding: 20px;
	}
	.footer .tfec img {
		width: 100%;
		height: auto;
	}
	.footer .disclaimer {
		grid-area: 1/2;
		padding: 10px;
		color: #aaa;
		font-size: 0.75em;
	}
}

@media only screen and (min-width: 800px) {

	.content {
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
	}

	.header {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
	}

	.navigation ul li {
		border: 0;
		display: inline-block;
	}

	.tiers {
		margin: 0;
		padding: 0;
		display: flex;
		flex-flow: wrap;
		justify-content: space-evenly;
		background: none;
	}
	.tiers .tier {
	
	}

}
@media only screen and (min-width: 930px){
	.sponsorships.table.tiers .tier {

	}
	.tiers .tier {

	}

	.benefits .primary.benefit {

	}
}
