﻿@charset "UTF-8";
/* CSS Document */

/* Important to Maintain some original styling */

input.btn, button, .q-info p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.5;
}



/* Colours */

body.custom-css .card-header {
    background: #000;
    background-color: #000;
}

body.custom-css .t-green, body.custom-css {
    background-color: purple !important;
}

    body.custom-css .btn-vacantapply, body.custom-css .btn-orange, body.custom-css .social-links a {
        background-color: #ea7100 !important;
    }

.q-info label {
    color: purple !important;
}

/* Fonts to include */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');


/* Title Font */

body.custom-css div.card-title, body.custom-css .t-green h4, form h2.pull-left, body.custom-css ul.esc-tabs a, .q-info label {
    /*font-family: 'Libre Baskerville', serif !important;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/* Main Title Font */
body.custom-css div.card-title {
    font-size: 23px !important;
}

/* Sub Title Font */
body.custom-css .t-green h4, q-info label {
    font-size: 18px !important;
}



/* Main/Body Font */

body.custom-css .intro-txt p, body.custom-css #BoardNotes, body.custom-css .q-info.custom-css td, body.custom-css .q-info.custom-css div, .q-info.custom-css p, .q-info .custom-css td {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 18px !important;*/
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.5;
}


