﻿ body {
        background: #fafafa !important;
    }

    .topHeader {
        /*height: 500px;*/
        min-height:500px;
        width: 100%;
        text-align: center;
        background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url("../assets/images/hp-findit-people2.jpg");
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-position-y: 50%,bottom;
        
    }
        .topHeader h2 {
            padding-top: 10%;
        }

        .topHeader h2, .topHeader p {
            color: #fff;
        }

        .topHeader p {
            font-weight: 300;
            font-size: 20px;
            padding-bottom:50px;
        }

    .fiBkg {
        background: #fff !important;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        text-align: center;
        padding: 25px;
    }

        .fiBkg h4 {
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
        }

        .fiBkg i {
            font-size: 50px;
            margin-top: 30px;
        }

        .fiBkg .btn-success {
            padding: 10px 12px;
            border: none !important;
            background: #ee6220;
            color:#fff!important;
            margin-top: 20px;
            display: block;
        }

    .bannerBtn {
        /*border: solid 1px #fff;*/
        color: #fff;
        border-radius: 10px;
        /*background: none;*/
        background:#ee6220;
        padding: 10px 15px;
        font-size: 23px;
    }

    .bannerBtn2 {
         /*border: solid 1px #fff;*/
        color: #fff;
        border-radius: 10px;
        /*background: none;*/
        background:#4050b8;
        padding: 10px 15px;
        font-size: 23px;
    }

    .bannerBtn:hover, .bannerBtn2:hover {
        color:#fff;
    }

.enterSiteBtn {
    margin-top: 15px;
    margin: auto;
    display: inline-block;
}

        .enterSiteBtn .btn-success, .enterSiteBtn .bannerBtn2 {
            padding: 10px 15px;
            font-size: 23px;
            border-radius: 10px;
            border: none;
        }

    .enterSiteBtn .btn-success {
        width: 126.37px;
    }

    .enterSiteBtn .bannerBtn2 {
        width: 206.34px;
    }

    .goPrime i {
        color: #56ac47;
    }

    .vanityURL i {
        color: #3268b0;
    }

    .pressRelease i {
        color: #e98c24;
    }

    .realEstate i {
        color: #8d277a;
    }

    hr {
        height: 1px;
        width: 70px;
        border: none;
        background: rgba(66,71,76,.3);
    }
    .loginButtons {
        margin-bottom:30px;
    }

    .aboutFindit {
        background: #ee6220;
        color:#fff;
        padding:100px 0px;
    }

    .aboutFindit h3 {
        color:#fff !important;
    }

    #slideMenu1 a, #slideMenu2 a {
        color:#a7b1c2 !important;
    }

    a{color:#fff !important;}

    .appFindit {
        display:none;
    }

    @media screen and (max-width:1200.17px){
        .loginMobile {
            display:none !important;
        }

        .appFindit {
            display:block !important;
            margin:20px 0;
        }
    }

    @media screen and (max-width:768px){
        .topHeader {
            height: 100% !important;
            height: 100% !important; 
            min-height: 700px;
        }

            .topHeader h2 {
                padding-top: 30%;
                font-size: 30px !important;
            }
    }