/*ALL PAGES*/
@font-face {
    font-family: 'ruthie regular';
    src: url('fonts/ruthie-webfont.eot');
    src: url('fonts/ruthie-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ruthie-webfont.woff2') format('woff2'),
         url('fonts/ruthie-webfont.woff') format('woff'),
         url('fonts/ruthie-webfont.ttf') format('truetype'),
         url('fonts/ruthie-webfont.svg#ruthieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: sans-serif;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: solid 1px #873487;
    outline: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #7CD0E3;
}
marquee {
    width: 100%;
    line-height: 30px;
    background-color: #fff;
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
marquee p {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
#container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
header {
    width: 100%;
    height: auto;
    margin: 0 auto; 
}
header .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
nav {
    width: 100%;
    height: auto;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
}
.buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;    
}
.buttons ul li {
    display: inline;
}
.buttons ul li a {
    font-size: 0.80em;
    font-weight: bold;
    padding: 0.5%;
    color: #000;
    text-decoration: none;
    padding: .25%;
}
.buttons ul li a:hover {
    border-radius: 10px;
    color: #fff;
    padding: .25%;
    background-color: #873487;
}
.buttons li a.current {
    color: #7CD0E3;
}
.halfsize {
    width: 50%;
    height: 50%;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#TextArea {
    width: 60%;
    height: auto;
    margin: 0 auto;   
}
footer {
    width: 100%;
    height: auto;
    margin: 0 auto;  
}
#footer-text {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    color: #000;
    font-size: 0.80em;
    font-family: Helvetica, Arial, sans-serif;
}
#footer-text p {
    text-align: center;
}
#tag {
    width: 100%;
    font-size: 2.00em; 
    font-family: 'ruthie regular';
    color: #00CD00;
    text-align: center;  
}
#copyright {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
    font-size: 0.70em; 
    color: #555;
    text-align: center;
}
#lines {
    width: 100%;
    font-size: 2.00em; 
    color: #000000;
    text-align: center;  
}
/*ALL PAGES END*/
/*PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES */
/*INDEX PAGE START*/
.index-container {
    width: 48%;
    float: left;
    margin-right: 1%;
    text-align: justify; 
}
.index-container2 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.index-title {
    width: 100%;
    padding: 1% 0 1% 0;
    font-size: 1.50em;
    font-variant: small-caps;
    text-align: center;
    color: #873487;
}
.index-content {
    width: 100%;
    float: left;
    display: inline-block;
}
.index-content img {
    width: 80%;
    padding-bottom: 5%;
}
.index-content {
    font-size: 0.75em;
    color: #000;
    text-align: center;
}
.index-content a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.index-content a:hover {
    color: #fff;
    background-color: #873487;
}
.index-content2 {
    width: 12%;
    float: left;
    display: inline-block;
}
.index-content2 img {
    width: 40%;
    padding-bottom: 5%;
}
.index-content2 {
    font-size: 0.75em;
    color: #000;
    text-align: center;
}
.index-content2 a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.index-content2 a:hover {
    color: #fff;
    background-color: #873487;
}



.indexText a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.indexText  a:hover {
    border-radius: 10px;
    color: #00CD00;
    background-color: #fff;
}

/*INDEX PAGE END*/
/*ARTICLES PAGE*/
.artlist ul {
    list-style-type: square;
    text-align: left; 
    margin: 0;
    padding: 0;   
}
.artlist ul li {
    display: block;
    padding: 1%;
}
.artlist ul li a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 1%;
}
.artlist ul li a:hover {
    border-radius: 10px;
    color: #fff;
    padding: 1%;
    background-color: #873487;
}
.pageList ul {
    list-style-type: square;
    text-align: center; 
    margin: 0;
    padding: 0;   
}
.pageList ul li {
    display: inline-block;
    padding: 0.5%;
}
.pageList ul li a {
    font-size: 0.75em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 0.5%;
}
.pageList ul li a:hover {
    border-radius: 10px;
    color: #000;
    padding: 0.5%;
    background-color: #fff;
}
.pageList li a.current {
    color: #ff0000;
}
#artTitle {
    width: 100%;
    height: auto;
    font-size: 1.50em;
    font-weight: bold;
    color: #873487;
    text-align: center;
    padding: 1%;
}
#artTitle2 {
    width: 100%;
    height: auto;
    font-size: 1.25em;
    font-weight: bold;
    color: #873487;
    text-align: left;
    padding: 1% 1% 1% 0;
}
article {
    width: 100%;
}
article img {
    max-width: 50%;
    height: auto;
    float: none;
    padding-top: 1%;
    padding-right: 3%;
    padding-bottom: 1%;
}
article p {
    padding-top: 1%;
    text-align: justify;
}
.italics {
    padding-top: 1%;
    text-align: justify;
    font-style: italic;
}
/*ARTICLES PAGE END*/
/*BOOKS PAGE START*/
.bookTitle {
    width: 100%;
    height: auto;
    font-size: 1.25em;
    font-weight: bold;
    color: #873487;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}
.bookImage a {
    width: 100%;
    height: auto;
    text-align: left;   
}
.bookImage img {
    width: 250px;
    height: auto;
    float: left;
    padding: 0 1% 0 0;
}
.bookLink a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.bookLink  a:hover {
    border-radius: 10px;
    color: #00CD00;
    background-color: #fff;
}
.bookText {
    margin-top: 2%;
}
/*BOOKS PAGE END*/
/*BOOKTITLES PAGE START*/
.booktitles-container {
    width: 24%;
    float: left;
    margin-right: 1%;
}
.booktitles-title {
    width: 100%;
    height: 25px;
    font-size: 0.90em;
    text-align: center;
    color: #873487;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 3%;
}
.booktitles-content {
    width: 100%;
}
.booktitles-content img {
    width: 100%;
}
.booktitles-description {
    width: 100%;
    height: 200px;
}
.booktitles-description p {
    padding: 1%;
    font-size: 1.00em;
    color: #000;    
}
.booktitles-description ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.booktitles-description ul li a {
    font-size: 0.80em;
    font-weight: bold;
    padding: 1%;
    color: #000;
    text-decoration: none;
}
.booktitles-description ul li a:hover {
    color: #fff;
    background-color: #873487;
}
.booktitles {
    text-align: center;
    font-size: 2.00em;
    font-weight: bold;
    color: #873487;
}
/*BOOKTITLES PAGE END*/
/*DESKTOPS PAGE START*/
.photo-container {
    width: 24%;
    float: left;
    margin-right: 1%;
}
.photo-title {
    width: 100%;
    height: auto;
    font-size: 1.00em;
    text-align: center;
    color: #873487;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 3%;
}
.photo-content {
    width: 100%;
}
.photo-content img {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.photo-description {
    width: 100%;
    height: auto;
}
.photo-description p {
    padding: 1%;
    font-size: 1.00em;
    color: #000;    
}
.photo-description ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.photo-description ul li a {
    font-size: 0.80em;
    font-weight: bold;
    padding: 1%;
    color: #000;
    text-decoration: none;
}
.photo-description ul li a:hover {
    color: #fff;
    background-color: #873487;
}
.desktop {
    text-align: center;
    font-size: 2.00em;
    font-weight: bold;
    color: #873487;
}
/*DESKTOPS PAGE END*/
/*events PAGE START*/
.events-container {
    width: 100%;
    float: left;
}
.events-title {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    font-size: 1.50em;
    float: left;
    text-align: justify;
    display: inline-block;
    color: #873487;
}
.events-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.events-content img {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.events-description {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    float: left;
    text-align: justify;
    display: inline-block;
}
.events-description p {
    padding: 0;
    font-size: 1.00em;
    color: #000;  
}
.eventsList a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.eventsList a:hover {
    color: #fff;
    background-color: #873487;
}
/*events PAGE END*/ 
/*GALLERY PAGE START*/
.gallery-container {
    width: 32%;
    float: left;
    margin-right: 1%;
}
.gallery-title {
    width: 100%;
    height: 50px;
    font-size: 1.00em;
    text-align: center;
    color: #873487;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 3%;
}
.gallery-content {
    width: 100%;
}
.gallery-content img {
    width: 100%;
}
.gallery-description {
    width: 100%;
    height: 100px;
}
.gallery-description p {
    padding: 1%;
    font-size: 0.80em;
    color: #000;    
}
.gallery-description ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.gallery-description ul li a {
    font-size: 0.80em;
    font-weight: bold;
    padding: 1%;
    color: #000;
    text-decoration: none;
}
.gallery-description ul li a:hover {
    color: #fff;
    background-color: #873487;
}
.gallery {
    text-align: center;
    font-size: 1.00em;
    font-weight: bold;
    color: #873487;
}
/*GALLERY PAGE END*/
/*LABYRINTH 101 PAGE START*/
.labyrinth-container {
    width: 100%;
    float: left;
}
.labyrinth-title {
    width: 100%;
    padding: 0 1% 1% 1%;
    font-size: 1.50em;
    font-variant: small-caps;
    text-align: left;
    color: #873487;
}
.labyrinth-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.labyrinth-content img {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.labyrinth-description {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    float: left;
    text-align: justify;
    display: inline-block;
}
.labyrinth-description p {
    padding: 0;
    font-size: 1.00em;
    color: #000;    
}
.labyrinth101 {
    text-align: center;
    font-size: 2.00em;
    font-weight: bold;
}
.labyList a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.labyList a:hover {
    color: #fff;
    background-color: #873487;
}
.labyrinth101 {
    color: #873487;    
}
/*LABYRINTH 101 PAGE END*/
/*publications PAGE START*/
.publications-container {
    width: 100%;
    float: left;
}
.publications-title {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    font-size: 1.50em;
    float: left;
    text-align: justify;
    display: inline-block;
    color: #873487;
}
.publications-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.publications-content img {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.publications-description {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    float: left;
    text-align: justify;
    display: inline-block;
}
.publications-description p {
    padding: 0;
    font-size: 1.00em;
    color: #000;  
}
.publicationsList a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.publicationsList a:hover {
    color: #fff;
    background-color: #873487;
}
/*publications PAGE END*/ 
/*WALKS PAGE START*/
.walks-container {
    width: 100%;
    float: left;
}
.walks-title {
    width: 100%;
    padding: 1% 0 1% 0;
    font-size: 1.50em;
    text-align: center;
    color: #873487;
}
.walks-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.walks-content img {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.walks-description {
    width: 70%;
    padding-top: 3px;
    padding-left: 2%;
    float: left;
    text-align: justify;
    display: inline-block;
}
.walks-description p {
    padding: 0;
    font-size: 1.00em;
    color: #000;  
}
.walksList a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.walksList a:hover {
    color: #fff;
    background-color: #873487;
}
/*WALKS PAGE END*/
/*WORKSHOPS PAGE START*/
.work-container {
    width: 100%;
    float: left;
}
.work-title {
    width: 100%;
    padding: 1% 0 1% 0;
    font-size: 1.50em;
    font-variant: small-caps;
    text-align: left;
    color: #873487;
}
.work-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.work-content img {
    width: 100%;
    padding-bottom: 2%;
}
.work-description {
    width: 70%;
    padding-left: 2%;
    float: left;
    text-align: justify;
    display: inline-block;
}
.work-description p {
    padding: 0;
    font-size: 1.00em;
    color: #000;
}
.workList a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.workList a:hover {
    color: #fff;
    background-color: #873487;
}
/*WORKSHOPS PAGE END*/
/*YOUTUBE PAGE START*/
.youtube-container {
    width: 48%;
    float: left;
    margin-right: 1%;
    text-align: justify; 
}
.youtube-container2 {
    width: 24%;
    float: left;
    margin-right: 1%;
    text-align: justify; 
}
.youtube-title {
    width: 100%;
    height: auto;
    font-size: 1.25em;
    font-weight: bold;
    color: #873487;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}
.youtube-content a {
    width: 100%;
    height: auto;
    text-align: left;   
}
.youtube-content img {
    width: 100%;
}
.tubeText a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.tubeText  a:hover {
    border-radius: 10px;
    color: #00CD00;
    background-color: #fff;
}
.tube {
    text-align: center;
    font-size: 1.20em;
    font-weight: bold;
    color: #873487;
}
/*YOUTUBE PAGE END*/
/*CONTACT PAGE START*/
.contact-container {
    width: 100%;
    float: left;
}
.contact-title {
    width: 100%;
    padding: 1% 0 1% 0;
    font-size: 1.50em;
    font-variant: small-caps;
    text-align: center;
    color: #873487;
}
.contact-content {
    width: 25%;
    float: left;
    display: inline-block;
}
.contact-content img {
    width: 80%;
    padding-bottom: 5%;
}
.contact-content {
    font-size: 0.75em;
    color: #000;
    text-align: center;
}
.contact-content a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;    
}
.contact-content a:hover {
    color: #fff;
    background-color: #873487;
}
/*CONTACT PAGE END*/
/*TEMPLATES PAGE START*/
.template-container {
    width: 24%;
    float: left;
    margin-right: 1%;
}
.template-title {
    width: 100%;
    height: 50px;
    font-size: 1.00em;
    text-align: center;
    color: #873487;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 3%;
}
.template-content {
    width: 100%;
}
.template-content img {
    width: 100%;
}
.template-description {
    width: 100%;
    height: 75px;
}
.template-description p {
    padding: 1%;
    font-size: 1.00em;
    color: #000;    
}
.template-description a {
    font-size: 0.80em;
    font-weight: bold;
    padding: 1%;
    color: #000;
    text-decoration: none;
}
.template-description a:hover {
    color: #fff;
    background-color: #873487;
}
.template {
    text-align: center;
    font-size: 2.00em;
    font-weight: bold;
    color: #873487;
}
/*TEMPLATES PAGE END*/

.meditation {
    text-align: center;
    font-size: 2.00em;
    font-weight: bold;
    color: #873487;
}
.meditationBold {
    text-align: left;
    font-size: 1.00em;
    font-weight: bold;
    color: #873487;    
}
.meditationBolds {
    text-align: left;
    font-size: 1.00em;
    font-weight: bold;
    color: #000;    
}
.meditationLink a {
    font-size: 1.00em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.meditationLink  a:hover {
    border-radius: 10px;
    color: #00CD00;
    background-color: #fff;
}