﻿
@font-face {
    /*
    font-family: 'BLKCHCRY';
    src: url('../fonts/BLKCHCRY.TTF') format('truetype');
        */
    font-family: 'Chopin';
    src: url('../fonts/ChopinScript.ttf') format('truetype');
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    background-color: #4B6B3C;
    color: #FFF;
}

.pagesnippet {
    color: black;
    padding: 10px;
    background-image: linear-gradient( 90deg, hsla(30,40%,50%,.6), hsla(30,40%,50%,.4), hsla(30,40%,20%,.9) 90% ), url('');
    background-image: url('img/fadedpage.jpg');
    margin:20px;
}

.stssuccess {
    background-color: #535130 !important;
    color: #FFF !important;
}


.stsinfo {
    background-color: #9ca4ac;
    color: #000;
}

.stsblue {
    background-color: #26253a !important;
    color: #FFF !important;
}

.loudcolor {
    color: #907A48;
}

.softcolor {
    color: #000;
}

.bg-dark {
    background-color: #3B2E1E !important;
}

.whitelbl {
    color: #fff;
}

.datavalue {
    color: white;
}

.storycard {
    background-color: whitesmoke;
    color: #000;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    margin-top: 20px;
}

.currentstory {
    background-color: #343a40; /* lightgoldenrodyellow; */
    color: #B0B0B0;
}

.imgcell {
    background-color: #000;
    border-radius: .5rem;
}

.progress-bar {
    color: #FFF;
    background-color: #4B6B3C;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .1rem.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}



/*
nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: #e74c3c;
    }

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
*/
/*--------------------------*/

.navbar-collapse.in {
    display: block !important;
}

.titlediv {
    font-size:larger;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.titleclassy {
    font-family: 'BLKCHCRY';
    color: #fcfcc0;

}
/*
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }
*/



.padcontent {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.roundrow {
    border: 2px solid black;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}


/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 5px;
    padding-right: 5px;
}
*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}

*/
/* -------------- cards ----------------  */



.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000;
    border-radius: 8px;
}

    .card:hover {
        box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .card > .card-inner {
        padding: 10px;
    }

    .card .header h2, h3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .card .header {
        margin-bottom: 5px;
    }

    .card img {
        width: 100%;
        height:200px;
    }
