body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

a {
    color: #3187c8;
}

a:hover, a:focus {
    color: #3187c8;
    text-decoration: underline;
}

.container.top-container-site-index {
    width: 100%;
}

.wrap > .container.top-container-site-index {
    padding: 0 0 0 0;
}

#primary-nav.navbar-inverse {
    background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    padding: 30px 0;
}

.body-site-index #primary-nav.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.6);
}

#primary-nav.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 20px;
}

.parallax-window {
    min-height: 100vh;
    background: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    border-bottom: 3px solid #ffffff;
}

#home-flex-gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 5px;
}

#home-flex-gallery > a {
    padding: 5px;
}

#home-flex-gallery > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

[id^="gallery-gallery-"] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

[id^="gallery-gallery-"] > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 5px 5px;
}

#home-contact-form #contactform-verifycode-image {
    margin-top: 20px;
}

#contact-map {
    height: 450px;
    width: 100%;
}

#header-top-bar {
    background: #3187c8;
    padding: 5px 10px;
    color: #ffffff;
}

#header-top-bar a {
    color: #ffffff;
}

#home-get-in-contact-h3 {
    text-align: center;
    margin-top: 0;
    font-size: 35px;
}

#primary-nav.navbar-inverse .navbar-nav > li.active > a {
    color: #3187c8;
    border-bottom: 3px solid #3187c8;
}

footer.footer {
    background: #3187c8;
}

footer.footer ul {
    color: #ffffff;
    list-style-type: square;
    padding: 0 0 0 20px;
}

footer.footer a {
    color: #ffffff;
}

#home-flex-gallery img {
    width: 100%;
}

.home-carousel-caption a {
    color: #ffffff;
}

a.carousel-control {
    width: 6%;
}

#why-choose-home-section {
    background: #eeeeee;
    padding: 30px 20px 20px 20px;
}

#why-choose-home-section > h3 {
    margin-bottom: 20px;
}

.why-choose-home-div-icon-div {
    margin: 0 20px 0 0;
}

#why-choose-home-flex-ul > li:hover {
    background: #3187c8;
    color: #ffffff;
}

.why-choose-home-flex-div i {
    font-size: 40px;
    color: #3187c8;
}

#why-choose-home-flex-ul > li:hover i {
    background: #3187c8;
    color: #ffffff;
}

#home-parallax-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

#home-parallax-flex > div {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
}

#home-parallax-flex h3 {
    color: #3187c8;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

#home-parallax-flex p {
    color: #3187c8;
    font-weight: bold;
    text-align: center;
}

.why-choose-home-flex-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#home-main-intro-text-div {
    font-size: 20px;
}

#footer-row1-div {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}

#modal-company-name-change-announcement .modal-header {
    padding: 15px;
    border-bottom: 1px solid #3187c8;
    background: #3187c8;
    color: #ffffff;
    font-weight: bold;
}

#modal-company-name-change-announcement .modal-body {
    background: #3187c8;
}

.company-name-change-announcement-outer p,
.company-name-change-announcement-outer h3 {
    color: #ffffff;
}

.company-name-change-announcement-outer p {
    font-size: 18px;
}

#maroubra-january-2024-video-0 {
    max-height: 50vh;
    background: black;
}