@charset "UTF-8";

/* Body */
body {
	font-family: Century Gothic, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

/* Container */
.container {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

/* Header */
header {
	width: 100%;
	background-color: #FFFFFF;
	border: none;
	height: 184px;
	display: inline-block;
}

#logo2 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 10%;
}

/* Navigation */
.navigation {
	text-align: center;
	display: block;
}

.desktopnav {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20%;
	display: flex;
}

.desktopnav a {
	color: #7DCB00;
	text-decoration: none;
	transition: all 0.3s linear;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0px 10px 0px 10px;
}

.desktopnav a:hover {
	color: #A9F83C;
	cursor: pointer;
}

.desktopnav a:link {
	text-decoration: none;
}

.desktopnav a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #7DCB00;
}

.desktopnav a:active {
	text-decoration: none;
}

.mobilenav {
	display: none;
}

/* hides it elsewhere */

@media screen and (max-width: 768px) {

	/* Your mobile menu css goes here! */
	.mobilenav {
		display: block;
	}

	/* This line makes your mobile nav visible at or below 768px */
	.desktopnav {
		display: none;
	}

	/* This line makes your desktop nav invisible at or below 768px */
	/* After here you can put all your mobile nav css */
	.mobilenav a {
		color: #7DCB00;
		text-decoration: none;
		transition: all 0.3s linear;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 4px 10px 4px 10px;
	}

	.mobilenav a:hover {
		color: #A9F83C;
		cursor: pointer;
	}

	.mobilenav a:link {
		text-decoration: none;
	}

	.mobilenav a:visited {
		text-decoration: none;
		font-weight: bolder;
		color: #7DCB00;
	}

	.mobilenav a:active {
		text-decoration: none;
	}

	#logomobile {
		margin-top: 10px;
		margin-bottom: 0px;
		justify-content: center;
	}
}

/* end mobile nav */
img {
	max-width: 100%;
	height: auto;
}

a:hover {
	color: #A9F83C;
	cursor: pointer;
}

a:link {
	text-decoration: none;
	color: #888b8e;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7DCB00;
}

a:active {
	text-decoration: none;
}

/* About Section */
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px auto;
}

.text_column {
	width: 39%;
	text-align: left;
	font-weight: lighter;
	font-size: 14px;
	line-height: 22px;
	float: left;
	color: #6A6A6A;
	display: inline-block;
}

.text7 {
	font-weight: lighter;
	font-size: 12px;
	line-height: 22px;
	padding-left: 0px;
	padding-right: 20px;
	color: #6A6A6A;
}

.text6 {
	font-weight: lighter;
	font-size: 14px;
	line-height: 22px;
	padding-left: 0px;
	padding-right: 20px;
	color: #6A6A6A;
}

.text5 {
	font-weight: lighter;
	font-size: 14px;
	line-height: 22px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	color: #6A6A6A;
}

.text4 {
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	letter-spacing: 2px;
	color: #5f6168;
}

.text3 {
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	letter-spacing: 2px;
	color: #5f6168;
	line-height: 30px;
}

.text2 {
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	color: #5f6168;
}

.events_menu {
	text-align: left;
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.catering {
	text-align: left;
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.catering_image {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.contact_footer {
	height: 200px;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.contact_footer img {
	padding: 0px 5px;
	display: inline-block;
	text-align: center;
}

.gallery_thumbs {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.events_archive {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.menu_image {
	text-align: center;
}

/* More info */

.copyright {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	color: #4B4B4B;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.hidden {
	display: none;
}

/* Gallery start */
.gallery1 {
	text-align: center;
	width: auto;
}

#thumbs {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	list-style-type: none;
}

#largeImage {
	border: none;
}

.thumbnails {
	text-align: center;
}

#thumbs img {
	border: none;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 8px 0px 0px;
	transition: transform .2s;
}

#thumbs img:hover {
	transform: scale(1.2);
	/* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#currentImg {
	width: auto;
	height: auto;
}

#panel {
	position: relative;
	display: inline-block;
	/* causes element width to shrink to fit content */
	left: 50%;
	/* moves left side of image/element to center of parent element */
	transform: translate(-50%);
	width: 100%;
	height: 581px;
}

/* Gallery end */
.icon {
	margin: 20px 6px 20px 6px;
	border-radius: 5px;
}

* {
	box-sizing: border-box;
}

body {
	font-family: Verdana, sans-serif;
}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 620px;
	position: relative;
	float: right;
	padding-left: 10px;
	display: inline-block;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #F3F3F3;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 5px;
	width: 5px;
	margin: 0 2px;
	background-color: #E9E9E9;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #417171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}

/* Mobile */
@media (max-width: 320px) {

	.text_column {
		width: 100%;
		text-align: justify;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

	.text_column {
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.text_column {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
}
