/*-----------------*/
/*DEFAULT AND PHONE*/
/*-----------------*/
/*global*/
body {
	background: #FFFFFF url('../img/beachriver.jpg') no-repeat center center scroll;
	background-size: cover;
}

#filter {
	background-color: rgba(255,255,255,0.55);
}

.page-heading {

}

.title-about {

}

.main-about {

}

.main-about span {
	font-weight: bold;
}

.seperator-heading-about {

}

.next-page {
	margin: 15px 0;
}

.page-footer {
	margin: 0;
}

/*dots*/
.thanksgiving {
	position: absolute;
	bottom: 280px;
	right: 40px;
	z-index: 14;
}

.thanksgiving p {
	margin: 18px 0 0 0;
	height: 35px;
	line-height: 17px;
	padding: 0;
}

.thanksgiving-modal {
	z-index: 15;
	border-width: 0px;
	background: transparent url('../img/beachriver.png') no-repeat left bottom scroll;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 80vh;
	margin: 10% 2%;
	padding: 30px 10px;
	display: none;
	color: #213813;
	font-family: 'Open Sans';
	overflow-y: scroll;
}

.thanksgiving-modal h4 {
	font-weight: bold;
	letter-spacing: 15px;
	text-align: center;
	margin-bottom: 45px;
	font-size: 1em;
}

/*------*/
/*TABLET*/
/*------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.thanksgiving-modal h4 {
		font-size: 1.2em;
		letter-spacing: 35px;
	}
}


/*-------*/
/*DESKTOP*/
/*-------*/
@media only screen and (min-width: 992px) {

	.thanksgiving-modal {
		margin: 10% 20%;
		padding: 50px;
	}

	.thanksgiving-modal h4 {
		letter-spacing: 35px;
		margin-bottom: 45px;
	}

}