/*
Colours:
#343d40 - Dark grey
#b6814f - orange-brown
#e5d4d3 - Light brown
*/

body {
    font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #32374c;
	font-size: 15px;
	height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-family: 'Josefin Sans', sans-serif;
}

a {
    color: #333;
    border-bottom: none;
    text-decoration: none;
}

a:hover, a:focus, a:link {
    outline: none;
    border-bottom: none;
    text-decoration: none;
}

.main {
    display: block;
}

.mobile-only {
    display: none;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100px;
    height: auto;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}

.top img {
    width: 15%;
}

span {
	position: absolute;
    right: 0;
    left: 93%;
    top:2%;
    bottom: 0px;
    height: 100px;
    width: 20px;
    z-index: 9999;
}

span a>i {
    font-size: 50px;
    color: #b6814f;
    vertical-align: middle;
}

.left {
	position:fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index:9999;
    height: 100vh;
    width: 50px;
}

#left-text {
    margin: 0;
    background-color: transparent;
    position: absolute;
    left: -190px;
    top: 50%;
    height: auto;
    width: auto;
    vertical-align: middle;
    z-index:99999;
    font-size: 18px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
	/* Firefox */
    -moz-transform: rotate(-90deg);
	/* IE */
    -ms-transform: rotate(-90deg);
	/* Opera */
    -o-transform: rotate(-90deg);
	/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: 'Josefin Sans', sans-serif;
}

#left-text a {
    color: #b6814f;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

#left-text i {
    font-size: 30px;
    color: #b6814f;
    padding-right: 20px;
    vertical-align: middle;
    font-family: 'Josefin Sans', sans-serif;
}

.right {
    position:fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index:9999;
    height: 100vh;
    width: 50px;
}

#right-text {
    margin: 0;
    background-color: transparent;
    position: absolute;
    right: -120px;
    top: 50%;
    height: auto;
    width: auto;
    z-index:99999;
    font-size: 13px;
    text-transform: uppercase;
    /* Safari */
    -webkit-transform: rotate(-90deg);
	
	/* Firefox */
    -moz-transform: rotate(-90deg);
	
	/* IE */
    -ms-transform: rotate(-90deg);
	
	/* Opera */
    -o-transform: rotate(-90deg);
	
	/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.bottom {
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 50px;
    z-index: 9999;
}

.bottom p {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: middle;
    padding-top: 10px;
    font-weight: 300;
}

#content {
    /*position: relative;*/
    height: 100vh;
    overflow-y: auto; 
    width: auto;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 150px;*/
    /*margin-bottom: 150px;*/
    z-index: 800;
}

#content h1, .mobile-only h1 {
    font-size: 50px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 5px;
}

.left-half {
    width: 50%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/images/edenmedispa.jpg");
    background-position: center;
    background-size: cover;
    height: 95vh;
    text-align: center;
    position: relative;
    z-index: 800;
    overflow: hidden;
}

.left-half .text {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    color: #fff;
    /*text-transform: uppercase;*/
    line-height: 30px;
    padding-top: 40%; 
    padding-bottom: 35%;
}

.left-half .text p, .right-half .text p {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

.left-half .text a {
    color: #fff;
}

.right-half {
    width: 50%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/images/shampu.jpg");
    background-position: center;
    background-size: cover;
    height: 95vh;
    text-align: center;
    position: relative;
    z-index: 800;
    overflow: hidden;
}

.right-half .text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    /*text-transform: uppercase;*/
    line-height: 30px;
    padding-top: 40%; 
    padding-bottom: 35%;
}

.text2 {
    position: absolute;
    left: 0;
    right: 0;
    animation: jump 3s infinite;
    animation-direction: normal;
    z-index: 9999999;
}

@keyframes jump { 0% { left: 0; } 30% { left: 30px; } 100% { left: 0; } }

.text2 i {
    font-size: 50px;
    vertical-align: middle;
    color: #fff;
}

.text3 {
    position: absolute;
    left: 0;
    right: 0;
    animation: jump2 3s infinite;
    animation-direction: normal;
    z-index: 9999999;
}

@keyframes jump2 { 0% { right: 0; } 30% { right: 30px; } 100% { right: 0; } }

.text3 i {
    font-size: 50px;
    vertical-align: middle;
    color: #fff;
}

/*Popup*/

#popupshow {
    position: fixed;
    display: none;
    height: 700px;
    top: 150px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    background-color: transparent;
    z-index: 99999;
    cursor:pointer;
}

.popup-wrapper {
	height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 70px;
    width: 100%;
    z-index: 9999;
    display:none;
}

.popup-close {
	position:absolute;
	top: 140px;
	right: 0px;
	background-color: #b6814f;
	display:inline-block;
	width:35px;
	height:35px;
	text-align: center;
	cursor:pointer;
	z-index: 99999999;
	padding-top: 5px;
}

.popup-close i {
	font-size: 30px;
	color:#fff;
	vertical-align: middle;
}

#map {
    width: auto;
    height: 100%;
    z-index: 999;
}

#map-content img {
    width: 50%;
}

#map-content {
    max-width: 300px;   
    text-align: center;
}

#map-content a>i {
    color: #b6814f;
    font-size: 20px;
    vertical-align: middle;
}