/*=================
CSS 
=================*/
html, body, div,h1, h2, h3, h4, h5, h6, p, blockquote, center, ul, li, aside, footer, header,nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: majesti banner;
    font: inherit;
    vertical-align: baseline;
}

iframe {
	width: 320px;
	height: 240px;
	border: none;
	box-shadow: 0 4px 0 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 15px;
}

body {
	background-color: #b4b4b4;
  	color: #787878;
  	font-family: "athelas";
  	font-size: 14px;
  	line-height: 1.5;
}

ul {
    color: #8a8c8f;
    list-style: none;
    text-align: center;
    display: block;
}

li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

main {
  	display: block;
  	background-color: #fff;
}


/* ============================================================
  HEADER 
============================================================ */

header {
	height: calc(100%-3em);
	width: 100%;
}

header .social {
  text-align: center;
	
}
header .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 0;
}
header .social a.fb {
  background-position: 0 0;
}
header .social a.twitter {
  background-position: -30px 0;
}
header .social a.googleplus {
  background-position: -60px 0;
}

/* ============================================================
  FOOTER
============================================================ */
footer {
    background-color: #ffffff;
    padding: 40px 0px;
}
footer .asides {
    margin-bottom: 20px;
}
footer aside {
    margin-bottom: 10px;
}
footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer nav li {
    display: inline-block;
}
footer nav a {
	font-family: athelas;
    display: block;
    margin: 0 5px;
}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  	color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
	text-decoration: none;
}

a:hover {
    color: #8a8c8f;
    text-shadow: 2px 2px 10px #8a8c8f;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
    margin-bottom: 0;
}
section.module h2 {
    margin-bottom: 40px;
    font-family: "majesti banner";
    font-size: 30px;
	text-align: center;
}
section.module h3 {
    margin-bottom: 40px;
    font-family: "majesti banner";
    font-size: 24px;
    text-align: center;
}
section.module h4 {
    margin-bottom: 40px;
    font-family: "majesti banner";
    font-size: 30px;
}
section.module h5 {
    margin-bottom: 40px;
    font-family: "majesti banner";
    font-size: 30px;
}
section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}
section.module p:last-child {
    margin-bottom: 0;
}
section.module.content {
    padding: 75px 0;
}
section.module.content-menu {
    padding: 75px 0;
}
section.module.parallax-curtain {
    height:100vh;
    background:rgba(255,255,255,0.5);
}
section.module.parallax {
    max-width: 100%;
    height: auto;
    height: 900px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
section.module.parallax img {
    align-content: center;
    max-width: 100%;
    height: auto;
    margin-top: 450px;
    margin-right: 10px;
}

section.module.parallax-1 {
    background-image: url("1.jpeg");
}
section.module.parallax-2 {
    background-image: url("2.jpeg");
}
section.module.parallax-3 {
    background-image: url("8.jpeg");
}
section.module.parallax-4 {
    background-image: url(4.jpg);
}

section.module.parallax-5 {
    background-image: url(5.jpeg);
}

section.module.parallax-6 {
    background-image: url(6.jpg);
}

.dropdown {
	position: relative;
    display: inline-block;
}

.dropdown-content {
	visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    
    /* Position the dropdown */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
}

.wrapper {
  	width: 100%;
  	margin: 0 auto;
}

.wrapper-info {
	position: fixed;
	width: 100%;
	margin: 0 auto;
}

.wrapper-menu {
  	width: 100%;
  	margin: 0 auto;
}

.container {
 	width: 100%;
  	max-width: 960px;
  	margin: 0 auto;
  	padding: 0 20px;
}

.container-map {
 	width: 100%;
  	max-width:600px;
	height: auto;
  	margin: 0 auto;
  	padding: 0 20px;
}

.container-contact {
 	width: 100%;
  	max-width: 960px;
  	margin: 0 auto;
  	padding: 0 20px;
}

.container-contact img {
 	position: fixed;
	vertical-align: top;
	margin-top: 100px;
}

.container-social-icons {
	float: right;
 	width: 100%;
  	max-width: 550px;
  	margin: 0 auto;
  	padding: 0 20px;
}

.container-icons {
	float: left;
 	width: 100%;
  	max-width: 500px;
  	margin: 0 auto;
  	padding: 0 20px;
}

.container-menu {
	width: 100%;
  	max-width: 960px;
  	margin: auto;
  	padding: 0 20px;
}

/* ============================================================
  INFO BAR
============================================================ */
.info-bar {
  	padding: 20px 0 100px 0;
  	background-color: #ffffff;
  	text-align: center;
}
.info-bar a.icon {
  	display: inline-block;
  	vertical-align: middle;
  	position: relative;
  	margin: 0;
  	padding: 0;
  	width: 30px;
  	height: 30px;
  	opacity: 0.3;
}

/* ==============================================================
	tooltip
===============================================================*/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.banner-thumbnail-wrapper:after {
   content: "\e02d";
   display: inline-block;
   position: absolute;
   z-index: 100;
   color: #fff;
   width: 100%;
   text-align: center;
   font-family: 'squarespace-ui-font';
   transform: rotate(90deg);
   cursor: pointer;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   font-size: 32px;
   margin-top: 100px;
 }


/*===============================================
	scroll arrow
===============================================*/

.arrow-wrap {
  	position:absolute;
  	z-index:1;
  	left:50%;
  	top:-5em;
  	margin-left:-5em;
  	background:#111;
  	width:10em;
  	height:10em;
  	padding:4em 2em;
  	border-radius:50%;
  	font-size:0.5em;
  	display:block;
	box-shadow: 0px 0px 5px 0px #333;
}

.arrow {
  	float:left;
  	position:relative;
  	width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 3em 3em 0 3em;
  	border-color: #ffffff transparent transparent transparent;
  	-webkit-transform:rotate(360deg);
	transform: rotate(360deg);
}

.arrow:after {
  	content:'';
 	position:absolute;
  	top:-3.2em;
  	left:-3em;
 	width: 0px;
  	height: 0px;
  	border-style: solid;
 	border-width: 3em 3em 0 3em;
 	border-color: #111 transparent transparent transparent;
  	-webkit-transform:rotate(360deg);
	transform: rotate(360deg);
}

@-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }



/*====================================================
	footer
====================================================*/

.footer a {
	color: #41393d;
    text-shadow: 2px 2px 10px #41393d;
    filter: drop-shadow(color#41393d, offx=2, offy=2);
}

.footer a:hover {
	color: #41393d;
    text-shadow: 2px 2px 10px #41393d;
    filter: drop-shadow(color#41393d, offx=2, offy=2);
}

.footer-dropdown {
	text-decoration: none;
  	color: #41393d;
	text-shadow: 2px 2px 10px #41393d;
    filter: drop-shadow(color#41393d, offx=2, offy=2);
    position: relative;
    display: inline-block;
}

.footer-dropdown:hover .dropdown-content {
    display: block;
}

.footer-dropdown-content {
	right: 0;
	text-align: left;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

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

@media all and (min-width: 600px) {
		section.module h2 {
		font-size: 42px;
	}
		section.module p {
		font-size: 20px;
	}
		section.module.parallax img {
		align-content: center;
		max-width: 100%;
		height: auto;
	}
		section.module.parallax img {
		align-content: center;
		max-width: 100%;
		height: auto;
		margin-top: 250px;
	}
		iframe {
		width: 400px;
		height: 320px;
		border: none;
	}

		.iframe-main {
		width: 100%;
		height: 100%;
	}

		.idiv {
		position: fixed;
		top: 470px;
		bottom: 0px;
		left: 100px
	}
		footer aside {
		margin-bottom: 0;
		float: left;
		width: 33.3333%;
	}
		footer nav ul {
		text-align: center;
	}
		footer nav li {
		display: inline-block;
	}
		footer nav a {
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		margin: 0;
	}
		header .branding {
    	padding-left: 60px;
	}
	  	header .logo {
		margin-bottom: 0;
		margin-left: -60px;
		float: left;
		width: 60px;
		height: 60px;
	}
	  	header .logo img {
		display: block;
		margin: 0;
	}
	 	header .social {
		padding: 15px 0;
		float: right;
		width: 100%;
		text-align: right;
	}
		footer aside {
		margin-bottom: 0;
		float: left;
		width: 33.3333%;
	}
	  	footer nav ul {
		text-align: center;
	}
	  	footer nav li {
		display: inline-block;
	}
	  	footer nav a {
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		margin: 0;
	}
		.info-bar {
		padding: 20px 0 20px 0;
		background-color: #ffffff;
		text-align: center;
	}

}
@media all and (min-width: 960px) {
  section.module.parallax img {
    align-content: center;
    max-width: 100%;
    height: auto;
  }
	.info-bar {
  	padding: 20px 0 20px 0;
  	background-color: #ffffff;
  	text-align: center;
	}
}


