/**
/* Bootstrap overrides.
 */

:root,
[data-bs-theme=light] {
    --bs-primary-rgb:139,114,13;
    --bs-emphasis-color: #45281B;
    --bs-body-font-family: Source Sans Pro Regular, Arial, Helvetica, sans-serif;
}

.card {
    --bs-card-color: rgb(69,40,27);
}

.card-header {
    color: var(--bs-emphasis-color);
}

.alert-primary {
    --bs-alert-color: #FFFFFF;
    --bs-alert-bg: #947667;
    --bs-alert-border-color: #947667;
    --bs-alert-link-color: #FFFFFF;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e66200;
    --bs-btn-border-color: #e66200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e05600;
    --bs-btn-hover-border-color: #e05600;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d95000;
    --bs-btn-active-border-color: #d95000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e66200;
    --bs-btn-disabled-border-color: #e66200;
}

.btn-outline-primary {
    --bs-btn-color: #e66200;
    --bs-btn-border-color: #e66200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e66200;
    --bs-btn-hover-border-color: #e66200;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e66200;
    --bs-btn-active-border-color: #e66200;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e66200;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e66200;
    --bs-gradient: none;
}


/**
/* Fonts.
 */

@font-face {
    font-family: "Source Sans Pro Regular";
    src: url("../css/fonts/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: "Source Sans Pro Bold";
    src: url("../css/fonts/SourceSansPro-Bold.ttf");
}

@font-face {
    font-family: "Source Sans Pro SemiBold";
    src: url("../css/fonts/SourceSansPro-SemiBold.ttf");
}

@font-face {
    font-family: "Source Sans Pro Italic";
    src: url("../css/fonts/SourceSansPro-Italic.ttf");
}

@font-face {
    font-family: "Source Sans Pro Light";
    src: url("../css/fonts/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: "BebasNeue Bold";
    src: url("../css/fonts/BebasNeue-Bold.ttf");
}

@font-face {
    font-family: "BebasNeue SemiBold";
    src: url("../css/fonts/BebasNeue-SemiBold.ttf");
}

@font-face {
    font-family: "BebasNeue Regular";
    src: url("../css/fonts/BebasNeue-Regular.ttf");
}

/**
/* Custom.
 */
h1 {
    font-family: BebasNeue Bold, Arial, Helvetica, sans-serif;
}
.card > img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.card > img.full-size {
    width: 100%;
}

.separator {
    border-right: 2px solid var(--bs-emphasis-color);
}

.title {
    color: var(--bs-emphasis-color);
    font-size: 1.5em;
    font-family: BebasNeue Bold, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.subtitle {
    color: var(--bs-emphasis-color);
    font-size: 1em;
    font-family: BebasNeue Bold, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.sub {
    color: var(--bs-emphasis-color);
    font-size: 0.6em;
    font-family: BebasNeue Bold, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.card {
    font-family: Source Sans Pro Regular, Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 100%;
}

.card-body {
    font-weight: bold;
}

.emoji {
    width: 32px;
}

@media (min-width: 768px)
{
    .bottom {
        position: absolute;
        bottom: 40px;
        right: 15px;
        left: 15px;
    }
}

.alert-primary {
    font-weight: bold;
}

.alert-custom {
    --bs-alert-color: #FFFFFF;
    --bs-alert-bg: #E66200;
    --bs-alert-border-color: #E66200;
    --bs-alert-link-color: #FFFFFF;
    font-weight: bold;
}

.card-header { 
  background: transparent;
}

.db-strike {
    text-decoration-line: line-through;
    text-decoration-style: double;
}

.orange {
    color: #e66200;
}

.fa-info-circle:before {
    opacity: 0.3;
}
