﻿.cycle-slideshow-wrapper {
    position: relative;
    z-index:-5;
}

.center > div, .center img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.space-above {
    margin-top: 100px;
}
html, body {
    height: 100%;
}
body {
    font-family: Microsoft JhengHei UI, Calibri, Sans-serif;
    font-size: medium;
    line-height: 140%;
    margin: 0;
    background: #f5f3f0;
    font-family: "leelawadee ui";
    background-color: white;
}

header {
    position: fixed;
    width: 100%;
    background: white;
    border-bottom: solid;
    border-width: 1px;
    border-color: #BAA364;
}

/*The style for the navigation menu is below*/
nav {
    width: 70%;
    border-color: #bfad7b;
    margin: 0 5%;
    clear: both;
    padding: 0 15%;
    text-align: center;
}

    nav ul {
        position: fixed;
        left: 45%;
        margin-top:13px;
        float: right;
        width: 43%;
        list-style-type: none;
        padding: 0 10px 0 0;
    }

    nav li {
        display: inline;
        padding: 24px 3% 5px 3%;
        
    }

    nav a {
        text-decoration: none;
        font-size: 130%;
        font-weight:200;
        color: #BAA364 !important;
    }

   

    nav #currentPage {
        text-decoration: underline;
    }

.logo {
    float: left;
    width: 40%;
    font-family: 'Leelawadee UI';
    overflow:visible;
}

    .logo > a > p {
        color: #BAA364;
    }

.logo-text {
    font-family: "Eras ITC", "Eras Light ITC", sans-serif;
    font-weight: 200;
    font-size: 250%;
    margin: 0px auto;
    font-variant-caps: all-small-caps;
}

.secondary-text {
    margin: 0;
    font-size: 68%;
    line-height: 0;
    padding-bottom: 30px;
}

#code {
    position: fixed;
    margin: 0;
    padding: 0 5% 0 0;
    font-size: 40%;
    color: #f5f3f0;
}

.index-page h1, healing-meditation-page h1 {
    font-family: 'Lucida Calligraphy';
    color: #0000D1;
    font-size: 370%;
    font-weight: 100;
    margin-bottom: 20px;
}

.index-page h2 {
    margin-top: 0;
    color: #0000D1;
    font-weight:200;
    font-size: 120%;
}

.custom-h1 {
    width: 90%;
    font-size: 106%;
    line-height: 110%;
}
    .custom-h1 p {
        text-align: left;
        line-height: 1.5;
        letter-spacing:3px;
        color: #887770 ;  
        
    }
    .custom-h1 q {
        font-style: italic;
    }

.healing-page .custom-h1 p {
    padding-bottom: 1%;
    margin-bottom: 0;
    padding-left: 6%;
}

.healing-paintings-page .custom-h1 p {
    padding-bottom: 1%;
    margin-bottom: 0;
}

.contact-page h1{
    color: #BAA364;
     font-family: "Eras ITC", "Eras Light ITC", sans-serif;
    font-weight: 200;
   
}
p, body a {
    color: #333333;
}

p, ul {
    text-align: left;
    letter-spacing: 1px;
    font-size: 110%;
    line-height: 120%;
}

.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown > p {
    color: black;
    text-decoration: none;
    font-size: 185%
}
.dropdown-content {
    box-shadow: 5px 5px 4px #888888;
    display: none;
    width: 170px;
    position: absolute;
    left: 0;
    margin-top: 5px;
    height: auto;
    background-color: white;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-width: 1px;
    text-decoration: none;
    padding-bottom: 10px;
    color: #000;
    font-size: 80%;
}

.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content > li { display: block; }


.wrapper {
    width: 95%;
    max-width: 1300px;
    min-height: 100%;
    margin: auto;
}
#text {
    color: darkkhaki;
    font-family: castellar;
    font-size: xx-large;
}

main {
    clear: both;
    margin-bottom: 9%;
    padding: 120px 5% 0 5%;
    border: #bfad7b;
    border-style: none;
    border-width: 2px;
}

.bigImage img{
    display: block;
    width: 100%;
}

.art-general-page .bigImage, .art-general-page footer, .art-general-page nav{
    border-color: crimson;
}
.art-general-page .dropdown-content {
    background-color:#Ef1616;
}

#welcomeMessage {
    float: right;
}

.content {
    text-align: center;
    padding-top: 3%;
}


.two-col-text {
    float: left;
    width: 50%;
    padding: 2% 1% 2% 5%;
}

.two-col-text ul {
    list-style-type: circle;
    text-align: left;
}


.two-col-img {
    float: right;
    width: 36%;
    padding: 12% 1%;
}

.two-col-img img {
    padding: 3% 5% 4% 2%;
    width: 75%;
}
.about-page .two-col-img{
    padding-top: 3%;
}

.distance-healing-page .two-col {
    height: 600px;
}
.distance-healing-page .two-col-img {
    padding-bottom: 0;
    padding-top: 5%;
}
#mammafoto {
    clear: both;
    width: 34%;
    height: auto;
}

.mainText {
    text-align: left;
    clear: both;
}

.mainText h1 {
    padding: 70px 0 0 5% ;
    font-weight: normal;
    font-size: 230%;
}

.mainText p {
    width: 90%;
    padding: 25px 5%;
}

.healing-page .mainText > p {
    padding-top: 0;
    margin-top: 1%;
    padding-bottom: 2%;
}

#healing-seperator {
    padding-top: 0;
}

.centered-image {
    text-align: center;
}
.art {
    width: 96%;
    padding: 2%
}

#long {
    float: left;
    width: 43%;
}

.art > div {
    float: right;
    width: 48%;
}

.art > div > a > img { width: 100%; }

.gallery p {
    font-family: castellar;
    font-variant-caps: normal;
    font-size: 170%;
}
#text-top {
    border-bottom: crimson solid 2px;
}
.gallery-item-large {
    clear: both;
    padding-top: 2%;
    text-align: left;
}
.gallery-item-large div {
    display: inline-block;
}
.gallery-item-large p {
    display: inline-block;
    padding-left: 4%;
}

.gallery-item-two-cols {
    clear: both;
    padding-top: 8%;
}
.left-item {
    float: left;
}

.right-item {
    float: right;
}
.left-item > div, .right-item > div{
    height: 700px;
    width: 500px;
    overflow: hidden;
    text-align: center;
}

.gallery-one-item-right {
    padding-top: 8%;
    clear: both;
    float: right;
}
.gallery-item-center {
    float: none;
    padding-top: 14%;
    text-align: center;
    width: 100%;
}
.gallery-item-center p {
    text-align: center !important;
}

#text-bottom {
    clear: both;
    padding-top:10%;
}
.four-images {
    width: 90%;
    padding: 8% 3.5% 2%;
}
#glas { padding-bottom: 11.8%; }

#healingImg { margin-left: 1%; }

.SpacingImg {
    width: 10%;
    padding: 0 45%;
}

.donation {
    clear: both;
    float: right;
    width: 15%;
    padding-top: 11%;
    padding-right: 8%;
}

#contact-text {
    float: left;
    width: 60%;
    padding: 2% 0;
}
#contact-image{
    float: right;
    width: 30%;
    padding: 1% 10% 0 0;
}

.galleryContent {
    clear: both;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    min-height: 350px;
}

.galleryContent >  img { float: left; }

.galleryContent p {
    padding: 10px;
    margin-top: 50px;
    padding-left: 230px;
}

.gallery {
    text-align: center;
    width: 100%;
}
.gallery-item {
    width: 90%;
    height: 550px;
}
.gallery-item img {
    clear: both;
    float: left;
    width: 40%;
}

.gallery-item p {
    float: right;
    width: 50%;
    padding-top: 20%;
}


footer {
    position: relative;
    border-top: solid;
    border-color: #bfad7b;
    border-width: 2px;
    padding-bottom: 10px;
    background-color: #282A2B;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

footer a {
    text-decoration-color: #000000;
}

footer .social-networks {
    float: right;
    padding-top: 20px;
    padding-right: 19%;
    width: 10%;
}

footer .social-networks a {
    padding: 0 5%;
}

footer .disclaimer {
    float: left;
    width: 30%;
    padding-left: 22.4%;
    padding-top: 10px;
    color: #4f4f4f;
}

#distance-links {
    padding-left: 10%;
}

.castellar-h1 {
    padding: 70px 0 0 5%;
    font-weight: normal;
    font-size: 270%;
    font-family: Castellar;
    color: #f3c037;
}

.healing-meditation-h2 {
    padding: 18px 0 0 5%;
    font-weight: normal;
    font-size: 130%;
    color: #f3c037;
}