/*------------------- CSS File For the Path of Light Yoga Sight! -------------*/
/* This CSS file is simply applying a couple colors to the background and text*/
/* present in particular parts of the document. This done by targetting       */
/* specific tags, such as the <footer> and <body> tags                        */


body
{

        color:#40407A;
        background-color: #F5F5F5;

}


header
{

        background-color: #80CBC4;

}


footer
{

        background-color: #80CBC4;

}