/*
	File: style.css;
	Author: Chris Charnecki;
	Created: 1/10/2019;
*/

/*
	Possible Fonts:

	Coiny
	Shrikhand
	Bowlby One SC
	Chewy
	Titan One
	Berkshire Swash **
	Lato **
	Hanalei Fill

	Freckle Face

	Lemon
	Suez One
	Chicle
*/

/* Background pattern from Toptal Subtle Patterns */

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
}

html {
	height: 90%;
	font-size: 100%;
}

body {
	height: 90%;
	margin: 0;
	padding: 0;
	background-image: url('greenleaves.png');
	font-family: Lato, Georgia, sans-serif;
	background-color: #6B6D76;
}

.container {
	min-height: 90%;
	width: 100%;
	padding-top: 2%;
	max-width: 1200px;
}

.col-s-1 {width: 8.33%;}
.col-s-2 {width: 16.66%;}
.col-s-3 {width: 25%;}
.col-s-4 {width: 33.33%;}
.col-s-5 {width: 41.66%;}
.col-s-6 {width: 50%;}
.col-s-7 {width: 58.33%;}
.col-s-8 {width: 66.66%;}
.col-s-9 {width: 75%;}
.col-s-10 {width: 83.33%;}
.col-s-11 {width: 91.66%;}
.col-s-12 {width: 100%;}

#header {
	text-align: center;
	color: white;
	text-shadow: .1em .1em .2em black;
	font-family: 'Berkshire Swash', Georgia, serif;
}

#siteTitle {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#subTitle {
	margin-top: 0;
	padding-top: 0;
}

#navbar {
	height: 12em;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	font-size: 1em;
}

#navlist {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: 1em;
	list-style-type: none;
	float: left;
}

#navlist a:hover {
	background-color: #D8D8F6;
	box-shadow: .05em .05em .1em black inset;
}

#navlist a.currentPg {
	background-color: #D8D8F6;
}

#navlist li {
	display: block;
	padding: .5em .25em .5em 0;
}

#navlist li:not(:last-child) {
	border-bottom: .1em solid #3C4F76;
}

#navlist a {
	text-decoration: none;
	color: #3C4F76;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .2em;
	padding-bottom: .2em;
	border-radius: .5em;
}

#main {
	border-top: 5px solid #383F51;
	background-color: white;
	padding: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.centered {
	display: flex;
	justify-content: center;
}

img {
	max-width: 100%;
	height: auto;
	image-orientation: from-image;
	object-fit: cover;
}

#footer {
	position: relative;
	margin-top: 5%;
	max-width: 100%;
	color: white;
	background-color: #6B6D76;
	bottom: 0;
	padding: 1em;
	display: flex;
	justify-content: center;
}

#footer-container {
	width: 100%;
	max-width: 1200px;
	display: inline-block;
}

#copyright {
	text-align: center;
}

.gal-image {
	display: none;
}

.img-lg {
	max-height: 90%;
	height: auto;
	max-width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

#gallery-bg {
	background-color: black;
	opacity: .8;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

.showgallery {
	display: none;
}

#cottage-amenities {
	list-style-position: outside;
	list-style: none;
	padding-left: 0;
	padding-right: 1em;
}

#cottage-amenities li {
	padding: 1em 0 1em 0;
}

#vrbo-link {
	text-decoration: none;
}

@media only screen and (min-width: 600px) {
	#navbar {
		font-size: 1em;
		height: 2em;
		justify-content: flex-start;
	}

	#navlist li {
		display: inline-block;
		padding: 0 .25em 0 0;
	}

	#navlist li:not(:last-child) {
		border-right: .1em solid #3C4F76;
		border-bottom: none;
	}
}

@media only screen and (max-width: 768px) {
	/* For tablets: */
	#navbar {
		border-top: 5px solid #383F51;
	}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

	.container {
		width: 80%;
		margin-left: auto; 
		margin-right: auto;
	}

	#siteTitle {
		font-size: 3em;
	}

	#footer-container {
		width: 80%;
		margin-left: auto; 
		margin-right: auto;
	}

	.outerBorder {
		border-style: solid;
		border-color: #383F51;
		border-width: .2em;
		box-shadow: .1em .1em .5em black;
	}

	.midBorder {
		border-style: solid;
		border-color: white;
		border-width: .3em;
	}

	.innerBorder {
		border-style: solid;
		border-color: #3C4F76;
		border-width: .5em;
	}

	[class*='polaroid-'] {
    	padding: 1em 1em 3em 1em;
		margin: 2em 0 2em 0;
		box-shadow: .1em .1em .3em .1em black;
		background-color: white;
		z-index: 500;
    }

    .polaroid-left {
		position: relative;
		left: -5em;
	}

	.polaroid-right {
		position: relative;
		left: 5em;
	}

	.turn-right {
		transform: rotate(5deg);
	}

	.turn-left {
		transform: rotate(-5deg);
	}

	#navbar {
		font-size: .95em;
	}
}