#masthead {
	display: none;
}

/*
OVERRIDES
*/

#content {
	margin-top: 0px;
}

@media screen and (max-width: 1280px) {
	
	.container {
		max-width: 100%;
	}
	
}

/*
HOME TEXT
*/

.text-above, .text-below {
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.text-above {
	margin-top: 20px;
}

.text-below {

}

/*
HEADER
*/

#frontheader {
	width: 100%;
	min-height: 100px;
}

#logo {
	float: right;
	height: 100px;
}

#logocut {
	float: left;
	height: 100px;
}

@media screen and (max-width: 480px) {
	#logocut {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	#logocut {
		height: 50px;
	}

	#option-container > div {
		flex-direction: column;
	}

}

/*
Home widgets
*/

#option-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
	
.container-left {
	display: flex;
	flex-direction: row;
}

.container-right {
	display: flex;
	flex-direction: row;
}

.option {
	width: 260px;
	height: 300px;
	background-color: #fff;
	padding: 20px;
	margin: 15px;
	text-align: center;
	color: white;
	position: relative;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.4);
}

.option h1, .option h2 {
	font-size: 1.5em;
}

.option1 {
	background: url(/wp-content/uploads/2016/07/family.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.option2 {
	background: url(/wp-content/uploads/2021/04/Mount-Martha-Business-768x576.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.option3 {
	background: url(/wp-content/uploads/2016/07/meet-us.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.option4 {
	background: url(/wp-content/uploads/2016/07/news.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.optlink, .optlink-text {
	transition: 0.3s;
}

.optlink {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.optlink-text {
	display: block;
	height: 300px;
	margin-top: 0px;
}

.optlink-text-main {
	height: 300px;
	font-size: 16px;
	display: block;
	color: white;
	background: rgba(247, 143, 30, 0.8);
	padding: 10px 15px 15px 15px;
}

.optlink:hover .optlink-text {
	margin-top: -9em;
}

/* Home Buttons */

.button-container {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.main-button {
	text-align: center;
	font-weight: bold;
	width: 300px;
	color: white;
	padding: 20px;
	margin: 0 15px 15px;
	background: #F78F1E;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.4);
}

.main-button:hover {
	background: #202020;
}

#home-contact {
	
}

#home-book {
	
}

