/* -- DEFAULTS -- */

/*general*/
* { margin: 0; padding: 0; margin: 0px auto; }

body {
	overflow-x: hidden;
	width:100%;
	background:white;
	font-size: 1.2em;
	letter-spacing: .15em;
	font-weight: 100;
	color: #355a66;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 150%;
}

/* CONTAINERS */

.cta {
	width:100%;
	padding-top: 5em;
	background-image: url('_images/bg_02.jpg');
	background-size: cover;
	background-position:center bottom;
}

.img_cta {
	padding: 10%;
	max-width:80%;
}

.container_welcome, .container_travelers, .container_lookout {
	background: white;
	width: 80%;
	padding: 3em 10%;
}


.container_welcome {
	background: white;
}

.container_travelers {
	background-color: #95beb0;
	color: white;
}

.container_plants {
	background-image: url('_images/bg_02.jpg');
	background-size: cover;
	background-position:center bottom;
	padding: 6em;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:120%;
   height:480px; /* your iframe height */
   top:490px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
   margin-left:-10%;
}

.map {
background: white;
margin: 2em 0 2em -10%;
}

.container_travelers_sub {
	padding: 5em 5%;
	display: inline-block;
	vertical-align: text-top;
	background-color: #95beb0;
	width:90%;
}

/* TEXT */

.txt-welcome, .txt_container_head, .txt_container_head_bg {
	max-width: 1000px;
}

.txt_nav {
	width: 100%;
	background:white;
	padding: 2em 0;
	display:block;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.5em;
	font-size: 1.2em;
	box-shadow: 0px 1px 5px #888888;
	position: fixed;
	z-index: 5;
}

.txt_container_head, .txt_sub_travel, .txt_container_head_bg  {
	padding-bottom: 1em;
	line-height: 200%;
}

.txt_container_head_bg {
	background: white;
	width: 80%;
	padding: 3em 10%;
	margin: 1em auto;
}

.txt_headline, .txt_subheadline {
	display:block;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.5em;
	font-size: 1.5em;
	line-height: 150%;
	z-index: 4;
	position: relative;
}

.txt_subheadline {
	font-weight: 500;
	font-size: 1.2em;
	font-family: initial;
	letter-spacing: .25em;
	margin: 2em 0 1em 0;
}

.txt_headline:before, .txt_headline:after {
    content: "";
    display: block;
    width: 2em;
    margin: 1em auto 1em;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.txt_sub_travel {
	width: 40%;
	padding: 2em;
	display: inline-block;
	vertical-align: text-top;
	color: white;
}

.txt_link {
	color: inherit;
	text-decoration: none;
	border: 2px solid;
	padding: .5em 2em;
	border-radius: 2em;
	text-transform: uppercase;
	font-size: 90%;
	line-height: 4em;
	-o-transition:color .2s ease-out, background .2s ease-in, border.2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in, border.2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in, border.2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in, border.2s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background .2s ease-in, border.2s ease-in;
}

.txt_container_head a:hover, .txt_sub_travel a:hover, .txt_container_head_bg a:hover {
	background: #355a66;
	border: 2px solid #355a66;
	color: white;
}

.txt_hashtag { font-size: 200%; display: block; padding:1em;}

/* IMAGES */

.img_divider {
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: -12em;
	width: 15em;
}

.img_circle {
	max-width: 50%;
	border-radius: 100%;
	margin: 0 auto;
}

.img_eye {
	width: 30%;
}

@media (max-width: 900px) {
.container_travelers_sub { width: 90%;}
.container_plants { padding: 6em 1em; }
.txt_sub_travel { width: 90%; padding: 2em 5%;}
.txt_hashtag { font-size: 90%;}
}


@media only screen and (max-device-width : 736px) {
    /* For mobile phones: */
	body { font-size: 2.5em; }
	.txt_nav { position: initial;} 
	.cta { padding-top: 1em;}
	.txt_hashtag { font-size: 80%;}
	.container_travelers_sub { width: 90%; }
	.container_plants { padding: 6em 1em; }
	.txt_sub_travel { width: 90%; padding: 2em 5%;}
}
}
