/* GENERAL STYLES */
@charset "UTF-8";
  
body {
	font-family: 'IM Fell French Canon', serif;
	background-color: #F7F7E6;
	min-width: 1172px;
	color: #444444;
}
#wrapper {
  width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

/* HEADER */

#top {
	background-color: #2C3A1C;
	padding-top: 1px;
	padding-bottom: 1px;
}

h1 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	color: #F5F5F5;
}

h2 {
	font-size: 20px;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #809947;
	font-weight: normal;
}

/* NAVIGATION */

.mainnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mainnav a {
	width: 236px;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background-color: #809947;
	color: #F5F5F5;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	border: 2px solid #F5F5F5;
}
.mainnav a:visited {
  color: #ffffff;
}
.mainnav a:hover {
	background-color: #B9CB91; opacity: 0.8;
}

/* MAIN */

#content {
	clear: left;
	margin-top: 65px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#main {
	float: left;
	width: 52%;
	padding-left: 20px;
	border-radius: 8px;
	border: thick double #2D5B2D;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-right: -30px;
	margin-bottom: 15px;
}
.name {
	color: #2D5B2D;
	text-transform: uppercase;
}
img {
	border: thick double #2D5B2D;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
#imageHero {
	float: left;
	width: 0%;
	margin-top: 0px;
}

#beach {
  float: left;
  width: 0%;
  margin-top: 0px;
}

#mountains {
  float: left;
  width: 0%;
  margin-top: 0px;
}


figcaption {
	background-color: #2C3A1C;
	color: #F5F5F5;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.75;
	margin-top: -60px;
	margin-left: 4px;
	margin-right: 4px;
	width: 373px;
}

/* houses the 3D space, keeps perspective, acts as wrapper for 3D object */
.flip-container {
    width: 400px;
    height: 533px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 100px;
    margin-left: 500px;
}

.flip-container {
  -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
	perspective: 1000;
}

/* includes flip speed */
.flip-cards {
	width: 400px;
	height: 533px;
	position: relative;
	float: right;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* flip the pane when hovered */
	.flip-cards:hover {
		transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}


/* hide back of pane during swap */
.flip-cards div {
    width: 400px;
    height: 533px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* front pane */
.front-card {
    z-index: 2;
}

/* back pane */
.back-card {
    z-index: 1;
    background: #B0E0E6;
    text-align: center;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
	transform: rotateY(180deg);
}

li:nth-child(3n+1){
     color: #809947;
}

input[type=submit] {
-webkit-box-shadow: 2px 2px 5px black, -2px -2px 5px black;
 box-shadow: 2px 2px 5px black, -2px -2px 5px black;}


/* FOOTER */

footer {
	clear: left;
	text-align: center;
}
#copyright {
	font-size: 10px;
	padding-top: 65px;
}

/* Fonts 
font-family: 'IM Fell French Canon', sans-serif;
font-family: 'Montserrat', sans-serif;*/
