/* Global styles */
html {
    position: relative;
    min-height: 100%;
    font-size: 10px;
    color: #fff;
  }
body {
/* Margin bottom by footer height; sets distance from bottom of body equal to
height of footer */
margin-bottom: 258px;
font-family: 'PT Sans', sans-serif;
}

/* Global styles */
.mt-20neg { margin-top: -20px !important; }
.mb-40 { margin-bottom: 40px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.pb-20 { padding-bottom: 20px; }
.w-100 { width: 100%; }
.m-leftminus20  {margin-left: -20px; }
/* .back-to-toc a {
    text-decoration: underline !important;
} */
.back-to-toc a:hover {
    text-decoration: underline !important;
}

p {
    font-size: 1.6rem;
    color: #fff;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.6rem; }
th { font-size: 1.4rem; }
td { font-size: 1.2rem; }
label { font-size: 1.6rem; }
option { font-size: 1.6rem; }
input { font-size: 1.6rem; }
/* input[type="file"] { height:3.4rem !important } */
.form-control { font-size: 1.6rem; }
button { font-size: 1.6rem !important; }
select { height: 3.4rem !important; }
.italic { font-style: italic; }
.normalWeight {font-weight: normal !important;}
.readonly_bg {background-color: #fff !important;}

.mlminus200 {margin-left: -200px;}


.darkGray { color: #363834; }
.medGray { color: #4C4F49; }

.trashCan {
    color: #363834;
    font-size: 1.6rem;
}
.editPencil {
    color: green;
    font-size: 1.6rem;
}

ul > li {
    font-size: 1.6rem;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
}

.white-text {
    color: #fff;
}
.site-red {
    color: #C4121A;
}
.black-text { color: #000; }
.blue-text { color: #0000ff; }
.darkGrayBg {
    background-color: #363834;
}
.medGrayBg {
    background-color:#4C4F49
}

.col-bg-dark-gray {
    background-color: #363834;
    padding: 30px;
    padding-top:25px;
    min-height: 4000px;
}

/* topnav style */
#navbarSupportedContent > ul > li {
    text-transform: uppercase;
}
#navbarSupportedContent > ul > li > a {
    color: #fff;
    font-size: 1.8rem;
}
#topnav-leaderquest {
    font-family: 'TimesRoman';
    color: #fff;
    font-size: 5.2rem;
    font-style: italic;
}
#topnav-tagline > p {
    /* color: #fff; */
    font-size: 1.8rem;
    text-align: center;
}
.nav-link {
    padding-right: 2rem !important;
}

.dropdown-item {
    font-size: 1.4rem !important;
}

.dropdown-menu {
    background-color: #4C4F49;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover {
    background-color: #ddd; 
    color: #363834;
}



/* home/index.html */
.home-card-title {
    margin-bottom: 0px;
}
.card-body .subtext {
    color: #C4121A;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 3.0rem !important;
}
.home-card {
    padding: 20px 10px;
    background-color: #363834;
    color: #fff;
    margin-bottom: 20px;
}
.home-card:hover {
    border:1px solid #C4121A;
}
.home-card > .card-body > .card-title {
    font-size: 3.0rem;
    text-align: center;
}
.home-card > .card-body > p {
    font-size: 2.6rem;
    text-align: center;
}
/* .home-card > .card-body > p > a {
        color: #fff;
} */
#home-free-download > p {
    font-size: 1.8em;
    padding: 25px 0px;
}
#home-footer-nav {
    margin: 40px 0 0 0;
}
#home-footer-nav > div > p {
    background-color: #4C4F49;
    padding: 10px;
    text-align: center;
}
#home-footer-nav > div > p > a {
    font-size: 2.0rem;
}
/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 169px;
}
#header-lq  {
    position: relative;
}
#header-lq img {
    display: block;
    max-width: 100%;
}
#header-lq p {
    font-size: 2.6rem;
}


/* base.html */
/* #home-footer-copyright > p{
    color: #fff;
} */


/* about/index.html */
#about-pagetitle,
#founder-pagetitle,
#faithstatement-pagetitle,
#copyright-pagetitle,
#contact-pagetitle,
#resources-pagetitle {
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
#editableaboutcontent,
#editablefoundercontent,
#editablefaithstatementcontent,
#editablecopyrightcontent,
#editableresourcescontent {
    color: #fff;
}
/* #editableaboutcontent p,
#editablefoundercontent p,
#editablefaithstatementcontent p,
#editablecopyrightcontent {
    font-size: 1.6rem;
} */
#editableaboutcontent h2,
#editablefoundercontent h2,
#editablefaithstatementcontent h2,
#editablecopyrightcontent h2,
#editableresourcescontent h2 {
    margin: 25px 0 20px 0;
}
#editableaboutcontent h3,
#editablefoundercontent h3,
#editablefaithstatementcontent h3,
#editablecopyrightcontent h3,
#editableresourcescontent h3 {
    margin: 25px 0 20px 0;
}
.two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

/* Contact/index.html */
#contactform,
#loginform {
    color: #fff;
    font-size: 1.6rem;
}
#contactform button,
#loginform button {
    font-size: 1.8rem;
    padding: 10px 20px;
    color: #fff;
    background-color: #363834;
}
#contactform button:hover,
#loginform button:hover {
    background-color: #222;
}
#contactform input,
#loginform input,
#contactform textarea {
    padding: 10px 0 10px 10px;
    font-size: 1.6rem;
}


/* Resources/index.html */
.list-group p {
    color: #222;

}

/* Products/by-topic.html */
#products-pagetitle {
    font-size: 4.0rem;
    color: #C4121A;
    margin-top: -20px;
    margin-bottom: 30px;
}
.products-category-column {
    color: #fff;
}
#products-books > h1,
#products-articles > h1,
#products-teaching-aids > h1 {
    text-align: center;
    margin-bottom: 20px;
}
.blockquote-footer {
    color: #fff !important;
    font-size: 1.4rem !important;
}
#by-topic-col-titles {
    color: #fff;
    text-align: center;
}

/* Products/book.html */
.book-title {
    font-size: 3.0rem;
    margin: 0px
}
.book-subtitle {
    font-size: 2.2rem;
    font-style: italic;
}
.book-toc h2 {
    color: #fff !important;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.book-toc {
    background-color: #363834;
    padding: 20px 25px;
    color: #fff;
    font-size: 1.8rem;
}



.error{color: #ff0000;}


/* - - - - -  Sticky footer styles - - - */
.footer {
    margin-top: 50px;
    padding-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 200px;*/
    background-color: #363834;
    color: #9d9d9d;  /*#fff;*/
    text-align: center;
    border-top: 1px solid #C4121A;
}


/*  Footer  */
/* wmp */
.wmp{font-size: 85%; color:#707070; margin-top: 10px;}
.wmp a{font-size: 90%; color:#707070; margin-top: 10px;}
.wmp a:hover{color:#fff;}


/* admin classes */
.admin-hidden {
    display: none;
}
.admin-display input[type="text"]{width: 250px; padding: 3px;}
.admin-display {
    display:inline-block;
    padding: 10px;
}
.outlined {
    border: 1px solid #80c0ff;
    padding: 10px;
}
.browser-title {width: 17em; padding-left:7px;}

#base-login a {
    color: #b3b3b3;
}


@media(max-width: 769px) {
    .home-card > .card-body > .card-title {
        font-size: 2.4rem;
        text-align: center;
    }
    .home-card > .card-body > p {
        font-size: 1.9rem;
        text-align: center;
    }
    #home-free-download > p {
        margin-bottom: 95px;
    }
}

@media(max-width: 600px) {
    .form-submit-btn {
        margin-bottom: 175px;
    }
}
