/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

footer {
    margin: 50px 0;
}

#bulkOptionContainer {
padding: 0px;;
}

#load-screen {
background: url(../images/header-back.png);
position: fixed;
z-index: 10000;
top:0px;
width: 100%;
height: 1600px;

}

#loading {

width: 500px;
height: 500px;
margin: 10% auto;
background: url(../images/loader.gif);
background-size: 40%;
background-repeat: no-repeat;
background-position: center;

}

#ViewsCounter {

text-align: center;

}

.imagezoom {
        width: 500px;
        height: 350px;
        overflow: hidden;
        margin: 0 auto;
}

img {
        max-width: auto;
        max-height: auto;
        transition: 2s;
}

.imagezoom:hover img {
    transform: scale(1.2);
}

a { color: #212529; }
a:hover: { color: black;}   

.page-item.active .page-link {
    background-color: #343a40;
    color: antiquewhite;
    border-radius: 3px;
}

@font-face {
    font-family: 'Michroma', sans-serif;
}