/*
Version: 1.0

sass
sass --watch --sourcemap=none walnut-grove.sass:css/bulma.css
------------------------------------------------------------------------------------------
*/

@import "css/bulma/css/bulma.css" screen, projection;
@import "standards.css" screen, projection;

html, body {
    font-family: 'Raleway';
	background-color: #fff;
	color: #494848;
}

body {
	/* push footer to bottom for full height page (not a sticky footer) */
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	color: #666666;
}

footer {
	background-color: #333333;
	color: #fff;
}

.wrapper {
	flex: 1;
}

h1 {
	text-align: center;
	color: #6e8b76; /* green */
	font-size: 2em;
}

h2,h3 {
	color: #6e8b76; /* green */
	font-size: 1.5em;
}
h3 {
	font-family: 'Spectral', serif;
}

em {
    font-family: 'Spectral', serif;
    font-size: 20px;
	letter-spacing: -1px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

p {
	margin: 8px 0px 8px 0px;
}

a, a:visited {
	color: #903a19;
	text-decoration: none;
}
footer a, footer a:visited,footer a:hover {
	color: #fff;
}

hr {
	border-top: 1px solid #666666;
}

.home-slideshow {
	position: relative;
}
	.home-slideshow .logo {
		position: absolute;
		top: 10%;
		right: 10%;
		z-index: 9999;
		width: 250px;
	}
	@media only screen and (max-width: 480px) {
		.home-slideshow .logo {
			top: 10%;
			right: 0%;
			width: 100px;
		}
	}

.owl-carousel div h2, .owl-carousel div .textoverlay{
	position:absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	color:#FFF;
	font-size:36px;
	display:block;
}

.card-section {
	background-color: #ecdec9;
}

.site-plan-bg {
	background-image: url('../images/site-plan-panel-1.jpg');
	background-position: top center;
	background-size: cover;
	color: #fff;
}
	.site-plan-bg h2 {
		color: #fff;
		margin-bottom: 20px;
	}
	.site-plan-bg .columns {
		min-height: 400px;

	}

.hero-panel {
	width: 100%;
	height: auto;
	display: block;
}

.wbutton {
	display: block;
	text-align: center;
	padding: 15px 8px 15px 8px;
	border: 1px solid #c0c0c0;
	max-width: 200px;
	margin: 10px auto 10px auto;
}
.wbutton-green {
	color: #fff !important;
	background-color: #6e8b76;
}
.wbutton-green:hover {
	color: #6e8b76  !important;
	background-color: #fff;
}
.wbutton-dark {
	color: #fff  !important;
	background-color: #333333;
}
.wbutton-dark:hover {
	color: #333333  !important;
	background-color: #fff;
}

.no-style {
	text-decoration: none;
	border: none;
}
.white {
	color: #fff !important;
}

.mt-20 {
	margin-top: 40px;
}

.contactMessage {
	display: none;
}
	.contactMessage .logo {
		display: block;
		width: 80%;
		margin: 0px auto 0px auto;
	}

form .is-danger {
	display: none;
}
.button { border-radius: 0;}

.shadow-bg {
	background-color: #E5E4E2;
}
	.shadow-bg p {
		margin: 8px 10px 8px 10px;
	}

.breakout-box {
	background-color: #fff;
}

.privacy-policy {
	display: none;
}

.super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.smallen {
	font-size: 14px;
}
