body.category-page, body.index-page {
    font-size: 16px;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 30px;
    color: white;
    background: repeating-linear-gradient(
        -55deg,
        #111,
        #111 10px,
        #222 10px,
        #222 20px
        );
    
    /*background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;*/
}


.category-title h1 {
    font-weight:700;
    text-decoration:none;
    letter-spacing: 3px;
    font-size:36px;
    margin-top:10px;
    color:#2b8000;
    border-bottom:0.5px solid #1a1616;
    min-height:70px;
}


.first-section h1 {
    letter-spacing: 1px;
    font-size: 47px;
}

.sub-title {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f2d9bb;
}

.news-text {
    color: #cdcdcd;
    font-family: 'Montserrat', sans-serif !important;
}

.news-text h4 {
    letter-spacing: 1px;
}

.news-text a {
    color: #6aa8ec;
}

.news-text p {
    font-size: 15px;
}


.small-text {
    font-size: 13px;
}

.footer {
    color: #999898;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
}

.footer a {
    color: #999898;
}


.title-div {
    background: #2b2b2b;
    padding: 20px 40px;
    margin-top: 23px;
    border: 6px solid #ffffff;
    margin: 0 auto;
    border-style: inset;
    font-family: 'Montserrat', sans-serif !important;
}

.colored-div {
    margin-bottom: 30px;
    /*height: 130px;*/
    border-radius: 15px;
    /*background: #2a66a6;*/
    /*border: 10px solid #eeeeee;*/
    /*border-style: double;*/
}

.colored-div a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    color: #272626;
    font-size: 33px;
    /* text-transform: uppercase; */
    padding: 40px 15px;
    display: block;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 300 !important;
}

.sp {
    font-size: 22px;
}

.colored-div a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.colored-div-one {
    background: #2a66a6;
    background-image: linear-gradient(to bottom right, #ffffff, #565b62);
}

.colored-div-two {
    background: orange;
    background-image: linear-gradient(to bottom right, #ffffff, #96934a);
}

.colored-div-three {
    background: #b62d31;
    background-image: linear-gradient(to bottom right, #fffafa, #2c5e37);
}

.colored-div-three a {
    padding: 50px 15px;
}

.colored-div-four {
    background: #4d9983;
    background-image: linear-gradient(to bottom right, #ffffff, #624f49);
}

.colored-div-four a {
    padding: 50px 15px;
}

.colored-div-five {
    background: #3f4850;
    background-image: linear-gradient(to bottom right, #ffffff, #b39337);
}

.colored-div-five a {
    padding: 50px 15px;
}

.colored-div-six {
    background: #a07c13;
    background-image: linear-gradient(to bottom right, #ffffff, #27435a);
}

.colored-div-six a {
    padding: 50px 15px;
}

.bg-colored {
    background: #141313;
    background-image: linear-gradient(to bottom right, #141313, #303030);
    padding: 40px 25px 20px 25px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 15px 1px black;
}

body.crepi {
    background-color: white;
    background-image: url('https://www.japplis.com/resources/backs/pink_fab.gif');
}

body.marble {
    background-color: white;
    background-image: url('https://www.joeffice.com/css/images/bg01.jpg');
}

div.section {
    background-image: url('https://www.japplis.com/resources/backs/section-grey.png');
    background-repeat: repeat-y;
    width: 100%;
    position: relative;
    text-align: left;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
}

div.section h2,h3 {
    color: maroon;
    letter-spacing: 5px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.title {
    color: green;
    font-size: 26pt;
    text-align: center;
}

p.title-monospace {
    text-align: center;
    font-size: x-large;
    font-family: monospace;
    font-weight: bold;
}

div.footer {
    color: #666666;
    font-size: small;
    text-align: left;
    float: right;
}

a.flat {
    color: #666666;
    text-decoration: none;
}
a:link.flat {
    color: #666666;
    text-decoration: none;
}
a:visited.flat {
    color: #555555;
    text-decoration: none;
}
a:hover.flat {
    color: #444444;
    text-decoration: underline;
}
a:active.flat {
    color: #333333;
    text-decoration: underline;
}

a.start {
    font-size: large;
}

img {
    border-style: none;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

td.header {
    text-align: center;
    font-weight: bold;
    font-style: italic;
} 

/* Japplis menu
@media(min-width:1092px) {
    .index-page .container {
        width: 50%;
        margin: 0 auto;
    }
}


@media(min-width:991px) and (max-width:1092px) {
    .index-page .container {
        width: 60%;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .sub-title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #f2d9bb;
        line-height: 24px;
    }
}*/

/* Used in software website */
i.fa.circle {
  height: 30px;
  width: 30px;
  line-height: 30px;

  -moz-border-radius: 15px; /* or 50% */
  border-radius: 15px; /* or 50% */

  background-color: #ececec;
  text-align: center;
  margin: 0.5em;
}

body.software {
    margin: 0;
    margin-top: 79px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c
}

body.software > h1,
body.software > h2,
body.software > h3,
body.software > h4,
body.software > h5,
body.software > h6 {
    margin: 0 0 10px 0;
    color: #09255D
}

body.software > p {
    margin: 0 0 10px 0
}

body.software > .navbar-dark .navbar-nav .nav-link,
body.software > a,
body.software > a:visited {
    color: #fff;
    webkit-transition: color .5s;
    transition: color .5s;
    text-decoration: none
}

body.software > .navbar-dark .navbar-nav .nav-link:focus,
body.software > .navbar-dark .navbar-nav .nav-link:hover,
body.software > a:focus,
body.software > a:hover {
    color: #AF8751;
    webkit-transition: color .5s;
    transition: color .5s;
    text-decoration: none
}

body.software > a.text-success:focus,
body.software > a.text-success:hover {
    color: #09255D!important
}

.text-theme {
    color: #09255D!important
}

.text-dblue {
    color: #071c46!important
}

.text-lblue {
    color: #c2dcf0!important
}

.text-gold {
    color: #AF8751!important
}

.text-success {
    color: #89a92a!important
}

.text-gray {
    color: #e5e5e5!important
}

.text-white {
    color: #fff!important
}

.text-black {
    color: #000!important
}

.bg-theme {
    background: #09255D!important
}

.bg-dblue {
    background: #071c46!important
}

.bg-lblue {
    background: #c2dcf0!important
}

.bg-gold {
    background: #AF8751!important
}

.bg-success {
    background: #89a92a!important
}

.bg-gray {
    background: #ececec!important
}

.bg-dgray {
    background: #e5e5e5!important
}

.bg-white {
    background: #fff!important
}

.bg-black {
    background: #000!important
}

.text-small {
    font-size: 14px
}

.text-medium {
    font-size: 18px!important
}

.text-large {
    font-size: 28px!important
}

.text-xlarge {
    font-size: 32px!important
}

.text-xxlarge {
    font-size: 36px!important
}

.text-xxxlarge {
    font-size: 40px!important
}

@media (max-width:768px) {
    .text-small {
        font-size: 12px!important
    }
    .text-medium {
        font-size: 16px!important
    }
    .text-large {
        font-size: 24px!important
    }
    .text-xlarge {
        font-size: 28px!important
    }
    .text-xxlarge {
        font-size: 32px!important
    }
    .text-xxxlarge {
        font-size: 36px!important
    }
    .extra-padding {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media (max-width:767px) {
    .extra-padding {
        padding-left: 0;
        padding-right: 0
    }
}

.btn {
    outline: 0!important;
    box-shadow: none!important
}

.btn-primary-hero {
    color: #fff!important;
    background-color: #09255D!important;
    border: 2px solid #fff!important
}

.btn-primary {
    color: #fff;
    background-color: #09255D!important;
    border: 2px solid #09255D!important
}

.btn-success {
    color: #fff;
    background-color: #779324;
    border-color: #779324
}

.btn-success:hover {
    color: #fff;
    background-color: #89a92a;
    border-color: #89a92a
}

.btn-warning {
    color: #fff!important;
    background-color: #AF8751!important;
    border-color: #AF8751!important
}
/* Japplis Menu
nav .dropdown-menu {
    background: #09255D;
    border: none;
    top: 98%
}

nav .dropdown-item {
    color: #6191bc;
    text-decoration: none;
    background-color: #09255D!important
}

.dropdown-item:hover,
nav .dropdown-item:focus {
    color: #AF8751
}

@media (min-width:992px) {
    nav .dropdown:hover .dropdown-menu {
        display: block
    }
}
*/
footer ul li a {
    color: #6191bc!important
}

footer ul li a:hover {
    color: #AF8751!important
}

footer hr {
    border-top: 1px solid #6191bc
}

.logo {
    width: 200px;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #AF8751 !important;
    background-color: transparent;
    border-bottom: 4px solid !important;
}

#tabs .nav-tabs .nav-link {
    border-color: transparent transparent #f3f3f3;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: inherit
}

#downloads a {
    color: #AF8751 !important;
}
