body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Josefin Slab', serif;
}

a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn.focus:active, .btn.active.focus {
    color: #000;
    border: none !important;
    outline: none !important;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

#video-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background: rgba(255,192,0,0.5);
}

header.masthead {
    font-style: normal;
    font-family: 'Josefin Slab', serif;
    color: #000;
    height: 90vh;
    font-weight: 5em;
}

header.masthead .display-1,
header.masthead .display-2,
header.masthead .display-3,
header.masthead .display-4{
    font-weight: 800;
}

header.masthead .intro-text {
    padding: 0;
    margin-top: 15%;
    font-weight: 800 !important;
}

header.masthead .intro-text h1#intro-title {
    font-size: 7rem !important;
    font-weight: bolder;
}

header.masthead .intro-text h1#intro-subtitle {
    font-size: 5.3rem !important;
}

header.masthead .intro-text #tagline {
    padding-top: 3em;
    font-weight: bold;
}

header.masthead .intro-text #tagline h4 {
    font-size: 2.3em;
}

header.masthead #intro-play-button {
    padding-top: 2%;
}

header.masthead #intro-play-button button {
    width: 8em;
    height: 3em;
    background-color: transparent;
    cursor: pointer;
}

header.masthead #intro-buttons {
    margin-top: 1em;
}

#btn-tell-me-more {
    color: #000;
    background-color: #ffc000;
    border: 5px solid #000 !important;
}

#btn-tell-me-more:hover,
#btn-tell-me-more.focus,
#btn-tell-me-more:active,
#btn-tell-me-more:visited,
#btn-tell-me-more.active {
    background-color: #000 !important;
    color: #ffc000;
}

.btn-blacked {
    background-color: #000;
    color: #ffc000 !important;
    border-radius: 33px;
    border: 5px solid #000 !important;
    font-size: 1.0em;
}

.btn-blacked:visited,
.btn-blacked:hover,
.btn-blacked:active,
.btn-blacked:focus,
.btn-blacked.active {
    background-color: #ffc000 !important;
    color: #000 !important;
    border: 5px solid #000 !important;
}

.img-small-bee {
    position: absolute;
    width: 3em;
    height: 3em;
}

.bee-move {
    position: fixed;
    top: 60em;
    left: 3em;
}

@media (max-width: 1024px) {
    .img-small-bee {
        display: none;
    }
}

#small-bee-1 {
    top: 600px;
    left: -20px;
}

#small-bee-2 {
    top: 425px;
    left: 50px;
}

#small-bee-3 {
    top: 280px;
    left: 200px;
}

#small-bee-4 {
    top: 100px;
    left: 250px;
}

#small-bee-5 {
    top: -25px;
    left: 330px;
}

#mainNav {
    padding-top: 0;
    background: transparent;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #795548;
}

#mainNav.navbar-shrink {
    background-color: #ffc000;
}

#mainNav .navbar-brand {
    display: none;
}

section {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

section.filler {
    height: 5em;
}

.timeline:before {
    background-color: transparent !important;
}

.timeline>li {
    margin-bottom: 0;
}

.timeline>li .timeline-panel {
    text-align: center !important;
    padding-left: 5em !important;
}

.timeline-body {
    font-size: 1.25em;
    letter-spacing: 0.1em;
}

.timeline-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 10em;
	height: 8em;
    padding: 0 1.5em;
}

img#economical {
    height: 4em;
    margin-bottom: 1.25em;
}

.timeline-body-medium {
    font-size: 1.3em;
}

.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 5em;
}

.timeline-video {
    position: relative;
    margin-bottom: 2.25em;
    height: 31.5em;
}

.timeline-video iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
}

.timeline-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timeline-horizontal .timeline-heading h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

.timeline-horizontal .timeline-body img {
    margin-top: 1em;
    width: 7em;
    height: 5em;
    margin-bottom: 0.3em;
}

.timeline-horizontal .timeline-body p {
    font-size: 0.8rem;
    text-align: center;
}

section#banner {
    background-color: #ffc000;
    text-align: center;
    height: 23em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

section#banner #banner-vid-wrapper {
    height: 100%;
    width: 50%;
}
section#banner #banner-text-wrapper {
    height: 100%;
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#banner #banner-text-wrapper #banner-left-img-group-top {
    /* border: solid 1px blue; */
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

section#banner #banner-text-wrapper #banner-left-img-group-top img {
    height: 40%;
}

section#banner #banner-text-wrapper h1 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

section#banner #banner-text-wrapper .banner-description {
    font-size: 1.3em;
}

section#banner #banner-text-wrapper .banner-description a:hover{
    color: #000;
    text-decoration: underline;
}

section#banner #banner-text-wrapper #banner-left-img-group-bottom {
    /* border: solid 1px blue; */
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

section#banner #banner-text-wrapper #banner-left-img-group-bottom img {
    height: 40%;
}

section#banner #banner-vid-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

section#banner-mobile, section#banner-mobile-video {
    display: none;
}

section#how-it-works {
    background-color: #fff;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0;
}

section#how-it-works .howto-header {
    margin-bottom: 1.5em;
}

section#how-it-works .howto-left {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

section#how-it-works .slider-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3em;
}

section#how-it-works .slider-buttons button {
    color: #000;
    border-radius: 25px;
    outline: 0 !important;
    margin: 0 2.0em;
}

section#how-it-works .slider-buttons button:visited,
section#how-it-works .slider-buttons button:hover,
section#how-it-works .slider-buttons button:active,
section#how-it-works .slider-buttons button:focus,
section#how-it-works .slider-buttons button.active{
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
    outline: 0 !important;
}

section#how-it-works #slider-content {
    height: 45em;
    overflow: hidden;
}

section#how-it-works .timeline-body {
    margin: 0 1em 1.5em 1em;
}

section#how-it-works .timeline-img img {
    margin-top: 0.5em;
    width: 19em;
    height: 36em;
}

section#top-stories {
    background-color: #ffc000;
    text-align: center;
    padding-bottom: 5%;
}

section#top-stories .top-stories-header {
    margin-top: 8%;
    margin-bottom: 3%;
}

section#top-stories .top-stories-header h1 {
    font-weight: bold;
}

section#top-stories .story-item {
    padding: 5% 10%;
    font-weight: bold;
    height: 35%;
}

section#top-stories a.story-link,
section#top-stories a.story-link:hover,
section#top-stories a.story-link:focus,
section#top-stories a.story-link:active,
section#top-stories a.story-link:visited
{
    color: #000;
    text-decoration: none;
}

section#top-stories .story-item img {
    max-width: 350px;
    height: 70px;
}

/* */
section#news-letter {
    background-color: #fff;
    text-align: center;
    padding-bottom: 5%;
}

section#news-letter .top-stories-header {
    margin-top: 8%;
    margin-bottom: 3%;
}

section#news-letter .top-stories-header h1 {
    font-weight: bold;
}

section#news-letter .story-item {
    padding: 5% 10%;
    font-weight: bold;
    height: 35%;
}

section#news-letter a.story-link,
section#news-letter a.story-link:hover,
section#news-letter a.story-link:focus,
section#news-letter a.story-link:active,
section#news-letter a.story-link:visited
{
    color: #000;
    text-decoration: none;
}

section#news-letter .story-item img {
    max-width: 350px;
    height: 70px;
}

/**/

section#contact {
    border-top: 25px solid #000;
    background-color: #fff;
    background-image: none;
    height: 25em;
    padding-top: 9em;
}

.img-clipped-above {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    width: 3em;
}

#contact #actively-working {
    color: #fff;
    font-size: 1.5em;
}

#contact #expect-grand {
    margin-top: 25px;
}

#contact #enquiry-email {
    color: #000;
    font-size: 1.5em;
}

#contact #enquiry-email a {
    font-size: 1.5em;
    text-decoration: none;
    color: #000;
}

#contact .social-icon {
    width: 5rem;
    height: 5rem;
    margin: 0.3em;
    border: 3px solid #fff;
    border-radius: 50%;

}

#contact .social-icon:hover {
    border: none;
}

#loading-anim {
    margin-top: 20px;
}

#loading-anim p {
    font-size: 1.3em;
    font-weight: bold;
}

footer {
    padding: 5px 0;
    color: #000;
    background-color: #fff;
}

@media (max-width: 750px) {
    body {
        background-image: url(../image/video-map-mobile-vertical.png);
        background-size: auto;
        background-position: center;
    }

    .row {
        margin: 0;
    }

    .display-1 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.0;
    }

    .display-2 {
        font-size: 2.75rem;
        font-weight: 300;
        line-height: 1.0;
    }

    .display-3 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.0;
    }

    .display-4 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1.0;
    }

    #mainNav {
        display: none;
    }

    #mainNav .navbar-brand {
        display: block;
        font-family: 'Josefin Slab', serif;
        font-weight: bold;
        color: #ffc000;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #000;
    }

    #mainNav .navbar-toggler {
        color: #000;
    }

    #mainNav.navbar-shrink .navbar-toggler {
        background-color: #000;
        color: #ffc000;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: #ffc000;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    header.masthead .intro-text {
        padding: 0;
        margin-top: 20%;
    }

    header.masthead .intro-text h1#intro-title {
        font-size: 3.5rem !important;
    }

    header.masthead .intro-text #tagline h4 {
        font-size: 1.9em;
    }

    header.masthead #intro-buttons {
        margin-top: 20%;
    }

    header.masthead #tagline {
        padding-top: 1em;
        font-size: 0.8em;
        margin-bottom: 6em;
    }

    header.masthead #intro-play-button button {
        height: 4.5em;
        margin-bottom: -2em;
    }

    #btn-tell-me-more {
        margin-bottom: 1em;
    }

    section.filler {
        height: 5em;
    }

    .timeline-horizontal {
        flex-direction: column;
    }

    .timeline-panel {
        padding: 2em 0 0 0;
    }

    .timeline>li {
        margin-bottom: 50px
    }

    .timeline>li .timeline-panel {
        border-left: none;
        padding: 0 !important;
    }

    .timeline-heading h3 {
        font-size: 1.3em;
    }

    .timeline-body {
        line-spacing: 1px;
        letter-spacing: 1px;
        font-size: 1.0em;
    }

    .timeline-body img {
        width: 9em;
        height: 7em;
    }

    .timeline-video {
        height: 15em;
        padding: 0;
        margin: 0;
    }

    .timeline-video .container {
        padding: 0;
    }
    section#video .container, section#video .col-lg-12, section#video .col-md-12, section#video .col-sm-12 {
        padding: 0;
    }

    .timeline-video iframe {
        left: 0;
        width: 100%;
    }

    section#banner {
        display: none;
    }

    section#banner-mobile {
        display: block;
        background-color: #ffc000;
        background-size: cover;
        height: 20em;
        padding-top: 7em;
        padding-bottom: 5em;
        text-align: center;
    }

    section#banner-mobile h1 {
        font-size: 1.7rem;
        font-weight: bold;
    }

    section#banner-mobile .banner-description {
        font-size: 1.1rem;
        z-index: 1;
    }

    section#banner-mobile img#solo-bee {
        position: absolute;
        top: -2em;
        width: 8em;
        height: 12em;
        opacity: 0.4;
        right: -0.5em;
        z-index: 0;
    }

    section#banner-mobile-video {
        display: block;
    }

    section#banner-mobile-video .container, section#banner-mobile-video .col-lg-12, section#banner-mobile-video .col-md-12, section#banner-mobile-video .col-sm-12 {
        padding: 0;
    }

    .banner-video .container {
        padding: 0;
    }

    .banner-video iframe {
        left: 0;
        width: 100%;
        height: 15em;
    }

    section#how-it-works {
        padding-top: 2.5em;
    }

    section#how-it-works .slider-buttons {
        justify-content: space-around;
    }

    section#how-it-works #slider-content {
        height: 36em;
    }

    section#how-it-works .slider-buttons {
        margin-bottom: -1em;
        margin-top: -0.3em;
    }

    section#how-it-works .timeline-body {
        font-size: 0.7em;
        height: 5em;
    }

    section#how-it-works .timeline-img img {
        margin-top: 0.5em;
        width: 15em;
        height: 28em;
    }

    section#how-it-works .timeline-body {
        margin: 0 0 0.5em 0;
    }

    section#top-stories .story-item img {
        max-width: 250px;
    }

    #contact {
        height: 35vh;
    }


    #contact #enquiry-email {
        font-size: 1.1em;
    }

    #contact #enquiry-email a{
        font-size: 1.5em;
        font-weight: bold;
    }

    #contact .social-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    footer {
        font-size: 11px;
    }

}

@media (max-width: 960px) and (orientation: landscape) {
    body {
        background-image: url(../image/video-map-mobile-vertical.png);
        background-size: contain;
        background-position: center;
    }

    #mainNav {
        display: none;
    }

    header.masthead .display-1,
    header.masthead .display-2,
    header.masthead .display-3,
    header.masthead .display-4{
        font-weight: 700;
    }

    header.masthead {
        height: 100vh;
    }

    header.masthead .intro-text {
        padding: 0;
        margin-top: 10%;
    }

    header.masthead #intro-buttons {
        padding-top: 0;
        margin-top: 5vh;
    }

    header.masthead #tagline {
        padding-top: 1em;
        margin-bottom: 0;
    }

    header.masthead #intro-play-button button {
        width: 8em;
        height: 3em;
    }

    header.masthead .intro-text #tagline {
        padding-top: 0;
    }

    header.masthead .intro-text #tagline h4 {
        font-size: 1.7em;
    }

    #btn-tell-me-more {
        margin-bottom: 0;
    }

    .timeline-horizontal {
        flex-direction: column;
    }

    .timeline-video iframe {
        left: 0;
        width: 100%;
        height: 120%;
    }

}

@media (min-device-width: 750px) and (max-device-width: 960px) {
    #mainNav {
        display: none;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    #mainNav {
        display: none;
    }

    header.masthead .intro-text {
        margin-top: 5.5em;
    }

    header.masthead #tagline {
        padding-top: 0;
    }

    header.masthead #intro-play-button {
        margin-bottom: -1em;
    }

    header.masthead #intro-buttons {
        margin-top: 3em;
    }

    .timeline-body {
        line-spacing: 1px;
        letter-spacing: 1px;
        font-size: 1.0em;
    }

    section#how-it-works {
        padding-top: 1em;
        margin-top: -1em;
    }

    section#how-it-works #slider-content {
        height: 33em;
    }

    section#how-it-works .timeline-img img {
        margin-top: -1em;
        width: 16em;
        height: 30em;
    }

    section#how-it-works .slider-buttons {
        margin-bottom: 1em;
        margin-top: 0;
    }

    #contact {
        height: 45vh;
    }
}
