@charset "UTF-8";
/* CSS Document */

/* -- Basic layout -- */
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
/* font-family: 'Boogaloo', serif; */
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
/* font-family: 'Bree Serif', serif; */
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
/* font-family: 'Lora', serif; */

* {
	box-sizing: border-box;
	margin: 0;
}

section {
	width: 100%;
}

section#one { /* linear-gradient(rgba(0, 0, 0, 0), rgba(255,255,255,0.3) 95%, white 98%), */
  background-image:  url(../assets/golfbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100vh;

}

section#two {
	background: url('../assets/bg.png') top left repeat;
}

.top, .bottom {
	width: 95%;
	margin: 0 auto;
}

.top {
	text-align: center;
	padding: 110px 0;
}

.bottom {
	padding: 40px 0;
  	background-color: #f8f8ff;
  	width: 80%;
 	border-left: 1px solid #ccc;
 	border-right: 1px solid #ccc;
  	box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
}

.top h1 {
	font-family: 'Boogaloo', serif;
	text-transform: uppercase;
}

.top h1, .top h2 {
	font-size: 72px;
	line-height: 62px;
	text-align: center;
	letter-spacing: 3px;
	padding: 5px 0;
	color: #fff;
	display: block;
	margin: 0 auto 20px auto;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.top hr {
	width: 200px;
	border-top: 2px solid #fff;
	box-shadow: 1px 1px 0 #000;
	display: block;
	margin: 0 auto;
}

.top h2 {
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 42px;
	display: inline-block;
	margin: 10px auto 0 auto;

}

.top h2.host {
	font-size: 18px;
	line-height: 18px;
	text-transform: none;
	text-align: center;
	display: block;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	font-family: 'Lora', serif;
	letter-spacing: 0px;
	margin: 0 auto;
}

.infobox {
	width: 94%;
  	margin-top: 100px;
  	position: absolute;
  	bottom: 65px;
}

.info {
	float: left;
	width: 24%;
	margin: 0;
	margin-left: 1%;
	background-color: rgba(255,255,255,.85);
	height: 200px;
}

.info h3 {
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
	font-size: 28px;
	color: #000;
	text-align: center;
	padding: 3px 0 4px 0;
	
}

.info.cost h3 {
	background-color: rgba(178, 45, 23,.6);
}

.info.cost p span {
	font-size: 44px;
	font-weight: bold;
	margin-left: -15px;
}

.info.cost p sup {
	font-size: 28px;
}

.info.cost p {
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	color: #000;
	font-family: 'Lora', serif;
	
}

.info.location h3 {
	background-color: rgba(27, 88, 204,.6);
}

.info.location p {
	font-size: 18px;
	text-align: center;
	margin-top: 18px;
}

.info.location p a {
	color: #000;
	text-decoration: none;
	font-size: 28px;
	text-align: center;
	font-family: 'Lora', serif;
	font-weight: bold;
}

.info.location p a:after {
	content:url('../assets/open_new.png');
	position: relative;
  	left: 3px;
  	bottom: 2px;

}

.info.time h3 {
	background-color: rgba(178, 255, 34,.6);
}

.info.time p {
	font-size: 25px;
	text-align: center;
	font-family: 'Lora', serif;
	font-weight: bold;
	margin-top: 40px;
}


.info.includes h3 {
	background-color: rgba(0, 174, 30,.6);
}

.info.includes ul {
	font-size: 22px;
	text-align: left;
	font-family: 'Lora', serif;
	font-weight: bold;
	display: inline-block;
	margin: 34px auto;
}

.down {
	position: relative;
  	top: 30px;
  	display: block;
  	margin: 0 auto;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	}

.bottom h2 {
	margin: 30px;
	font-family: 'Lora', serif;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	padding: 5px 10px;
	color: #000;
	display: block;
	margin: 0 auto 20px auto;
}

.buttons li {
	float: left;
	width: 20%;
	min-width: 150px;
	margin: 0 6%;
	list-style-type: none;
	background-color: #000;
	height: 50px;
	border: 1px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.buttons li img {
	margin: 8px auto;
	display: block;
}

.buttons li.gofundme {
	background-color: #73a600;
}

.buttons li.email {
	background: #ff0000;
	font-family: 'Bree Serif', serif;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.buttons li.email a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.buttons li.email span {
	margin-left: 10px;
}

.buttons li.email span:before {
	content:url('../assets/email_logo.png');
	width: 24px;
	height: 24px;
  	position: relative;
  	left: -15px;
 	top: 4px;

}

.buttons li.facebook {
	background-color: #3b5997;
}

.crisis {
	display: block;
  	width: 565px;
  	margin: 0 auto;
 	max-width: 95%;
}

.crisis img {
	margin: 20px auto;
	display: block;
	width: 100%;
	border: 4px solid #fff;
	box-shadow: 0 0 2px #ccc;
}
.c {
	clear: both;
}

.c + h2 {
	margin-top: 40px;
}

.kstar {
	display: block;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}

.up {
	display: none;
}


@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.info.time p { font-size: 20px }
	.info.includes ul { font-size: 18px; padding-left: 10px; }
}

@media screen and (max-width: 1000px) {
	section#one { height: auto; }
	.top { padding: 40px 0 0 0; }
	.infobox { width: 100%; position: relative; }
	.info { width: 48%; margin-top: 10px; }
    .buttons { display: block; margin: 0 auto; }
	.buttons li { width: 25%; margin: 0 3%; }
}

@media screen and (max-width: 800px) {
	.top h1 { font-size: 42px; line-height: 41px; letter-spacing: 2px; }
	.top hr { border-top: 1px solid #fff; box-shadow: none; }
	.top h2 { font-size: 32px; line-height: 36px; letter-spacing: 2px; }
	.top h2.host { font-size: 16px; line-height: 16px; }
	.buttons { padding-left: 0; }
	.buttons li { width: 50%; margin: 5px 25%; }
}

@media screen and (max-width: 600px) {
	.info { width: 100%; margin-left: 0; }
	.bottom { padding: 30px 0; width: 100%; }
	.bottom h2 { font-size: 21px; line-height: 22px; margin-bottom: 12px; }
	.c + h2 { margin: 0 0 5px 0; }
	.crisis { margin: 10px auto 20px auto;}
	.up { display: block; margin: 0 auto; }
}

@media screen and (max-width: 400px) {
	.top { padding: 30px 0 0 0; }
	.top h1 { font-size: 38px; line-height: 38px; letter-spacing: 2px; margin: 0 auto 10px auto; }
	.top hr { width: 120px; }
	.top h2 { font-size: 26px; line-height: 26px; margin: 0 auto; }
	.includes ul { padding-left: 20px; }
}

/* Bouncing arrow - credit to dodozhang21 */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  70% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}