@font-face {
    font-family: Gloss_And_Bloom;
    local: Gloss_And_Bloom;

src: url('../font/TrailExplore/Gloss_And_Bloom.ttf');
}

html{
    background: url('../../img/public/entry_hero.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0;
    text-align: center;
}

body {
margin: 0;
}
div.oauthModal {
    padding: 10%;
    margin-top: 8vh;
    text-align: center;
}
h1.entry_title{
    color: white;
    font-family: 'Gloss_And_Bloom', sans-serif;
}
img.entry_logo{
    border-radius: 3%;
}
