﻿html, body
{
    font-family: Century Gothic, Arial;
    font-size: 16px;
    line-height: 1.7;
    color: #6d6e70;
}

a
{
    text-decoration: none;
    color: #00b9c8;
}

h1
{
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.9;
    font-weight: 400;
}

h2
{
    color: #00b9c8;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    text-align: left;
}

h3
{
    color: #00b9c8;
    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;
}
.headerSpacer
{
    height: 112px;
}
header
{
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(128,128,128,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

header.sticky .upper
{
    display: none;
}

@media (max-width: 810px)
{
    .headerSpacer
    {
        height: 56px;
    }

    header.sticky .upper
    {
        display: block;
    }

    header .lower
    {
        display: none;
    }
}

header .upper
{
    border-bottom: solid 1px #eeeeee;
}

header .upper .icons
{
    margin-right: 10px;
}

header .upper .icons a
{
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding-right: 10px;
    border-right: solid 1px #eeeeee;
    line-height: 30px;
    color: #6d6e70;
}

header .upper .icons a:last-child
{
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

header .upper .icons a .icon, .mobileContactNumber a .icon
{
    color: #00b9c8;
    font-size: 1.2em;
}

header .upper .icons a .text, .mobileContactNumber a .text
{
    display: inline-block;
    margin-left: 7px;
}

@media (max-width: 900px)
{
    header .upper .logo img
    {
        width: 400px;
        margin-top: 18px;
    }
}

@media (max-width: 800px)
{
    header .upper .icons a .text
    {
        display: none;
    }
}

@media (max-width: 650px)
{
    header .upper .logo img
    {
        width: 290px;
        margin-top: 20px;
    }
}

@media (max-width: 550px)
{
    header .upper .icons
    {
        display: none;
    }
}

header .logo
{
    float: left;
}

header .logo img
{
    display: block;
    margin: 12px 5px 0 5px;
}

header .upper nav
{
    float: right;
}

header .lower nav
{
    display: inline-block;
}
.mobileContactNumber
{
    text-align: center;
    font-size: 1.2em;
    margin: 3px 0;
}
.mobileContactNumber a
{
    color: #6d6e70;
}

@media (min-width: 551px)
{
    .mobileContactNumber
    {
        display: none;
    }
}

.secBannerTitle
{
    background-image: url(../images/Sydney.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.secBannerTitle h1
{
    display: table-cell;
    vertical-align: middle;
    color: white;
    margin: 0;
    padding: 0;
    height: 257px;
    background-color: rgba(0,0,0,0.65);
    font-size: 2.4em;
}
@media (max-width: 900px)
{
    .secBannerTitle h1
    {
        height: 200px;
        font-size: 2.0em;
    }
}
@media (max-width: 600px)
{
    .secBannerTitle h1
    {
        height: 150px;
        font-size: 1.6em;
    }
}

footer
{
    /*background-image: url(../images/OuterFooter.png);
    background-size: 100% 67px;*/
}
footer .upper
{
    background-image: url(../images/FooterGamingMachines.jpg);
    background-size: 100% auto;
    border-top: solid 10px white;
    background-position: center top;
}
footer .upper .greyLine
{
    /*background-image: url(../images/UpperOuterFooter.png);*/
    background-size: 100% 29px;
}
footer .upper .greyLine .inner
{
    height: 29px;
    margin-top: 13%;
    /*background-image: url(../images/UpperInnerFooter.png);*/
    background-position: right top;
}
footer .lower
{
    background-image: url(../images/LowerOuterFooter.png);
    background-size: 100% 38px;
}
footer .lower .inner
{
    line-height: 38px;
    background-image: url(../images/LowerInnerFooter.png);
    background-position: right top;
}
footer .lower .inner .padded
{
    padding: 0 10px;
    color: white;
    font-weight: bold;
    font-size: 0.95em;
}

footer .inner .padded .tic
{
    color: #003e7a;
}
@media (max-width: 500px)
{
    footer .lower .inner .padded
    {
        font-size: 0.8em;
    }
}
@media (max-width: 400px)
{
    footer .lower .inner .padded
    {
        font-size: 0.7em;
    }
}

.BlueText
{
    color: #00b9c8;
}

.homeServicesLink
{
    float: left;
    width: 47%;
    margin:  20px 1% 40px 2%;
}
.homeServiceInner
{
    border-bottom: solid 4px #6d6f71;
    border-left: solid 4px #6d6f71;
    position: relative;
    padding: 0 0 0 30px;
    min-height: 55px;
}
.homeServiceInner .icon
{
    position: absolute;
    top: -5px;
    left: -28px;
}
.homeServiceInner h2
{
    text-align: left;
    color: #00b9c8;
    font-size: 1.1em;
}
@media (max-width: 800px)
{
    .homeServicesLink
    {
        width: 97%;
        margin: 20px 1% 40px 2%;
    }
}

/******************************************************************************************************************************/
input[type="text"], input[type="password"], select, textarea
{
    border: solid 1px #00b9c8;
    padding: 6px;
}

.dynamicForm input[type="text"], .dynamicForm input[type="password"], .dynamicForm select, .dynamicForm textarea
{
    width: 100%;
}

textarea
{

}

input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #00b9c8;
    border: none;
    padding: 7px 15px;
    color: white;
    cursor: pointer;
    margin: 0 5px 0 0;
}
/******************************************************************************************************************************/

.dsQuoteContainer
{
    display: block;
    text-align: center;
    clear: both;
}
.dsQuote
{
    display: inline-block;
    text-align: left;
    clear: both;
    border: solid 1px #5f5f5f;
    position: relative;
    padding: 20px;
    margin: 30px;
    color: #00b9c8;
}
.dsQuote .startQuote
{
    position: absolute;
    left: -30px;
    top: -25px;
}

.dsQuote .endQuote
{
    position: absolute;
    right: -30px;
    bottom: -25px;
}
.dsQuote .title
{
    font-size: 1.5em;
    font-weight: bold;
}
.dsQuote .quote
{
    font-size: 1.3em;
    color: #6d6e70;
}

.dsQuote .source
{
    font-weight: bold;
    font-style: italic;
}