/* Common Styling
 * These styles are used by at least two html files
 */
* {
	box-sizing:border-box;
}

html {
	text-align: center;
	font-family: Georgia, serif;
}

body {
	margin: 0;
}
/*Banner styling*/
.banner {
	height: 60%;
	width: 60%;
}
/*NavBar styling*/
nav {
	overflow: hidden;
	font-size: 42px;
	color:  #16315c;
	padding-bottom: 5px;
	border: solid;
	border-style: solid none;
}

nav a {
	color:  #16315c;
	text-align: center;
	padding: 4px 34px;
	text-decoration: none;
	font-size: 42px;
}

nav a:hover {
	color: #81bef7;
}

nav a.current {
	color: #81bef7;
}
/*Portal styling*/
#ownersportal {
	text-decoration: none;
	font-size: 20px;
	color: #0b0b51;
	position: absolute;
	top: 1px;
	right: 18px;
}
/*Banner image styling*/
.topimage {
	width: 100%;
	height: 700px;
	margin: 0px 0px 10px;
}

.biglink {
	font-size: 30px;
	color: #0b0b51;
}
/*Footer style*/
footer {
	text-align: center;
	padding: 3px 1px;
	background-color: #16315c;
	left: 0;
	bottom: 0;
	margin-top: 3px;
	width: 100%;
}

footer.flex-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

#phonenumber {
	float: left; 
	color: #ffffff; 
	margin: 0px 0px 0px 21px;
	text-decoration: none;
}

#emblemlink {
	height: 78px; 
	width: 78px; 
	display: block; 
	margin: 0px auto;
}
 
#contactlink {
	float: right; 
	color: #a06d4e; 
	font-size: 20px;
	margin: 0px 21px 0px 0px;
	text-decoration: none
}
/*Column styling*/
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 50%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 50%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
/*Row styling*/
.row::after {
	content: "";
	clear: both;
	display: table;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.clearfix p {
	text-align: left;
	font-size: 18px;
	margin: 0px 40px 0px 70px;
	color: #646464; 
	line-height: 160%;
}

.clearfix img {
	float:left; 
	height: 24%; 
	width: 24%; 
	margin: 0px 40px 0px 70px;
}

/* Homepage styling */
video {
	width: 100%;
}

.flex-container#homelinks {
	flex-flow: row nowrap;
	display: flex;
	align-items: center;
}

.flex-container#homelinks a {
	text-decoration: none;
}

.imglink {
	width: 75%;
}
/*Figure caption styles*/
figcaption {
	text-align: center;
	font-size: 34px;
	color: #0b0b51;
}
/*Intro paragraph styles*/
.intro p {
	font-size: 20px;
	color: #646464; 
	line-height: 160%;
}	

.flex-container#homelinks {
	justify-content: space-around;
}

/* Contact page styling */
/*Required fields styling*/
.required {
	color: #ff0000;
}

.flex-container#contactform {
	display: flex;
	flex-direction: row;
	align-items: center;
}
/*Input fields styling*/
input[type=text], select, textarea {
	width: 100%;
	padding: 6px;
	border-style: solid;
	border-radius: 1px; 
	margin: 1px 0px 14px 4px;
	resize: none; 
}
/*Submit button stylng*/
input[type=submit] {
	background-color:  #0b0b61;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #0b0b86;
}

button.collapse {
	font-size: 18px;
	color: #646464;
}
/*COntact form styles*/
#contactform {
	justify-content: center;
	align-items: center;
	height: inherit;
	padding: 20px;
	flex-direction: column;
}

#contactform form {
	width: 40%;
}

.contactfields {
	width: 100%;
	float: left;
	clear: left;
}

#fail  {
	font-size: 18px; 
	color: #646464; 
	line-height:160%;
	text-align: center;
}
/*Direction font style*/
#directions {
	font-size: 18px; 
	color: #646464; 
	line-height:160%;
	text-align: left;
	margin: 0px;
}
/*Google Map Styling*/
#googlemap {
	width: 400px;
	height: 400px;
	border: 1; 
	margin: 0px 60px 0px 70px;
}

.contactheading {
	font-size: 40px;
	color: #0b0b51;
}
/*Collapsible function styling*/
.collapse {
	background-color: #eee;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
}

.active, .collapse:hover {
	background-color: #ccc;
}

.collapse:after {
	content: '\02c7';
	font-size: 30px;
	color: #A4A4AA;
	display:block;
	font-weight: bold;
}

.active:after {
	content: "\02C6";
}
/*COntent of collapsible style*/
.content {
	padding: 0 4px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
	font-size: 18px;
	color: #646464;
}

/* About page styling */
.clearfix h1 {
	text-align: left;
	font-size: 30px;
	color: #0b0b51;
}

#middleblock h1 {
	margin: 20px 70px;
}

#middleblock img {
	float: right;
}

/* Rental page styling */
.clearfix h1 {
	font-size: 30px;
	margin: auto 200px;
	color: #0b0b51;
	text-align: left;
}
/*Google calendar styling*/
.googlecal {
	width: 90%;
	height: 800px;
	border: none;
	margin: 20px 0px;
}

.flex-container#clubgallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.galleryimg {
	width: 25%;
	height: 100%;
	margin: 25px;
}

/* Lots page styling */
.map {
	width: 50%;
	height: 50%;
	padding: 10px 0px;
}
/*Slideshow style*/
.slideshow-container {
	position: relative;
	width: 50%;
	margin: 0px auto 20px;
}

.slide {
	display: none;
}

.slide.fade img {
	width: 100%;
	vertical-align: middle;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
/*Animation for slide show*/
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.cursor {
	cursor: pointer;
}
/*Styling for prev and next buttons of slideshow*/
.prev {
	left: 0;
}

.prev, 
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin: -50px 0px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border: 0px 3px;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0;
}

.prev:hover, 
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.row {
	display: block;
	margin: 0px auto;
	width: 100%;
}

.column {
	float: left;
	width: 16.66%;
}

.contactfields {
	float: left;
	width: 100%;
}

.demo.cursor {
	width: 100%;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

.biglink {
	font-size: 30px;
	color: #0b0b51;
}
/*Styling for Lots*/
.lots {
	width: 100%;
	font-size: 20px;
	line-height: 160%;
	color: #a1a1a1;
	border-style: solid none;
	border-color: #0b0b51;
	margin: 20px 0px 6px;
}