﻿body
{
    font-family: 'Montserrat', sans-serif;
    color: #2f2f2f;
    font-weight: 500;
    line-height: 1.5;
    color: #58595b;
    background-color: #f1f1f2;
}
a
{
    text-decoration: none;
    color: #b71d22;
}

h1
{
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.9;
    font-weight: 400;
}

h2
{
    color: #b71d22;
    font-weight: 400;
    font-size: 1.4em;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    text-align: left;
}

h3
{
    color: #b71d22;
    font-weight: 400;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-align: left;
}

h4
{
    color: #00b9c8;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
}

p
{
    margin: 0 0 15px 0;
}

header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
    header .upper
    {
        background-color: #8c1c29;
        color: #ffffff;
    }
        header .upper .logo
        {
            display: none;
        }
            header .upper .logo img
            {
                width: 90px;
            }
        header .upper .inner1280
        {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
            header .upper .inner1280 .left
            {
                display: block;
            }
            header .upper .inner1280 .left .address
            {
                font-size: 0.875rem;
                font-weight: 500;
                padding-left: 25px;
            }
            header .upper .inner1280 .right
            {
                float: initial;
                display: flex;
                align-items: center;
            }
header .login
{
    margin-right: 20px;
}
    header .login a
    {
        font-size: 14px;
        font-weight: 400;
        background-color: #c22026;
        display: inline-block;
        color: white;
        padding: 6px 13px;
    }
header .social-icons
{
    margin: 0 12px;
}
    header .social-icons a
    {
        display: inline-block;
        padding: 0 8px 0 12px;
        height: 25px;
        color: white;
        border-left: 1px solid #fff;
    }

    header .lower
    {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.758) 100%);
    }
        header .lower .inner1280
        {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

header .lower .logo
{
    margin: 20px 0 0 20px;
}

    header .lower .logo img
    {
        width: 90px;
    }
header nav
{
}

@media (max-width: 890px)
{
    header .upper .inner1280 .left .address
    {
        display: none;
    }
}
@media (max-width: 789px)
{
    header .upper
    {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.758) 100%);
        padding: 10px;
    }
        header .upper .logo
        {
            display: block;
        }
    header .lower .logo
    {
        display: none;
    }
}
@media (max-width: 660px)
{
    .venue-dropdown
    {
        display: none;
    }
}
@media (max-width: 430px)
{
    .social-icons
    {
        display: none;
    }
}

.banner
{
    background-image: url(../images/jnphoto.com_.au-9517-e1671515512583.jpg);
    background-size: cover;
    background-position: center center;
    height: 550px;
}
.pageTitle h1
{
    text-transform: uppercase;
    font-size: 2.875rem;
    font-weight: 700;
    margin: 0;
    color: #231f20;
}
@media (max-width: 789px)
{
    .banner
    {
        height: 330px;
    }
    .pageTitle h1
    {
        font-size: 24pt;
    }
}
footer
{
    background-color: #ec2428;
    color: white;
    font-size: 0.7em;
    padding: 8px 0;
}
footer a
{
    color: white;
}
footer .left
{
    padding-left: 15px;
}
footer .right
{
    padding-right: 15px;
}

@media (max-width: 1100px)
{
    footer .left, footer .right
    {
        float: none;
        width: 100%;
        padding: 5px;
        text-align: center;
    }
}


/******************************************************************************************************************************/
input[type="text"], input[type="password"], select, textarea
{
    border: solid 1px #004268;
    padding: 6px;
}

.dynamicForm input[type="text"], .dynamicForm input[type="password"], .dynamicForm select, .dynamicForm textarea
{
    width: 95%;
}

textarea
{
    height: 50px;
}

input[type="button"], input[type="reset"], input[type="submit"]
{
    border: solid 2px #b71d22;
    padding: 7px 15px;
    color: #b71d22;
    cursor: pointer;
    margin: 0 5px 0 0;
    font-weight: bold;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover
{
    color: white;
    background-color: #b71d22;
}
/******************************************************************************************************************************/

.squarePromo
{
    width: 32.33333333333333333%;
    margin: 0.5%;
    float: left;
    position: relative;
}
.squarePromo a
{
    color: white;
}
.squarePromo .table
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.squarePromo a:hover .table
{
    background-color: rgba(0,0,0,0.8);
}
.squarePromo .tableCell
{
    text-align: center;
    vertical-align: middle;
}
.squarePromo .tableCell h3
{
    text-align: center;
    color: white;
    font-size: 1.6em;
    font-weight: bold;
}
.squarePromo .tableCell p
{
    margin: 0;
}
.squarePromo .border
{
    border: solid 4px white;
    width: 75%;
    display: inline-block;
    padding: 8px;
    background-color: rgba(0,0,0,0.4);
}
.squarePromo a:hover .table .border
{
    background-color: transparent;
}

@media (max-width: 789px)
{
    .squarePromo
    {
        width: 99%;
        margin: 0.5%;
        float: left;
        position: relative;
    }
}