
body {
    text-align: center;
    margin: 0 auto;
    font-size: 11pt;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
}

.intro {
    float: left;
    width: 70%;
    margin: 20px 15% 0 15%;
    padding: 0 0 0 0;
}

.logo {
    float: left;
    width: 20%;
    margin: 10px 40% 0 40%;
    padding: 0 0 0 0;
}

.rgtfix {
    float: left;
    color: #fff;
    margin: 0;
    top: 350px;
    position: fixed;
    right: 0 !important;
    z-index: 10;
    display: block;
}

    .rgtfix a {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        padding: 7px 10px 7px 20px;
        background-color: #d5151b;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

        .rgtfix a:hover {
            color: #fff;
            padding: 7px 20px 7px 20px;
            background-color: #ec373c;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.entbtn {
    width: 20%;
    float: left;
    color: #ffffff;
    margin: 20px 40% 20px 40%;
    display: none;
}

    .entbtn a {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #dc0001;
    }

        .entbtn a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #004990;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }






@media (max-width:480px) {
    .logo {
        float: left;
        width: 50%;
        margin: 150px 25% 0 25%;
        padding: 0 0 0 0;
    }

    .intro {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 0;
    }

    .rgtfix {
        float: left;
        color: #fff;
        margin: 0;
        top: 350px;
        z-index: 10;
        display: none;
        position: fixed;
        right: 0 !important;
    }

    .entbtn {
        width: 44%;
        float: left;
        color: #ffffff;
        display: block;
        margin: 20px 28% 20px 28%;
    }

        .entbtn a {
            color: #fff;
            font-size: 12pt;
            font-weight: 600;
            padding: 5px 15px;
            border-radius: 5px;
            text-decoration: none;
            background-color: #dc0001;
        }

            .entbtn a:hover {
                color: #fff;
                padding: 5px 15px;
                text-decoration: none;
                background-color: #ec373c;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }
}
