﻿.body {
    background: #fff;
    font-size: 14px;
    line-height: 190%;
    padding-bottom: 0 !important;
}


.img-thumbnail{
    width:40px;
    margin-right: 5px;
}

.img-sponsor{
    width: 100px;
}

.seating-image {max-width: 600px}

div.footer-copyright a {
    color: white
}
/*
.customBtnWidth{
    width: 150px;
}*/

/* ------------------------------------ Headings ------------------------------------ */
#header {
    background: none;
    box-shadow: none;
}

.header {
    background: White !important;
}

#header nav {
    height: 100%;
    height: 100px;
}


.nav-link {
    font-size: 16px;
}

main .nav-link{
    color: white;
}

main {
    margin-top: 100px;
    min-height: 70vh;
    padding-left: 0px;
    padding-right: 0px;
}

.container{
    padding-top:15px;
}

li.nav-item{
    display:inline-flex;
}

li.nav-item a{
    margin-right:5px;
    font-weight:bold;
}

a, a:visited {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


h1, h2, h3, h4, h5, h6, .heading_font {
    text-transform: none;
}

/*.card-header {
    height: 4.0em;
}
*/
.card-body{
    min-height: 100px;
}
div.card-title {
    height: 4.0em;
}

.card-main-content {
    flex: 1 1 auto;
}


/* ------------------------------------ Wrapper / Sections------------------------------------ */

/* Full width content width */
#wrapper.full_width_wrapper .content_body .page > .container {
    width: 1200px;
}

/* Full width content padding */
#wrapper.full_width_wrapper .content_body .page .section {
    padding: 20px 0px 0px;
}


.content_body {
    margin-top: 0px !important;
}

    /* Boxed main padding */
    .content_body .page .section {
        padding: 20px 0px;
    }

    /* Boxed content padding */
    .content_body .container > .section {
        padding: 20px;
    }
/* Home boxed content padding - removing side padding */
.home .content_body .container > .section {
    padding: 20px 0px;
}


.navbar img {
    display: block;
    margin: 0px auto;
}

/* ------------------------------------ Buttons ------------------------------------ */

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    line-height: 180%;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

/* ------------------------------------ Footer ------------------------------------ */

 footer {
    padding-top: 10px;
    padding-bottom: 10px !important;
}

footer div {
    text-align: center
}

footer img.footer-logo {
    max-width: 150px;
    margin-bottom: 2em;
}

footer img.footer-bottom-logo {
    max-width: 180px;
    margin-bottom: 2em;
}

footer .footer-div {
    position: absolute;
    bottom: 20px;
    left: 30%;
    
}
 
/* ------------- MEMBERSHIPS ------------- */
#membershippackages {
    text-align: center;
    background: #eee;
    padding: 60px 0px;
    margin-bottom: 0;
}

div.card-body > p {
    margin: 0.7em 0;
}

div.item .card {
    min-width: 220px;
    margin-bottom: 2em !important;
}

div.item .card .card-main-content div.input-group {
    max-width: 200px;
    margin: 0 auto;
}


@media (max-width: 1200px) {
    .package .card {
        min-width: 200px;
        max-width: 300px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2em !important;
    }

   /* .item .card {
        min-width: 14em;
        max-width: calc(33% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }*/
}



@media (max-width: 800px) {

    .package-image {
        width: 800px;
    }

    h1, h2, h3, h4, h5, h6, .heading_font, .nav-link input.form-control-plaintext input.form-control  {
        font-size: 14px;
    }

    .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
        line-height: 1.6;
        padding: 2px 2px;
        font-size: 14px;
    }


    .customBtnWidth {
        width: 100px;
    }

   /* .item .card {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }*/

    .package .card {
        min-width: 200px;
        max-width: 200px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2em !important;
    }

    .navbar-collapse {
        background-color: white;
        padding: 5px;
    }

    .img-sponsor {
        width: 80px;
    }

    #logo {
        max-width: 250px;
    }

    nav {
        border-bottom-style: none;
    }
}


@media (max-width: 575px) {
    .package-image {
        width: 600px;
    }

    .seating-image {
        max-width: 400px
    }

    h1, h2, h3, h4, h5, h6, .heading_font, .nav-link input.form-control-plaintext input.form-control {
        font-size: 14px;
    }

    .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
        line-height: 1.6;
        padding: 2px 4px;
        font-size: 14px;
    }


    .customBtnWidth {
        width: 100px;
    }

    /*.item .card {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }*/

    .package .card {
        min-width: 200px;
        max-width: 300px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 2em !important;
    }

    .navbar-collapse {
        background-color: white;
        padding: 5px;
    }

    .img-sponsor {
        width: 60px;
    }

    nav {
        border-bottom-style: none;
    }

    #logo{
        max-width:250px;
    }

}

/* ------------- OFFLINE MODE ------------- */

.content-offline {
    padding-top: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 190%;
    text-align: center;
}

#suncorp-offline p, #gabba-offline p {
    font-size: 14px;
    margin: 1rem;
    color: #000000;
}

/* Suncorp Offline */
#suncorp-offline #header-offline {
    height: 73px;
    width: 100%;
    border-bottom: 3px solid #022F22;
    display: flex; /* use flexbox to align children */
    justify-content: center; /* center children horizontally */
    align-items: center; /* center children vertically */
    padding: 15px;
}

#suncorp-offline #header-logo {
    height: 40px;
    width: 400px;
    background-image: url("images/Suncorp_LOGO_Color.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

#suncorp-offline h1 {
    font-size: 36px;
    color: #022F22;
    margin: 1rem;
}

/* Gabba Offline */
#gabba-offline #header-offline {
    height: 86px;
    width: 100%;
    border-bottom: 3px solid #003879;
    display: flex; /* use flexbox to align children */
    justify-content: center; /* center children horizontally */
    align-items: center; /* center children vertically */
    padding: 15px;
}

#gabba-offline #header-logo {
    height: 53px;
    width: 250px;
    background-image: url("images/Gabba_LOGO.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

#gabba-offline h1 {
    font-size: 36px;
    color: #003879;
    margin: 1rem;
}
