﻿#pagecontainer {
    width: auto;
}

#banner {
    text-align: left;
    margin-top: 2%;
}

#quotation {
    text-align: left;
    margin-top: 25%;
}

#source {
    text-align: left;
}

#reference {
    text-align: left;
}

#contact {
    font-family: "Lucida Sans";
    text-align: left;
}

#social {
    font-family: "Lucida Sans";
    text-align: left;
}

bigimg {
    max-width: 100%;
    height: auto;
    width: auto\9;      /* ie8 */
}

.guru { font-size: 80%; color: #FFFFFF; font-style:normal; text-decoration: none; }
.practitioner { font-size: 80%; color: #FFFFFF; font-style:normal; text-decoration: none; }
.teachers { font-size: 80%; color: #FFFFFF; text-decoration: none; }
.twitter { font-size: 80%; color: #FFFFFF; text-decoration: none; }
.facebook { font-size: 80%; color: #FFFFFF; text-decoration: none; }
.nolink { font-size: 80%; color: #000000; text-decoration: none; }

@font-face {
font-family: "samarkan" ;
src: url('fonts/SAMARN_.TTF') ;
}

h1 {
    font-family: samarkan;
    font-size: 250%;
    color: #8B4513;
    margin-left: 1%;
    text-align: left;
    text-shadow: 3px 3px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
    line-height: 30%;
}

h2 {
    font-family: Calibri;
    font-size: 200%;
    font-weight: bold;
    color: #000000;
    margin-left: 1%;
}

h2_extra {
    font-family: Calibri;
    font-size: 200%;
    font-weight: bold;
    color: #000000;
    text-decoration:underline;
}
   

h3 {
    font-family: Calibri;
    font-variant: normal;
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    margin-left: 1%;
}


h3_extra {
    font-family: Calibri;
    font-variant: normal;
    font-size: 140%;
    font-weight: bold;
    color: #000000;
}

h3_extra_under {
    font-family: Calibri;
    font-variant: normal;
    font-size: 140%;
    font-weight: bold;
    color: #000000;
    text-decoration:underline;
}

h4 {
    font-family: Calibri;
    font-variant: normal;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    margin-left: 1%;
}

h5 {
    font-family: Calibri;
    font-variant: normal;
    font-size: 100%;
    color: #000000;
    margin-left: 1%;
}

h6 {
    font-family: Calibri;
    font-variant: normal;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    margin-left: 1%;
}

h7 {
    font-family: Calibri;
    font-variant: normal;
    font-size: 80%;
    color: #000000;
    margin-left: 1%;
}

html { 
    position: absolute;
    min-height:100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: url(images/background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

