/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/03/2022, 4:08:58 PM
    Author     : KFC
Current Healing centre page released 16/3/2022
Vers: 1-01.
*/

body 
{
  /*  background:   url("background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-backbround-size: cover;
   background-size: cover;*/
  
 
  background-image: url("background.jpg")fixed; /* The image used */
  background-color:  grey; /* Used if the image is unavailable */ 
  background-position: center; /* Center the image */
  background-size: cover; 

}

#page_title
{
    font-family: georgia,garamond, serif;
    font-style: italic;font-size: 36px;
    font-weight: bolder;
    text-align: center;
    color: gold;
}

#headline
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: gold;
}

#aline
{
    height: 1px;
    color: black;
}

.modalities
{
    height: 100px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
#healing 
{
    width: 30%;    
    float: left;    
    color: blue;
}

#psychotherapy
{
    width: 38%;
    float: right;
    color: gold;  
}

#esoteric
{
    width: 30%;
    float: right;
    color: orange;   
}

#address
{
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 100px;
    color: black;font-weight: bolder;
    text-align: center;
}