::selection {
    color: #FFF;
    background: #d8b442;
}

body, html {
    height: 100%;
    margin: 0;
    background-color: #221411;
}

.page-main {
    max-width: 3840px;
    background-image: url("../img/back_1_3840.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-services {
    max-width: 3840px;
    background-image: url("../img/back_3_3840.jpg?v=2");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%; 
}

.page-mandala {
    max-width: 3840px;
    background-image: url("../img/back_2_3840.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100%;
}

.page-massage {
    max-width: 3840px;
    background-image: url("../img/back_2_3840.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100%; 
}


/*----- NAV ----- */

.header-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.6em 0;
    box-sizing: border-box;
    z-index: 100;
}

.header-menu {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
    z-index: 100;
}

.header-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
}

.topnav li {
    display: inline;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: ease-in-out .15s;
    -webkit-transition: ease-in-out .15s
}

.topnav li a {
    display: inline-block;
    color: #FFF3E0;
    font-family: 'El Messiri', sans-serif;
    text-align: center;
    padding: 1.4% 1% 1.4% 0.2%;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 0.94em;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: ease-in-out .25s;
    -webkit-transition: ease-in-out .25s;
}

.topnav li a:hover {
    color: #FFD54F;
}

.topnav li.icon {
    display: none;
    font-size: 2.2em;
}

.topnav-pic {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.topnav-pic svg {
    width: 90%;
    height: auto;
    max-width: 18px;
    border-radius: 4%;
}


/*----- MAIN ----- */

.main-logo {
  display: block;
  position: absolute;
  width: 100%;
  top: 32%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  z-index: 99;
}

.main-logo img {
  width: 100%;
  height: auto;
  max-width: 400px;
}


/*----- SERVICES ----- */

.services-papirus-info {
    display: block;
    width: 100%;
    top: 0;
    margin: 0 auto;
    padding: 3% 0 5em 22%;  
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
}

.services-papirus-info p {
    text-align: left;
    font-family: 'El Messiri', sans-serif;
    font-size: 1.12em;
    font-weight: 700;
    line-height: 1em; 
    cursor: pointer;
    text-decoration: none;
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
}

.services-papirus-info p span {
    font-weight: 500;
}

.services-papirus-info a {
    text-decoration: none;  
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
    cursor: pointer;
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
}

.services-papirus-info p:hover {
    color: #FFECB3;
}

.services-papirus-info a:hover {
    color: #FFECB3;
}

/*----- MASSAGE ----- */

.massage {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; 
}

.massage-papirus {
    position: relative;
    background-image: url("../img/massage_papirus_1920.png");
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 920px;
    height: 510px;
}

.massage-papirus-long {
    position: relative;
    background-image: url("../img/massage_papirus_long_1920.png");
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 970px;
    height: 1010px;
}

.massage-info {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    padding: 5% 10% 16%;
    box-sizing: border-box;
    z-index: 100;
}

.massage-info p {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.05em;
    text-align: justify;
    font-weight: 400;
    line-height: 2.2em;
    color: #1b0501;
    text-indent: 1.5em;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
    z-index: 100;
}

.massage-info p span {
    font-weight: 600;
}

.massage-info h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.35em;
    text-align: center;
    font-weight: 600;
    line-height: 3em;
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
    text-transform: uppercase;
    z-index: 100;
}

.massage-info a {
    text-decoration: none;
    font-family: 'El Messiri', sans-serif;
    font-size: 0.95em;
    text-align: center;
    font-weight: 600;
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
    padding: 0.2em 1em;
    background-color: #d8b442;
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    z-index: 100;
}

.massage-info a:hover {
    background-color: #FFF3E0;
}

.massage-info-long {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    padding: 5% 10% 0%;
    box-sizing: border-box;
}

.massage-info-long p {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.05em;
    text-align: justify;
    font-weight: 400;
    line-height: 2.2em;
    color: #1b0501;
    text-indent: 1.5em;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 0 0 1em 0;
}

.massage-info-long p span {
    font-weight: 600;
}

.massage-info-long h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.35em;
    text-align: center;
    font-weight: 600;
    line-height: 3em;
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 1em 0 0 0;
    text-transform: uppercase;
}

.massage-info-long a {
    text-decoration: none;
    font-family: 'El Messiri', sans-serif;
    font-size: 0.95em;
    text-align: center;
    font-weight: 600;
    color: #1b0501;
    text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
    padding: 0.2em 1em 0.2em;
    background-color: #d8b442;
    transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
}

.massage-info-long a:hover {
    background-color: #FFF3E0;
}

/*----- GALLERY ----- */

.gallery-content {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1% 8%;
  box-sizing: border-box;
  z-index: 3;
}


/*----- CONTACTS ----- */

.feedback {
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 15% 4%;
    box-sizing: border-box;  
}

.map {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.contact {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    padding: 3% 5% 3%;
    box-sizing: border-box;
    background-image: url("../img/texture_2.png");
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 5px solid #d8b442;
    border-bottom: 5px solid #d8b442;
}

.contact p {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.1em;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    color: #1b0501;text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
}

.contact p span {
    font-weight: 600;
}

.contact h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.35em;
    text-align: center;
    font-weight: 600;
    line-height: 2em;
    color: #1b0501;text-shadow: 0px 0px 1px #FF8F00;
    margin: 0;
    text-transform: uppercase;
}



/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}