html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #495057;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial !important;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url('../images/background.jpg') no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-tap-highlight-color: transparent;
}

h1 {
    font-size: 1.6em;
    margin: 0.5em 0
}

img {
    border: 0
}

.text-green {
    color: #9ACA3C;
}

.text-blue {
    color: #00B8D6;
}

.modal {
    background:rgba(55,55,55,.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.btn-primary {
  background-color: #00B8D6 !important;
  color: #fff !important;
  border: 0px !important;
}

.btn-secondary {
  background-color: #9ACA3C !important;
  color: #fff !important;
  border: 0px !important;
}

.home-content {
    border-top: 4px solid #9ACA3C;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 8px 0px 8px;
    max-width: 900px;
    margin: 5px auto;
}

.body-color {
    color: #292828;
}

.body-text {
    font-size: 1.1rem;
}

.home-title {
    color: #00B8D6;
}

.terms {
    font-size: 0.7rem;
    color: #495057;
}

#mobile-only #logo {
    background: #fff;
    text-align: center;
    max-width: 200px;
}

/*@media only screen and (min-width: 1030px) {
    #mobile-only {
        display: none
    }
    #desktop-only,
    #pp-nav {
        display: block
    }
    .wrap {
        width: 1040px
    }
    .header {
        position: fixed;
        bottom: 0px;
        height: 150px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(252, 252, 252, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        padding-right: 70px
    }
    #logo {
        display: block;
        padding: 0px 0px 10px 10px
    }

    #logo a {
        color: #fff
    }
}*/

@media only screen and (min-width: 768px) {
    .wrap {
        width: 760px;
    }
}

