﻿html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: 'Kalinga', 'Roboto', Arial, sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kalinga', 'Roboto', Arial, sans-serif;
    font-weight: 500;
    color: #444;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.15;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-size: 12px;
        margin: 0 0 0 5px;
    }

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11px;
}

strong,
b {
    color: #555;
}

a {
    color: #0088cc;
}

    a:hover,
    a:focus {
        outline: none;
    }

small,
.small {
    font-size: 13px;
}

ul,
menu,
dir {
    list-style-type: square;
}

form {
    margin: 0;
}

    form fieldset {
        border: 1px solid #e5e6e7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 25px;
    }

label {
    font-family: inherit;
    font-weight: inherit;
}

.lead {
    font-size: 15px;
    line-height: 24px;
}

.unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gap-5 {
    height: 5px;
}

.gap-10 {
    height: 10px;
}

.gap-15 {
    height: 15px;
}

.gap-30 {
    height: 30px;
}

.gap-50 {
    height: 30px;
}

.gap-70 {
    height: 30px;
}

.media-left,
.media > .pull-left {
    padding-right: 0;
}

.media-right, .media > .pull-right {
    padding-left: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-0 {
    margin:0;
}

.navbar-default {
    text-align: center;
    border-width: 0;
    background:url(/img/LandingPage/sun.png) no-repeat right 25px top 25px #1B75BB;
}

.navbar-default h2 {
    color: #fff;
    font-size: 18px !important;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

header .logo {
    width:320px;
    height:97px;
    margin-right:auto;
    margin-left:auto;
    background: url(/img/LandingPage/logo-sm.png) no-repeat center;
}

@media (max-width: 768px) {
    .navbar-default {
        text-align: center;
        border-width: 0;
        background:#1B75BB;
    }

   .navbar-default h2 {
        font-size: 14px !important;
    }

    .container {
        padding: 0;
    }
}

/*= SECTIONS
---------------------------------------------------------------------------------------------- */
.section {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .section {
        padding: 0;
    }
}

.section.type-1 {
    color: #D8DEE2;
}

.section.type-1 h1,
.section.type-1 h2,
.section.type-1 h3,
.section.type-1 h4,
.section.type-1 h5,
.section.type-1 h6,
.section.type-1 strong,
.section.type-1 b {
}

.section.type-1 h2 {
    font-size: 30px;
    font-weight: 400;
}

.section.type-1 h4 {
    color: #a5b3bf;
    border-color: #a5b3bf;
}

.section.type-1 hr {
    border-color: #a5b3bf;
}

.section.big {
    height: 100%;
}
/*= SPLASH
---------------------------------------------------------------------------------------------- */
.splash-cover {
    background: #fff;
    background-image: url(../img/LandingPage/lp-bg-lb.png),url(../img/LandingPage/lp-bg-rb.png);
    background-position: left bottom,right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.splash-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
}

.splash-block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}

div.card {
    background-color: #fff;
    width: 250px;
    border: 1px solid;
    box-shadow: rgba(0,0,0,.2) 0 4px 8px 0, rgba(0,0,0,.19) 0 6px 14px 0;
}

div.card.penrith, div.card.penrith h1, div.card.penrith h3 {
    border-color: #27A9E1 !important;
    color: #27A9E1 !important;
}

div.card.penrith a, div.card.penrith a:hover, div.card.penrith a:visited {
    color: #27A9E1;
}

div.card.beaumonthills, div.card.beaumonthills h1, div.card.beaumonthills h3 {
    border-color: #f15a2b !important;
    color: #f15a2b !important;
}

div.card.beaumonthills a, div.card.beaumonthills a:hover, div.card.beaumonthills a:visited {
    color: #f15a2b;
}

div.card.leichhardt, div.card.leichhardt h1, div.card.leichhardt h3 {
    border-color: #009344 !important;
    color: #009344 !important;
}

div.card.leichhardt a, div.card.leichhardt a:hover, div.card.leichhardt a:visited {
    color: #009344;
}

div.card .content {
    font-family: 'Kalinga';
    margin-left: 10px;
    margin-right: 10px;
}

div.card h1, div.card h3 {
    font-family: 'Kalinga';
    margin-bottom: 3px;
    margin-top: 3px;
}

div.card.penrith a.website, div.card.penrith a.website:hover {
    font-family: '3dumbregular';
    font-size: 28px;
    background-color: #27A9E1;
    display: block;
    color: #fff;
    text-decoration: none;
}

div.card.beaumonthills a.website, div.card.beaumonthills a.website:hover {
    font-family: '3dumbregular';
    font-size: 28px;
    background-color: #f15a2b;
    display: block;
    color: #fff;
    text-decoration: none;
}

div.card.leichhardt a.website, div.card.leichhardt a.website:hover {
    font-family: '3dumbregular';
    font-size: 28px;
    background-color: #009344;
    display: block;
    color: #fff;
    text-decoration: none;
}

div.card .carousel {
    height: 170px;
}

div.card a.website:hover {
    text-shadow: 1px 1px 1px #000;
}

div.card .item.active img {
    -moz-transition: transform 5000ms linear 0s;
    -o-transition: transform 5000ms linear 0s;
    -webkit-transition: transform 5000ms linear 0s;
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

@media (max-width: 768px) {
    div[class^="col-"] {
        padding:5px;
    }

    .splash-cover {
        background-image: url(../img/LandingPage/lp-bg-rb.png);
        background-size:50%;
        background-position: right bottom;
    }

    div.card {
        width: 100%;
        margin-bottom:10px;
    }

    div.card .carousel {
        margin-right:-3px;
        margin-top:6px;
        margin-bottom:6px;
        height:auto;
    }

    div.card h3 {
        font-size:14px;
    }

    div.card h1 {
        font-size:22px;
    }
}

div.card div[class^="col-"] {
    padding:0;
}

div.carousel img {
    max-height:150px;
    margin-left:auto;
    margin-right:auto
}
@media (max-width: 768px) {
div.carousel img {
    max-height:100px;
}}