
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}



html, body {
    width:100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    color: #0000ff;
}


#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.fadein {
    opacity: 0;
    display: none;
}

.fademe {
    animation: fademe 1s forwards;
}

@keyframes fademe {
    0% {opacity: 0}
    100% {opacity: 1}
}

.buttercup {
    display: block;
    margin: 0px auto;
    width: 80%;
    padding: 50px 0px;
}

.buttercup .text {
    max-width: 510px;
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    margin: 40px auto 0px auto;
}

.buttercup .text .fineprint {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.buttercup iframe {
    box-shadow: none;
    background: #fff;
}

.logo {
    width: 100%;
    max-width: 1920px;
    display: block;
    max-width: 90%;
    margin: 0px auto 0px auto;
}

.image {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.menu {
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
}

.menu a {
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    margin: 0px 10px;
    transition: 0.5s;
    text-align: center;
}

.menu a:hover {
    background: #000;
}


.center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    mix-blend-mode: overlay;
}

h1 {
    font-weight: normal;
    font-size: 10vw;
    line-height: 10vw;
    display: block;
    margin: 30px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    margin: 0px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

a, a:hover, a.visited {
    text-decoration: underline;
    color: #0000ff;
}

#mobile {
    display: none;
}


.australogo {
    display: block;
    margin: 0px auto 0px 0px;
    width: 300px;
}


/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
    }
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    #handkerchief {
        margin-top: -60px;
    }

    .buttercup {
        width: 90%;
    }
    
    .buttercup .text {
        width: 80%;
        font-size: 1rem;
    }
    
    .australogo {
        width: 200px;
        margin: 0px auto;
    }
    
    
    
    h1 {
        font-size: 15vw;
        line-height: 15vw;
    }
    
    h2 {
        font-size: 7vw;
        line-height: 7vw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    .play {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
        opacity: 0.6;
    }
    
    .play span {
        display: none !important;
    }
    
    .menu {
        bottom: 40px;
        display: inline-flex;
        width: auto;
    }
    
    .menu a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    #standaloneform form {
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #standaloneform form .email {
        width: calc(100vw - 150px);
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #fff;
    }
    
    #socials {
        top: 10px;
        left: 50%;
        display: flex;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #socials a {
        font-size: 15px;
        opacity: 0.7;
        flex: 1;
    }

    .privacy-link {
        right: auto;
        bottom: -10px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h3 {
        padding-top: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    
    #tour h3 {
        font-size: 30px;
        line-height: 35px;
    }
    
    #signupform .email {
        width: 70vw;
    }
    

}

@media (max-width: 335px) {
    .menu a, .webkit .menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu, .webkit .menu {
        width: 255px;
    }
}