@font-face {
    font-family: "MasadaFont";
    src: url('bariol_regular-webfont.ttf') format('truetype');
    //src: url('Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: "MasadaBold";
    src: url('bariol_bold-webfont.ttf') format('truetype');
}

body {
    font-size: 0.9em;
    /*font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    /*font-family: "Bariol Bold" src: url("https://masada.nsw.edu.au/wp-content/uploads/et-fonts/bariol_bold-webfont.ttf") format("truetype"); */
    font-family: "MasadaFont"; // src: url(bariol_bold-webfont.ttf) format(truetype);

    color: #C69C6D; //#A7927B; //#614425; //#747474;
    line-height: 1.1em;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 5pt;
    padding-bottom: 5pt;

    background-color: #FAF5F0;
    background-image: url(bg/bg.png);
}

/*
#footer {
    position:sticky;
    //position: relative;
    //position: static;
    left: 0px;
    bottom: 100px;
    width: 100%;
}
*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #C69C6D;
    color: white;
    text-align: center;
    padding: 1px;
}

h1 {

    font-size: 1.8em;
    font-family: "MasadaFont", Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #C69C6D;
    font-weight: bold;
    font-style: normal;
    /* font-style: italic; */
    line-height: 0.7em;
    padding-left: 0px;
    padding-top: 15px;
}

h2 {

    font-size: 1.3em;
    font-family: "MasadaFont", Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #C69C6D;
    font-weight: bold;
    font-style: normal;
    line-height: 0.7em;
    padding-left: 0px;
    padding-top: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #2EBAF8;
}

a:hover, a:active {
  color: #FF9933;
}

a.MenuLinks {
    color: #C69C6D;
}

a.MenuLinks:link, a.MenuLinks:visited, a.MenuLinks:active {
    color: #C69C6D;
}

a.MenuLinks:hover {
    color: #184172;
}


a[href$='.pdf'] {
	padding-right: 20px;
    color: red;
	background: transparent url(images/pdf-icon-16px.png) no-repeat center right;
}

a[href$='.pdf']:hover {
	padding-right: 20px;
    color: #FF9933;
	background: transparent url(images/pdf-icon-16px.png) no-repeat center right;
}


a[href ^='mailto:'] {
   padding-right: 18px;
   background: transparent url(images/email-icon-16px.png) no-repeat center right;
}

a[href^='mailto:'] {
	padding-right: 20px;
	background: transparent url(images/email-icon-16px.png) no-repeat center right;
}


/*
a[href*='masada'] {
	padding-right: 20px;
    color: green;
	background: transparent url(images/masada-icon.png) no-repeat center right;
}
*/


p {
    font-size: 1.1em;
    //color: #614425; //#747474;
}

p.menu {
    font-size: 0.8em;
    font-weight: bold;
    color: #593d87;
}

p.SplashText {
    font-size: 1.2em;
    line-height: 1.2em;
    //font-family: 'Bariol',Helvetica,Arial,Lucida,sans-serif;
    padding-right: 20px;
    text-align: justify;
}

.SplashBold {
    color: #614425;
    font-weight: normal;
}

.SplashQuote {
    color: #C69C6D;
    font-weight: normal;
    font-style: italic;
    padding-left: 20px;
    font-size: inherit;
    text-align: justify;
}
    
p.FooterText {
    font-size: 0.65em;
    color: #F6EEE6;
    }

p.SubHeading {
    font-size: 0.8em;
    line-height: 1.2em;
    font-style:normal;
}

p.Question {
    //color: #614425;
    background-color: #F6EEE6;
    padding: 5px;
}

p.Answer {
    font-size: 1.0em;
    line-height: 1.4em;
    //color: #747474;
    //padding-right: 20px;
    text-align: justify;
    padding-left: 20px;    
}

b {
    color: #614425;
    font-weight:bold;
}

ul {
    list-style-type: square;
    font-size: 1.2em;
    padding-left: 15px;
}

ul li {
    font-size: inherit;
    padding-left: 10px;
    text-align: justify;
    line-height: 2.0em;
    //padding-bottom: 8px;
}

li::marker {
  color: #C69C6D; //#614425;
}

ul.ExplainerLI {
    font-size: 0.9em;
    list-style-type: square;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    //color: #0000bb;
}

    ul.ExplainerLI li {
        margin-bottom: 6px;
        padding-bottom: 0px;
    }

    li.ExplainerLIL2 {
        margin-left: 20px;
        list-style-type: "–";
        list-style-position: outside;
    }

    li.ExplainerLIL3 {
        margin-left: 40px;
        list-style-type: "•";
        list-style-position: outside;
    }

img {

    /* { padding: 1em 2em 3em 4em; } */
    /* { shortcut: top right bottom left } */

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

img.InText {
    padding: 0px;
    padding-left: 15px;
    float: right;
}

table {
}

th {
}

td {
}

table.ContactList {
    background-color: #C69C6D;
    font-size: 1.1em;
    border-spacing: 0px;
}

table.ContactList tr:nth-child(even) td{background: #F6EEE6;}
table.ContactList tr:nth-child(odd) td{background: #FAF5F0;}

table.ContactList tr {
}

table.ContactList tr:hover td{background-color: #ffffff; /*#E1D4BB;*/ /*color: #C69C6D;*/}

table.ContactList th {
    background-color: #C69C6D;
    color: #ffffff;
    text-align: left;
    padding: 5px;
}

table.ContactList td {
    background-color: #FAF5F0;
    //color: #ffffff;
    text-align: left;
    padding-right: 70px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
}

/*
tr CListHeader {
    background-color: #C69C6D;
}
*/

table.HeaderTable {
    border: none;
    border-style: none;
    width: 100%;
    font-size: 1.0em;
    background-color: #FAF5F0; //#dfdfdf;
    background-image: url(bg/bg.png);
    padding: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C69C6D;
}

.HeaderTable td {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: middle;
    color: aqua;
    border-style: none;
    border-width: none;
    text-align: left;
    
}

td.MenuBar {
    font-size: 0.8em;
    color: #C69C6D;
    text-align: left;
    vertical-align: bottom;
    }

table.FooterTable {
    background-color: #C69C6D;
    font-family: sans-serif;
    font-size: 1.0em;
    padding: 5px;
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    
}

.FooterTable td {
    text-align: left;
    border-style: none;
    border-width: none;
    padding: 0px;
    }

