/* https://paletton.com/#uid=50M0u0kw0w0za++CiROokiVcD3i */

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap');

body {
    background-color: #1a1310;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
}
a,a:visited,a:active {
    text-decoration: none;
    color: #974b24;
}
a:hover {
    color: #977c24;
}
h1,h2,h3 {
    color: #ff9900;
}
.ispatron {
    color: #00cc00;
}
.isnotpatron {
    color: #ff0700;
}
.isvip {
    color: #ffc500;
}
.ss-scroll {
    background: #976924;
}
.button {
    display: block;
    height: 40px;
    border: 1px solid #974b24;
    border-radius: 4px;
    background-color: #ff5600;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.button:hover {
    border-color: #977c24;
}
.expSectionTitle {
    cursor: pointer;
}
.expSectionTitle:hover {
     color: #977c24;
}
.linksAndDownloads {
    display:none;
    overflow: hidden;
}
.keyspan {
    text-decoration: italic;
}

/* login */

.loginBlock {
    display: block;
    margin: 50 auto;
    width: 300px;
    height: 400px;
    background-color: #1a1610;
    border: 1px solid #974b24;
    border-radius: 8px;
}
.descBlock {
    display: block;
    width: 95%;
    margin: auto 0;
    padding: 10px;
}
.buttonBlock {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.authButton {
     width: 100%;
}

/* end login */



/* header */
.header {
    display: block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #974b24;
}
.headerLogo {
    display: inline-block;
    width: 100px;
    height: 80px;
    background: url('/includes/auth_icon.png') no-repeat;
    background-size: cover;
    vertical-align: top;
    cursor: pointer;
}
.headerTitle {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    cursor: pointer;
}
.headerUserBlock {
    display: block;
    float: right;
    margin-right: 20px;
}
.headerUser {
    display: block;
    padding: 4px;
    text-transform: capitalize;
}
.headerPatronStatus {
    display: block;
    padding: 4px;
}

/* end header */





/* main body wrapper */
.mainBody {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px;
}
/* end main body wrapper */




/* breadcrumb */
.breadcrumb {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.breadcrumb a {
    
}

/* end breadcrumb */













