﻿
:root {
    --blue: #0E9FEC;
    --blue2: #8ec3eb;
    --gold: #db9833;
    --green-lt: #7e9a9a;
    --green-md: #f6d8ac;
    --green-dk: #114b5f;
    --gray: #6c757d;
    --gray-lt: #dcdcdd;
    --gray-md: #c5c3c6;
    --gray-dark: #46494c;
    --red: #E13D72;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #E13D72;
    --light: #f8f9fa;
    --dark: #343a40;
    --blue: #2ABDEA;
}
.bg-dark {
    background-color: #222 !important;

}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

.copyright {
    color: #000 !important;
}

.streaming-help.text-center.mt-4 {
    padding-bottom: 20px;
}

.btn-link {
    font-weight: 400;
    color: var(--blue);
    text-decoration: none;
    font-size: 14pt;
    text-align: left;
    letter-spacing: .5pt;
}

.lettertopPad {
    padding:40px 0px;
}

.downloadpdf {
    color: #fff;
}

*{
    outline:none;
}
.article-publishdate {

    display: none;

}
.br7 {
    border-radius: 7px !important;
}




/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.navlogo {
 width: 170px;
}
a.navbar-brand {
  white-space: normal;
  text-align: left;
  word-break: break-all;
}
.navbar {
    padding:0px 1rem;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--blue) !important;
}

#navbarLanguageDropdown {
    color:#dedede !important;
}

.fas.fa-search {
    color: #dedede;
}

.btn-primary {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-bt {
    background-color: var(--red);
    color: #fff !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5) !important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Prompt', sans-serif;*/
    font-size: 14pt;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  font-size: 11pt;
  text-align: center;
}

.footerArea {
    background-color: #fff;
    background-size: contain;
    display: flex;
    vertical-align: middle;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    min-height:80px;
}
.footerArea .container {
    position: relative;
}
.footerAreaRow {
    height: 50px;
}


.footer-item{
    display:inline-block;
    border: 1px solid;
}

/* JP added styles
-------------------------------------------------- */
.dropdown-item:hover{
    cursor: pointer;
}
.BBquoteTextNoBorder {
    background-color: #F5F5F5;
    background-position: initial initial;
    background-repeat: initial initial;
    color: #444444;
    margin: 0 4rem 20px 4.25rem;
    padding: 15px 10px 5px 10px !important;
    border-radius: 0 10px 10px 0px;
}

hr.btletter {
    border-top: 1px solid silver;
    width: 75%;
    padding-bottom: 1em;
    margin-top: 2em;
}


.BBquoteText {
    background-color: #F5F5F5;
    border-left-color: var(--red) !important;
    border-left-style: solid !important;
    border-left-width: 3px !important;
    color: #444444;
    margin: 0 4rem 20px 4.25rem;
    padding: 15px 10px 5px 10px !important;
    border-radius: 0 10px 10px 0px;
}

    .BBquoteText p {
        line-height: 1.6em;
        font-weight: 400;
        padding: 0 0px 0 20px;
    }

.BBquoteTextRef p {
    line-height: 1.6em;
    padding: 0 0px 0 40px;
    text-align: right;
}

.BBquoteText p {
    line-height: 1.6em;
    font-weight: 400;
    padding: 0 0px 0 20px;
}

.Scripture {
    border-left-color: #2285a2;
    border-left-style: solid;
    border-left-width: 3px;
    margin: 0 4rem 20px 4.25rem;
    font-style: italic;
    padding: 5px 10px 5px 10px !important;
    line-height: 1.7em;
}

.quoteTitleSmall p {
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.footerArea {
    margin-top: 20px;
}
.footericon {
    height: 40px;
}
.footerText {
    font-size: 9pt;
    text-align: center;
}

.badge-Draft {
    color: #fff;
    background-color: var(--red);
}

.badge-AwaitingApproval {
    color: #fff;
    background-color: var(--orange);
}

.badge-Approved {
    color: #fff;
    background-color: var(--primary);
}

.badge-Published {
    color: #fff;
    background-color: var(--green);
}

.badge-Archived {
    color: #fff;
    background-color: var(--gray-dark);
}

/* Sam added styles
-------------------------------------------------- */

.EasterTransRibbon {
    background-color: var(--danger);
    width: 100%;
    text-align: center;
    font-size:20pt;
    font-weight:bold;
    color:#ffffff !important;
 
}

.EasterTransRibbon a {
    color: #fff !important;
}

.additional-translations {
    padding: 5px 0;
    text-align: center;
}

.additional-translations a {
    color: #787878 !important;
    display: inline-block;
    padding: 16px;
    font-size: 25px;
    background-color: #eee;
    border: 1px solid #7d7d7d;
    border-radius: 8px;
}

.clock {
    background-color: #000;
    color: #fff;
    text-align: right;
    font-size: .8em;
    padding: 5px 20px;
}
.navarea {
    max-height:600px;
    max-width: 1920px;
    z-index:-1;
}

.nav-item {
    z-index:auto;
}

.navbar-nav {
    float: right;
    background-color: #868686;
    padding: 10px 20px;
}

/* Construction Page */
.fa-icon {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #22B8CF;
    border: 2px solid #22bbcf;
}
.downloadPDF {
    background-color: var(--blue);
    width: 340px;
    border-radius: 10px;
    color: #fff;
    font-size: 14pt;
    text-align: center;
    margin: 30px auto;
}
.pdflink {
    color:#fff;
}
.smpic {
    max-width: 350px;
    padding-bottom: 10px;
}

.fa-chevron-double-down {
    font-size: 28pt;
    padding-top: 9px;
    background-color: #fff;
    color: var(--blue);
    padding: 9px 6px;
    margin-left: -16px;
    border-radius: 10px;
    border: 2px solid var(--blue);
}


@media only screen and (max-width: 767px) {
    .footerAreaRow {
        min-height: 220px;
    }
        
    .bt-site-logo {
        display: none;
    }

    .navbar-nav .nav-link {
        font-size: 1.15em;
    }
    .navlogo {
        width: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .footerAreaRow {
        min-height: 220px;
    }

    .footer {
        font-size: 8pt;
        text-align: center;
    }

    .Scripture {
        margin: 10px 0px !important;
    }

    .BBquoteText {
        margin: 10px 0px !important;
    }
    .navlogo {
        width: 140px;
    }
    .footericon {
        height: 30px;
    }
    .footerText {
        font-size: 9pt;
        text-align: center;
    }
    .smpic {
        max-width: 100vw;
        padding-bottom: 10px;
        padding-right: 25px !important;
    }
    .sermontranslations {
        text-align: left;
    }
}


/* --- feedback --- */
.feedback-holder {
    padding: 5px 0px;
    text-align: center;
}

.feedback, .feedback:visited {
    display: inline-block;
    padding: 12px 40px;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none !important;
    color: #2abdea;
    background-color: #2abdea22;
    border: solid 1px #2abdea77;
    border-radius: 8px;
}

/* this can be removed after all static feedback buttons are removed from article contents */
.bt-feedback-link {
    display: none;
}

/* hides content on the website
/* used when we only want an element in a letter to be visible only in the BT Live app */
.bt-website-hidden {
    display: none !important;
}
