html, body {
	font-family: 'Source Serif Pro', serif;
	width: 100%;
}
html.has-lightbox {
	overflow: hidden;
	position: static;
	height: 100vh;
	width: 100vw;
}
h1, h2 {
	font-family: 'Yellowtail', cursive;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 3.5rem;
}
.btn-primary {
	background-color: #88c28b;
	border-color: #65ae72;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #65ae72 !important;
	border-color: #65ae72 !important;
	color: #fff;
	box-shadow: none !important;
}
.img-thumbnail {
	border:solid 2px #65ae72;
}
.caption {
	font-family: 'Yellowtail', cursive;
}
.text-secondary {
	color: #00780e !important;
}
.container {
  max-width: 800px !important;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}
.full {
	width: 100%;
	height: 100vh;
	display: flex;
	background-size: cover;
	align-items: center;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header {
	position: relative;
	background:#eee;
}
@-webkit-keyframes slideTopRight {
    100% { right: 0; top: 0; }
}

@keyframes slideTopRight {
    100% { right: 0; top: 0;}
}

@-webkit-keyframes slideTopLeft {
    100% { left: 0; top: 0; }
}
@keyframes slideTopLeft {
    100% { left: 0; top: 0;}
}

@-webkit-keyframes slideBottomLeft {
    100% { left: 0; bottom: 0; }
}
@keyframes slideBottomLeft {
    100% { left: 0; bottom: 0;}
}

@-webkit-keyframes slideBottomRight {
    100% { right: 0; bottom: 0; }
}
@keyframes slideBottomRight {
    100% { right: 0; bottom: 0;}
}
.header::before, .header::after,
.header-footer::before, .header-footer::after {
	display: block;
	content: '';
	height: 60vh;
	width: 30%;
	position: absolute;
}
.header::before {
	background:url('image/fl1_c1.png') no-repeat;
	background-size: contain;
	top:-500px;
	left: -500px;
	-webkit-animation: slideTopLeft 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slideTopLeft 0.5s forwards;
    animation-delay: 2s;
}
.header::after {
    top: -500px;
    right: -500px;
    background: url('image/fl1_c2.png') no-repeat;
    background-size: contain;
	background-position: top right;
	-webkit-animation: slideTopRight 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slideTopRight 0.5s forwards;
    animation-delay: 2s;
}
.header-footer::before {
	background:url('image/fl1_c4.png') no-repeat;
	background-size: contain;
	background-position: bottom left;
	bottom:-500px;
	left: -500px;
	-webkit-animation: slideBottomLeft 0.5s forwards;
    -webkit-animation-delay: 2.5s;
    animation: slideBottomLeft 0.5s forwards;
    animation-delay: 2.5s;
}
.header-footer::after {
    bottom: -500px;
    right: -500px;
    background: url('image/fl1_c3.png') no-repeat;
    background-size: contain;
	background-position: bottom right;
	-webkit-animation: slideBottomRight 0.5s forwards;
    -webkit-animation-delay: 2.5s;
    animation: slideBottomRight 0.5s forwards;
    animation-delay: 2.5s;
}
.header h1 {
	font-size: 3rem;
}
.quote p {
	font-style: italic;
}
footer {
	position: relative;
}
footer img {
	max-width: 100px;
}
footer small {
	display: block;
}
footer::before, footer::after {
	display: block;
	content: '';
	height: 30vh;
	width: 30%;
	position: absolute;
	z-index: 1;
}
footer::before {
	background:url('image/fl1_c4.png') no-repeat;
	background-size: contain;
	background-position: bottom left;
	bottom:0;
	left: 0;
}
footer::after {
    bottom: 0;
    right: 0;
    background: url('image/fl1_c3.png') no-repeat;
    background-size: contain;
    background-position: bottom right;
}
footer .col-md-12 {
	z-index: 3;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size: 6rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.show-guest-book .container {
    max-width: 600px;
    max-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
    border: solid 1px #88c28b;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}
.show-guest-book .media-comment {
    border-bottom: solid 1px #ddd;
}