/* ============================================================
  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;
}

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

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;
}

/* ============================================================
  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: 25px 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;
}

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;
}

/* ============================================================
  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);
}

/* ============================================================
  DROPDOWNS
============================================================ */

.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
============================================================ */

.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: auto 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;
 }

/* ==============================================================
	RESPONSIVENESS (EXTRA  - NOT REQUIRED)
===============================================================*/

@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
	}

		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;
	}
}


