h3{font-size:23px !important;}
h2{font-size:26px !important;}
h1{font-size:30px !important;}
.fb-like
    {
        bottom:15px !important;
    }
    .fb-like span
    {
        color:white !important;
    }
    .brownmaster
    {
        color:#361913 !important;
    }
    nav, .footer-copyright
    {
        background-color: #361913 !important;
    }
    .page-footer
    {
        background-color: rgb(90, 53, 36);
    }
    .stamped 
    {
        background-image: url(/uploads/stamp.png) !important;
        padding: 10px !important;
        background-size: 100% 100%;
    }
    .carousel, .carousel-item, .carousel-item .row
    {
        height:400px !important;
    }
    .carousel .indicators li
    {
        background-color:rgba(0,0,0,0.5) !important;
    }
    .carousel .indicators .indicator-item.active {
        background-color: #361913 !important;
    }
    .carousel-item
    {
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.1)), url(/uploads/backgroundmain.jpeg) !important;
        background-size: auto, 100% 100%;
        background-position:0, 81%;
        background-repeat: no-repeat, no-repeat;

    }
    .btn-small {
        padding: 0;
        margin: 0 !important;
    }
    .btn-small i 
    {
        margin:0;
    }
    .tighten
    {
        padding-top: 13px;
        padding-bottom: 1px;
    }
    .thumb {
        width: 210px;
        height: 300px;
        margin: 0px auto;
        perspective: 1000px;
        background-size: 0, cover;
    }
    
    .thumb a {
        display: block;
        width: 100%;
        height: 100%;
        cursor:pointer;
        background-size: 100% 100% !important;
        transform-style: preserve-3d;
        transition: all 0.5s;
    }
    
    .thumb:hover a {
        transform: rotateX(40deg) rotateY(25deg) scale(1.5);
        transform-origin: bottom;
    }
    
    .thumb a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 36px;
        background-image: url(/uploads/bookbottom.jpg) !important;
        background-size: 100% 100%;
        background-position: bottom;
        transform: rotateX(90deg);
        transform-origin: bottom;
    }
    .thumb a div{
       content: '';
        position: absolute;
        left: 0px;
        bottom: -18px;
        width: 300px;
        height: 36px;
        background: inherit;
            background-size: 100% 900px;
        background-position: bottom;
        transform: translate3d(0px, 0, -18px) rotateX(-90deg) rotateY(90deg);
        transform-origin: left;
    }
    .thumb a span {
        color: white;
        text-transform: uppercase;
        position: absolute;
        opacity:0.2;
        left: -1px;
        bottom: 0;
        width: 100%;
        font: bold 12px/36px "Open Sans";
        text-align: center;
        transform: translate3d(0px, 0, -18px) rotateX(-90deg) rotateY(90deg);
        transform-origin: left;
        z-index: 1;
    }
    .thumb a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
        opacity: 0;
        transform: rotateX(95deg) translateZ(-80px) scale(0.75);
        transform-origin: bottom;
    }
    .thumb.logo {
    width: 260px;
}
    .book
    {
        padding-top:10px;
        
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+1,f0b7a1+88,752201+94,bf6e4e+100 */
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 1%, #f0b7a1 88%, #752201 94%, #bf6e4e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #efefef 1%,#f0b7a1 88%,#752201 94%,#bf6e4e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #efefef 1%,#f0b7a1 88%,#752201 94%,#bf6e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
    }
    .book .card-content
    {
            border-top: 4px solid #361913;
                background-color: white;
    }
    .thumb:hover a:before {
        opacity: 1;
        box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
        transform: rotateX(0) translateZ(-60px) scale(0.85);
    }
    .book .card-action
    {
        padding: 4px 8px !important;
        background-color:white;
        
    }
    .book .card-action p
    {
        margin:0;
        font-weight:bold;
    }
    .brownify
    {
        background-color:#361913 !important
    }
    .google-play img
    {
            height: 65px !important;
    }
    .parallax-container {
        height: 250px !important;
    }
    .parallax-container.long {
        height: 350px !important;
    }
    .parallax h1 {
    z-index: 5;
    position: absolute;
    top: 45px;
    color: white;
    background-color: rgba(54, 25, 19, 0.7);
    width: 22%;
    left: 39%;
    padding: 10px;
    border-radius: 7px;
}
    .parallax p {
    position: absolute;
    width:100%;
    top: 235px;
    z-index:6;
    color: white;
}
.parallax.max
{
    position:relative;
}
.parallax .parallax-overlay {
        background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0.41) 40%,rgba(0,0,0,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69000000', endColorstr='#00000000',GradientType=1 );
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: 0 177px;
}
    nav.secondary-page
    {
       height:40px !important; 
    }
    nav.secondary-page .fb-like
    {
        bottom:26px !important;
    }
    nav.secondary-page .google-play img
    {
        height:44px !important;
    }
    .stand-bg
    {
            position: absolute;
    width: 100% !important;
    }
    .drawers {
    position: absolute;
    top: 10%;
    left: 5%;
    padding: 50px;
    background: #5a3524;
    border-radius: 25px;
    border: 4px solid #bf6b00;
    background-size: 100% auto;
}
    .drawer {
        
        min-height: 90px !important;
        width:400px;
        position:relative;
            margin-bottom: 20px;
            perspective:1000px;
            background:black;
            
    }
    .drawer-main
    {
        background: url(/drawer/drawer_0.jpg);
        background-size: 100% 100%;
        width:100%;
        position:absolute;
        height:100%;
        left:0;
        top:0;
        z-index:999;
        transform-style: preserve-3d;
        transition: all 0.5s;
    }
    .drawer-main:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        z-index:1000;
        background-image: url(/drawer/drawer-botr.jpg) !important;
        background-size: 100% 100%;
        background-position: bottom;
        transform: rotateX(90deg);
        transform-origin: bottom;
    }
    .drawer .drawer-main:hover{
        transform:  translate3d(0, 0, 0) rotateX(30deg);
        transform-origin: top;
    }
    
    .drawer-bet {
        
    background: url(/drawer/drawer-between.jpg);
    height: 20px;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    top: -20px;
    left:0;
    z-index:10;
}

    .drawer-left {
    content: "";
    background: url(/drawer/drawer-left-right.jpg);
    background-size: 100% 100%;
    min-height: 109px !important;
    position: absolute;
    top: -20px;
    left: -28px;
    z-index: 10;
    width: 30px;
}
.drawer-first {
    background: url(/drawer/drawer-up.jpg);
    position: absolute;
    background-size: 100% 100%;
    top: -20px;
    width: 100%;
    left: 0px;
    height: 20px;
}
    .drawer-right {
    content: "";
    background: url(/drawer/drawer-left-right.jpg);
    background-size: 100% 100%;
    top: -20px;
    min-height: 109px !important;
    position: absolute;
    right: -28px;
    z-index: 10;
    width: 30px;
}
.drawer .extra
{
    height:150px;
}
 .drawer-bot {
    background: url(/drawer/drawer-botr.jpg);
    height: 40px;
    bottom: -40px;
    left: 0;
    width: 100%;
    position: absolute;
}
    .category-text {
        position: absolute;
        right: 7%;
        font-size: 17px;
        width: 32%;
        font-family: fantasy;
        color: #361913;
}
#social-links ul li {
    width: 25%;
    display: inline-block;
    margin: 0;
    transition: 0.5s;
        color: #361913;
    font-size: 41px;
}
#social-links ul li:hover {
    transform: scale(1.4);
    color: #039be5;
}
.catlist
{
    height: 69px;
    overflow: hidden;
    transition:1s;
}
.catlist.on
{
    height: auto;
    overflow: visible;
}
.colorfix
{
    mix-blend-mode: luminosity;
}
.pagination li.active span {
    font-size: 20px !important;
    padding: 9px;
}
.pagination li.active {
    color: white;
    background-color: #361913;
}
.caticon
{
    font-size: 32px;
    position: relative;
    top: 3px;
    left: 14px;
    color: white;
}
.parallax-container .parallax img {

    bottom: 50% !important;
}
a {
    color: #a28028;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 1.3s;
}
a:hover {
    color: #361913;
}
.long.parallax-container .parallax img {
    bottom: 20% !important;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #361913;

}
    @media only screen and (max-width: 993px)
    {
        .carousel-item {
            background-size:100% 100% !important;
        }
    }
    
    
    
    