﻿html,
body {
    font-size: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Trebuchet MS';
}

body {
    background: url('../images/openbacpicblack.jpg') no-repeat /*url('../images/introBgBlack.jpg') no-repeat*/;
    background-size: cover;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}

.newBG {
    display: none;
}

#introSection {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 15%;
}

.logo li {
    display: inline;
    list-style: circle !important;
    padding-right: 5px;
}

    .logo li i {
        color: #d1011a;
        font-size: 8px;
    }

.enternow {
    width: 140px;
    height: 40px;
    background: #1b1b1b;
    color: #ed1c24;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 40px;
    text-transform: uppercase;
    font-size: 18px;
}

    .enternow:hover {
        text-decoration: none;
        background-color: #d1011a;
        color: #ffffff;
    }

.logoImg {
    margin: 0 auto;
    padding-left: 30px;
}

.enter {
    position: absolute;
    top: 75%;
    font-size: 30px;
    text-align: center;
    width: 100%;
}


@media (min-width: 770px) {
    .client-img {
        display: none;
    }

    #section-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #desktop {
        display: none;
    }

    .logoImg {
        margin: 0 auto;
        padding-left: 0px;
        width: 240px;
        height: auto;
    }

    .enter {
        position: absolute;
        top: 68%;
        font-size: 30px;
        text-align: center;
        width: 100%;
    }

    #introSection {
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 70%;
    }

    .client-img {
        /*position: absolute;
        top:14%;
        left:30%;
        z-index:100;*/
    }

    canvas {
        height: 0px !important;
    }

    .logo-section {
        z-index: 100;
        width: 70%;
        position: absolute;
        top: 50%;
        left: 18%;
    }

        .logo-section .enter-div {
            padding: 10px 0px;
        }
    .btn-2:hover{
        border-color:transparent;
    }
    .btn-2 {
        border:2px solid #fdd01d;
        margin-bottom: 0px !important;
        color:#fff !important;
        text-align:center;
    }
}
