﻿@font-face {
    font-family: "NeutroMYOB Regular";
    src: url("fonts/NeutroMYOB-Regular.woff2") format("woff2"),
         url("fonts/NeutroMYOB-Regular.woff") format("woff");
}

@font-face {
    font-family: "NeutroMYOB Medium";
    src: url("fonts/NeutroMYOB-Medium.woff2") format("woff2"),
         url("fonts/NeutroMYOB-Medium.woff") format("woff");
}

@font-face {
    font-family: "NeutroMYOB Demi";
    src: url("fonts/NeutroMYOB-Demi.woff2") format("woff2"),
         url("fonts/NeutroMYOB-Demi.woff") format("woff");
}

/* For desktop: */
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}


.div-gradient {
    height: 3px;
    background-color: #6100a5;
    background-image: linear-gradient(to right, #6100a5, #ec0677);
}

.hero {
    background-image: url("/assets/MYOB/H_962x429_DESK.jpg");
    height: 400px;
    width: 100%;
    background-position: right;
    background-color: #6100a5;
    background-repeat: no-repeat;
    vertical-align: top;
    background-color: #6100a5;
}

.heading1 {
    color: #FFFFFF;
    font-family: 'NeutroMYOB Demi', sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    padding: 1rem 0 0;
    text-align: left;
}

.heading2 {
    color: #FFFFFF;
    font-family: 'NeutroMYOB Demi', sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.billboard.billboard--padding-lg {
    padding-bottom: 2.5em;
    padding-top: 2.5em;
}

.billboard.billboard--bg-candy {
    background-color: #ec0677;
}

.fg-light, .fg-light .h1, .fg-light .h2, .fg-light .h3, .fg-light .h4, .fg-light .h5, .fg-light .h6, .fg-light a:not(.btn), .fg-light h1, .fg-light h2, .fg-light h3, .fg-light h4, .fg-light h5, .fg-light h6 {
    color: #fff;
}

.fg-light {
    fill: #fff;
}

.billboard {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

    .billboard .billboard__body {
        font-family: 'NeutroMYOB Demi', sans-serif;
        color: #ffffff;
        text-align: center;
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        padding-right: .625rem;
        padding-left: .625rem;
    }

section {
    display: block;
}




/*Customised*/
.iconTitle {
    color: #ffffff;
}

.home_steps {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.home_steps1 {
    background-color: #F3F4F5;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    padding: 30px 0;
    top: 0;
    left: 0;
}

h2 {
    font-weight: bold;
}

h1, h2, h3 {
    line-height: 1.1em;
}

.min-height {
    min-height: 51px;
}


.billboard {
    background-color: #B93499;

}
.billboard h3 {
    color: #ffffff;
}
.billboard.billboard--padding-lg {
    padding-bottom: 3.75em;
    padding-top: 3.75em;
}

.billboard--bg {
    font-family: 'NeutroMYOB Demi', sans-serif;
    color: #ffffff;
    text-align: center;
}

.billboard__body {
    color: #fff;
    font-size: 18px;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    line-height: 1.5;
    padding-right: .625rem;
    padding-left: .625rem;
}
	
.billboard--center {
    text-align: center;
}

.button {
    padding:25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .25em;
    background: transparent;
    line-height: 1;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    font-family: 'NeutroMYOB Demi', sans-serif;
    line-height: inherit;
    position: relative;
    margin: 0px;
    padding: 0.5em 1.625em;
    border-radius: 0.25em;
    transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, color 0.25s ease-out 0s, padding 0.25s ease-out 0s;
    border-width: 0.125em;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    outline: none;
    text-decoration: none;
}
.btn--primary {
    background-color: rgb(0, 170, 101);
    border-color: rgb(0, 170, 101);
    color: rgb(255, 255, 255);
    text-align: center;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active, .btn--primary.active, .open > .dropdown-toggle.btn--primary {
    background-color: rgb(0, 190, 121);
    border-color: rgb(0, 190, 121);
    color: rgb(255, 255, 255);
    text-align: center;
}


@media (max-width: 767px) {
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }

    .hero {
        background-image: url("/assets/MYOB/H_480x600_MOB_COPY.jpg");
        width: 100%;
        min-height: 580px;
        display: block;
        background-position: center;
        background-color: #6100a5;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .heading1 {
        color: #FFFFFF;
        font-family: 'NeutroMYOB Demi', sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        padding: 0;
        text-align: center;
    }

    .heading2 {
        color: #FFFFFF;
        font-family: 'NeutroMYOB Demi', sans-serif;
        font-size: 1.2em;
        font-weight: normal;
        padding: 0;
        text-align: center;
    }

    .icon_holder {
        float: none;
        position: relative;
        left: 50%;
        margin-left: -28px;
    }

    .box1 .text-center, .box2 .text-center, .box3 .text-center {
        text-align: center;
    }

    .min-height {
        min-height: 0;
    }
}

@media (max-width: 990px) {
    .text-center {
        text-align: center;
    }
}