
body {
     /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    height: 100%;
   


}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: 'Rajdhani', sans-serif;


}

.billobook h2 {

    font-size: 27px;
    margin-left: 35px;

}

.business-header {
    height: 265px;
    background: url('../img/bg.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 11px;
}


.billobook {

/*border: 1px solid #eeeeee;*/
width:100%;

margin-top: -150px;
/*margin-left: 15px;*/
height: auto;
/*background: url(../img/back.png) repeat;*/
padding:0px;


/*
-moz-box-shadow:    2px 2px 21px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 21px 0px rgba(50, 50, 50, 0.75);


-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px; */


}


.billocontent {

border: 1px solid #eeeeee;
width:94%;

/*margin-top: -110px;*/
/*margin-left: 15px;*/
margin: -110px auto 0;
height: auto;
background: url(../img/back.png) repeat;
padding:10px;


-webkit-box-shadow: 2px 2px 21px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 21px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 21px 0px rgba(50, 50, 50, 0.75);


-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */


}

html {

width: 100%;
height: 100%;

}


footer {

    display: none;
}


.container {

/*height: 100%;*/


}

.business-header {

border-bottom: 1px solid #cccccc;

}


button.css3button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #c6f01f;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #6b6b6b 0%,
        #000000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#6b6b6b),
        to(#000000));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}


