@charset "utf-8";
/* CSS Document */

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
    margin: 0;
    padding: 0;
}

/* Phone layout */
@media (max-width: 767px){

html, html {
  	margin: 0;
  	padding: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
	
header {
	width: 100%;
	height: 50vh;
	top: 0;
	position: relative;
	z-index: 1000;
	font-family: arial, sans-serif;
	font-size: 12pt;
	background: url('images/pineforest.png') no-repeat center center; 
  	background-size: cover;
	padding-bottom: 3vw;
	padding-top: 0.1vw;
}


a, a:visited {
	color: inherit;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 9vw;
	font-weight: 700;
	letter-spacing: .25em;
	margin-bottom: 2%;
}
h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
}

.header-text {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	width: 100%;
	line-height: 15vh;
	text-align: center;
}

.site-nav {
	/*position: absolute;*/
	/*float: inherit;*/
	/*z-index: 400;*/
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 0 0 0.5em 0;
	opacity: .95;
	background: none;
}
	
.site-nav div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	
.site-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site-nav ul li {
	flex: 50%;
	text-align: center;
}
.site-nav ul li a {
	font-size: 4vw;
	font-weight: 600;
	text-align: center;
	line-height: 12vh;
	text-decoration: none;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #C2D5C1;
	-webkit-transition: color .3s;
	transition: color .3s;
}	

main {
	font-family: arial, sans-serif;
	font-size: 1em;
	background: white;
	position: relative;
}
	
.language-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0vh;
	right: 0em;
	bottom: 0em;
	display: block;
	width: 100%;
	padding: 0em 0em 0em 0em;
	margin-right: 0em;
	opacity: .95;
	background: none;
}

.language-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.language-nav ul li {
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 0em;
	padding-right: 1em;
}
.language-nav ul li a {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 0.8em;
	line-height: 4em;
	text-decoration: none;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: black;
	-webkit-transition: color .3s;
	transition: color .3s;
}



.intro {
	display: none;
	padding: 2em 4em 2em 4em;
}

.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #121512;
	text-align: center;
/*	text-transform: uppercase;*/
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: .1em;
	z-index: 1000;
}

.intro-short {
	display: block;
	height: 50vh;
	padding: 1em 2em 1em 2em;
}

.intro-short p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #121512;
	text-align: center;
/*	text-transform: uppercase;*/
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: .1em;
	z-index: 1000;
}
	
	
.items {
	position: relative;
	overflow: hidden;
}
.item {
	display: block;
}
.item .item-photo {
	padding: 1em 0 0 0;
	position: relative;
}
.item-photo img {
	width: 100%;
	height: auto;
	margin-bottom: -0.25em;
}

.item .item-text {
	background: #2A4D2B;
	color: #fff;
	padding: 1em 1em 1em 1em;
	position: relative;
}
.item-title {
	display: block;
	width: 100%;
	z-index: 1000;
	line-height: 1.5;
	position: absolute;
	margin-top: 25vw;
	text-align: center;
}
.item-title h1 {
	font-size: 9vw;
	opacity: 0.8;
	letter-spacing: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
}
.item-text {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1em;
	line-height: 1.9;
	opacity: .8;
	text-align: justify;
	position: relative;
}
.item .see-more {
	display: inline-block;
	background: #2A4D2B;
	color: #fff;
	padding: 0em 1em 0em 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	position: relative;
}
.see-more{
	font-size: 1em;
	line-height: 1.9;
	opacity: .8;
	text-align: center;
	position: relative;
	transition: all .3s;
	text-decoration: none;
	background: #2A4D2B;
	border: 2px solid white;

}
/*.see-more:hover {
	border-bottom: 1px solid white;
}
*/

footer {
	margin-top: 0em;
	padding-top: 0.5em;
	background-color: #2A4D2B;
}


.foot {
	display: block;
	height: 8em;
	position: relative;
	background-color: #2A4D2B;
	opacity: 0.8;
	margin-top: 1em;
}
	
.foot p {
	margin-top: 5px;		
}

.footer-address {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	opacity: inherit;
	line-height: 1.3;
}

.footer-email {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: relative;
	padding: 1em;
	line-height: 2em;
	text-align: center;
	opacity: inherit;
}

.email{
	display: inline-block;
	margin-top: 0em;
	padding: 0 0 0em 0;
	transition: all .3s;
	text-decoration: none;
	opacity: 1;
}
.email:hover {
	border-bottom: 1px solid white;
}

/*
body {
  font-family: Arial;
  margin: 0;
}
*/

/*
* {
  box-sizing: border-box;
}
*/

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
}
.container2 {
  position: relative;
}
.container3 {
  position: relative;
}

/* Hide the images by default */
.mySlides1 {
  display: none;
}
.mySlides2 {
  display: none;
}
.mySlides3 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev3,
.next3 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev3:hover,
.next3:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container1 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container2 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container3 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
}
.column2 {
  float: left;
  width: 16.66%;
}
.column3 {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo1 {
  opacity: 0.6;
}
.demo2 {
  opacity: 0.6;
}
.demo3 {
  opacity: 0.6;
}

.active,
.demo1:hover {
  opacity: 1;
}
.active,
.demo2:hover {
  opacity: 1;
}
.active,
.demo3:hover {
  opacity: 1;
}


	
}

/* tablet layout */
@media (min-width: 768px) and (max-width: 1023px){

a, a:visited {
	color: inherit;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 8.5em;
	letter-spacing: .7em;
}

h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
	margin-bottom: 1.5%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
	
header {
	width: 100%;
	height: 50vh;
	top: 0;
	position: relative;
	z-index: 1000;
	font-family: arial, sans-serif;
	font-size: 11pt;
	background: url('images/pineforest.png') no-repeat center center; 
  	background-size: cover;
}
	
.header-text {
	display: block;
	height: 50vh;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #971F21;
	position: absolute;
	width: 100%;
	text-align: center;
}
	
.header-text h1 {
	font-size: 14vw;	
	line-height: 15vh;
	vertical-align: inherit;
	/*color: #971F21; remove after testing */
}
@media (max-height: 30em){
.header-text h1 {
	font-size: 0vw;	
	line-height: 0vh;
	vertical-align: inherit;
}
}

.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	padding: .75em 2em 0 0em;
	opacity: .95;
	background: none;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 3vw;
}
.site-nav ul li a {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 2vw;
	line-height: 3em;
	text-decoration: none;
	letter-spacing: .3vw;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1.5px solid #FFF;
}


main {
	font-family: arial, sans-serif;
	font-size: 1em;
	background: white;
	position: relative;
}
	
.language-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: -9vh;
	right: 2em;
	bottom: 0em;
	display: block !important;
	width: 100%;
	padding: 2em 2em 0em 0em;
	margin-right: 0em;
	opacity: .95;
	background: none;
}

.language-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.language-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2em;
}
.language-nav ul li a {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1em;
	line-height: 4em;
	text-decoration: none;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: black;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.language-nav ul li a:hover {
	outline: none;
	border-bottom: 1.5px solid #000000;
}


.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50vh;
}

@media (max-height: 50em){
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 25em;
}
}

.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	padding: 5vh 10vw 5vh 10vw;
	color: #121512;
	text-align: center;
/*	text-transform: uppercase;*/
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: .1em;
	z-index: 1000;
}
	
.intro-short {
	display: none;
}


.items {
	position: relative;
	overflow: hidden;
}
.item {
	display: block;
	background: #608465;
}
.item .item-photo {
	padding: 0em 0 0 0;
	position: relative;
}
.item-photo img {
	width: 100%;
	height: auto;
	margin-bottom: -0.25em;
}

.item .item-text {
	
	color: #fff;
	padding: 1em 1em 1em 1em;
	position: relative;
}
.item-title {
	display: block;
	width: 100%;
	z-index: 1000;
	line-height: 1.5;
	position: absolute;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	margin-top: 25vw;
	text-align: center;
	font-size: 6vw;
	letter-spacing: 2vw;
	text-transform: uppercase;
	}

.item-text {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1em;
	line-height: 1.8;
	opacity: .8;
	padding: 1em 1em 1em 1em;
	text-align: justify;
	position: relative;
}
.item .see-more {
	display: inline-block;
	background: #2A4D2B;
	color: #fff;
	padding: 0em 1em 0em 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	position: relative;
}
.see-more{
	font-size: 1em;
	line-height: 1.9;
	opacity: .8;
	text-align: center;
	position: relative;
	transition: all .3s;
	text-decoration: none;
	background: #2A4D2B;
	border: 2px solid white;

}
footer {
	margin-top: 0em;
	background-color: #2A4D2B;
}


.foot {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	height: 6em;
	position: relative;
	background-color: #2A4D2B;
	opacity: 0.8;
}



.footer-email {
	display: block;
	width: 100vw;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: relative;
	padding: 1em 1.5em 1em 0em;
	text-align: center;
	opacity: inherit;
	line-height: 1.5;
	font-size: 1.2em;
}

.email{
	display: inline-block;
	margin-top: 0em;
	padding: 0 0 0em 0;
	transition: all .3s;
	text-decoration: none;
	opacity: 1;
}
.email:hover {
	border-bottom: 1px solid white;
}
	
/*
body {
  font-family: Arial;
  margin: 0;
}
*/

/*
* {
  box-sizing: border-box;
}
*/

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
}
.container2 {
  position: relative;
}
.container3 {
  position: relative;
}

/* Hide the images by default */
.mySlides1 {
  display: none;
}
.mySlides2 {
  display: none;
}
.mySlides3 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev3,
.next3 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev3:hover,
.next3:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container1 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container2 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container3 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
}
.column2 {
  float: left;
  width: 16.66%;
}
.column3 {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo1 {
  opacity: 0.6;
}
.demo2 {
  opacity: 0.6;
}
.demo3 {
  opacity: 0.6;
}

.active,
.demo1:hover {
  opacity: 1;
}
.active,
.demo2:hover {
  opacity: 1;
}
.active,
.demo3:hover {
  opacity: 1;
}

	
}

/* laptop layout */
@media (min-width: 1024px){

a, a:visited {
	color: inherit;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 8.5em;
	letter-spacing: .7em;
}

h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
	margin-bottom: 1.5%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
	
header {
	width: 100%;
	height: 50vh;
	top: 0;
	position: relative;
	z-index: 1000;
	font-family: arial, sans-serif;
	font-size: 11pt;
	background: url('images/pineforest.png') no-repeat center center; 
  	background-size: cover;
}
	
.header-text {
	display: block;
	height: 50vh;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
}
	
.header-text h1 {
	font-size: 7vw;	
	line-height: 30vh;
	vertical-align: inherit;
}
@media (max-height: 25em){
.header-text h1 {
	font-size: 0vw;	
	line-height: 0vh;
	vertical-align: inherit;
}
}

.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	padding: .75em 2em 0 0em;
	opacity: .95;
	background: none;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2em;
}
.site-nav ul li a {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1.5em;
	line-height: 3em;
	text-decoration: none;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1.5px solid #FFF;
}

	
main {
	font-family: arial, sans-serif;
	font-size: 1em;
	background: white;
	position: relative;
}

.language-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0vh;
	right: 2em;
	bottom: 0em;
	display: block !important;
	width: 100%;
	padding: 0em 0em 0em 0em;
	margin-right: 0em;
	opacity: .95;
	background: none;
}

.language-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.language-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2em;
}
.language-nav ul li a {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1em;
	line-height: 4em;
	text-decoration: none;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: black;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.language-nav ul li a:hover {
	outline: none;
	border-bottom: 1.5px solid #000000;
}
	
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50vh;
}

@media (max-height: 50em){
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 25em;
}
}

.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	padding: 12vh 15vw 5vh 15vw;
	color: #121512;
	text-align: center;
/*	text-transform: uppercase;*/
	font-size: 1.3em;
	line-height: 1.7;
	letter-spacing: .1em;
	z-index: 1000;
}
	
.intro-short {
	display: none;
}

.items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0 2em 0;
	margin: 1em 0 0em 0;
	background: #608465;
}
.item .item-photo, .item-text {
	flex-basis: 50%;
	box-sizing: border-box;
	position: relative;
}
.item-photo {
	display: flex;
	padding: 1vw 3vw 1vw 3vw;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.item-photo img {
	width: 100%;
	z-index: 500;
	height: auto;
	opacity: 1;
}

.item-text {
	color: #fff;
	padding: 1vw 3vw 0vw 2vw;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	opacity: .8;
	text-align: justify;
}
	
.item .item-title {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -100%);
	color: white;
	z-index: 1000;
	margin: 4vw 4vw 4vw 4vw;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 3vw;
}


.item .see-more {
	color: #fff;
	margin: 4vw 0vw 0vw 2vw;
	position: relative;
}
.see-more{
	font-size: 1.1em;
	line-height: 1.9;
	opacity: inherit;
	text-align: center;
	transition: all .3s;
	text-decoration: none;
	background: #608465;

}
.see-more:hover {
	border-bottom: 1px solid white;
}

footer {
	margin-top: 0em;
	background-color: #2A4D2B;
}


.foot {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	height: 6em;
	position: relative;
	background-color: #2A4D2B;
	opacity: 0.8;
}



.footer-email {
	display: block;
	width: 100vw;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: relative;
	padding: 1em 1.5em 1em 0em;
	text-align: center;
	opacity: inherit;
	line-height: 1.5;
	font-size: 1.2em;
}

.email{
	display: inline-block;
	margin-top: 0em;
	padding: 0 0 0em 0;
	transition: all .3s;
	text-decoration: none;
	opacity: 1;
}
.email:hover {
	border-bottom: 1px solid white;
}

.footer-address {
	display: inline-block;
	width: 30vw;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: relative;
	padding: 0em 0em 1em 1.5em;
	text-align: center;
	opacity: inherit;
	margin-top: -1em;
	line-height: 1.5;
	font-size: 1.2em;
}
	
/*
body {
  font-family: Arial;
  margin: 0;
}

* {
  box-sizing: border-box;
}
*/

/*
img {
  vertical-align: middle;
}
*/

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
}
.container2 {
  position: relative;
}
.container3 {
  position: relative;
}

/* Hide the images by default */
.mySlides1 {
  display: none;
}
.mySlides2 {
  display: none;
}
.mySlides3 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev3,
.next3 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev3:hover,
.next3:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container1 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container2 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.caption-container3 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
}
.column2 {
  float: left;
  width: 16.66%;
}
.column3 {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo1 {
  opacity: 0.6;
}
.demo2 {
  opacity: 0.6;
}
.demo3 {
  opacity: 0.6;
}

.active,
.demo1:hover {
  opacity: 1;
}
.active,
.demo2:hover {
  opacity: 1;
}
.active,
.demo3:hover {
  opacity: 1;
}
	
}
