* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
}

body {
    margin: 0 auto;
    line-height: 20px;
    background: #fff;
    font-family: Raleway, sans-serif;
    font-size:15px;
    font-weight: 200;

    display:flex;
    flex-direction: column;
}


.bodyBackground { 
    height:100%;
}

body.bodyBackground::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/sliders/nilgiris1.jpg'); 
    background-size: cover;
    background-position: center;
    opacity: 0.5; /* 50% transparency */
    z-index: -1; /* push behind everything */
    pointer-events: none; /* allow interaction with page elements */
}


h1, h2, h3, h4 {
    font-family: calibri, Arial, sans-serif;
    line-height:29px;
}

h1 {
    font-size:32px;
    line-height:40px;
    padding-bottom: 10px;
    font-weight:400;
}

h2 {
    font-size:26px;
    font-weight:400;
}

h3 {
    font-size:23px;
    font-weight:400;
}

h4 {
    font-size:21px;
    font-weight:400;
}

p, span, div, li {  
    font-family: Raleway, sans-serif;
    font-size:20px;
}

label {
    letter-spacing:0em;
}

.titleLogo {
    background-image: url('/images/sitelogo.png?a=2');
    background-position: center;
    background-size: cover;
    width:169px;
    height:81px;
    max-height: 81px;
}

.footer {
    color: #000;
    text-align: center;
    padding: 1em;
    font-size: 80%;
}

.footer a:link, .footer a:visited {
    color: #000;
}

.cursorPointer {
    cursor: pointer;
}


/* RESPONSIVE CSS */
@media screen and (max-width:767px) {
    .row {
        padding-left:10px;
        padding-right:10px;
    }
}


/* SITE SPECIFIC */
.pageBGcolour {
    background: #fff;
    /* background: #617027; */
    /* background: #1c5666; */
}

.col-centred {
    text-align: center;
}

.row-padding {
    padding-top:10px;
    padding-bottom: 10px;
}

.homepageTitle {
    color:white;
    font-size: 24pt;
    line-height: 28pt;
}

.homepageSubTitle {
    color:white;
    font-size: 20pt;
    line-height: 24pt;
}

.homepageSubSubTitle {
    color:white;
    font-size: 16pt;
    line-height: 18pt;
}

.homepageText {
    color:white;
    font-size: 14pt;
    line-height: 18pt;
}

.homepagePara {
    color:white;
    font-size: 16pt;
    line-height: 20pt;
    text-align: justify;
}

.homepageRow {
    padding-top:20px;
    padding-bottom:20px;
}

.errorBox {
    line-height: 20pt;
    padding-bottom: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
}

.postBody {
    background-color: #fff;
    border-radius: 10px;
    /* opacity: 0.5; */
}

.postContainer {
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 10px;
}