p strong {
    font-weight: 700;
}

.montserrat-l300 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.asap-l300 {
    font-family: "Asap", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.oswald-600 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: "Asap", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #16161d;
}

.mypi-center {
    text-align: center;
}

.mypi-right {
    text-align: right !important;
}

.mypi-youth-hub-header {
    border-bottom: 2px solid;
    padding-bottom: 4px;
}

div.mypi-bg-yellow button {
    border-color: #16161d;
    border-style: solid;
    border-radius: 1em;
    background-color: #F5CA6B !important;
    color: #16161d;
}

.ramadan-button {
    border-color: #16161d;
    border-style: solid;
    border-radius: 1.5em;
    background-color: #F18F01 !important;
    color: #16161d;
    padding: 0.5em 1.5em;
}

div.mypi-bg-teal button {
    border-color: #fafafa;
    border-style: solid;
    border-radius: 1em;
    background-color: #4f9fa6 !important;
    color: #fafafa;
}

.bg-header {
    background-color: #f9f9f9;
}

.mypi-color-light {
    color: #fafafa !important;
}

.mypi-color-teal {
    color: #4f9fa6 !important;
}

.mypi-color-orange {
    color: #F18F01 !important;
}

.mypi-color-yellow {
    color: #F5CA6B !important;
}

.mypi-color-gray {
    color: #7c878e !important;
}

.mypi-color-grey {
    color: #7c878e !important;
}

.mypi-color-eigengrau {
    color: #16161d !important;
}

.mypi-bg-light {
    background-color: #fafafa !important;
}

.mypi-bg-white {
    background-color: #ffffff !important;
}

.mypi-bg-teal {
    background-color: #4f9fa6 !important;
}

.mypi-bg-orange {
    background-color: #F18F01 !important;
}

.mypi-bg-yellow {
    background-color: #F5CA6B !important;
}

.mypi-bg-gray {
    background-color: #7c878e !important;
}

.mypi-bg-grey {
    background-color: #7c878e !important;
}

.mypi-bg-eigengrau {
    background-color: #16161d !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1.title {
    font-weight: 600;
    font-size: xxx-large;
}

h2 {
    font-weight: 500;
    margin-left: 12pt;
    font-size: xx-large;
}

h1.camping, h2.camping, h3.camping {
    margin-left: 0;
}

h3 {
    font-weight: 500;
    font-size: x-large;
}


h4.camping {
    font-weight: 500;
    font-size: large;
    margin-left: 0;
}



div.mypi-full-width {
    padding: 2em;
}

a.mypi-footer {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #F18F01 !important;
    text-decoration: none;
    border-bottom: 1px solid #F18F01;
    padding-bottom: 1px;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 1em;
}

dl.youth-whatsgoingon {
    margin-left: 2em;
}

dl.youth-whatsgoingon dt:first-of-type {
    margin-top: 0;
}

dl.youth-whatsgoingon dt {
    margin-top: 1.5em;
}

dl.youth-whatsgoingon dd {
    margin-bottom: 0.25em;
    margin-left: 1em;
    display: list-item;
    list-style-type: disc !important;
}

.nav-link {
    color: #33a9ae !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 12pt;
}

.mypi-nav-dropdown-item {
    color: #33a9ae !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.btn-outline-navbar {
    color: #33a9ae !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    border-color: #33a9ae !important;
    border-radius: 1em;
    margin-left: 2em;
}


/* LARGE */
@media (min-width: 1024px) {

    body {
        min-height: 75rem;
        /*padding-top: 100pt;*/
    }

    img.header-logo {
        margin-left: 60pt;
        width: 120px;

    }
}

/* MEDIUM */
@media (min-width: 769px) and (max-width: 1024px) {

    .nav-link {
        font-size: smaller;
    }

    .mypi-nav-dropdown-item {
        font-size: smaller;
    }

    .btn-outline-navbar {
        font-size: smaller;
    }

}

/* SMALL AND MEDIUM */
@media (max-width: 1024px) {
    body {
        min-height: 75rem;
        /*padding-top: 80pt;*/
    }

    img.header-logo {
        margin-left: 0;
        width: 80px;

    }
}

/* SMALL ONLY */
@media (max-width: 768px) {
    div.needs-line-at-small {
        padding-bottom: 2em;
        margin-bottom: 2em;
        border-bottom: 1px dashed;
    }

    div.needs-line-at-small:last-of-type {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border: none;
    }

    .resource_name {
        margin-bottom: 0.5em;
    }
}

.resource_name {
    font-weight: bold;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}


.center-cropped-image {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.answer_page_question {
    font-weight: 600;
    margin-bottom: 1.5em;
}

.answer_page_answer_info {
    font-size: smaller;
    margin-bottom: 0.5em;
}

.answer_page_answer_dt {
    font-style: italic;
}

.answer_page_answer_by {
    font-style: italic;
    text-align: right;
}

.answer_page_answer_text {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #4f9fa6;
}

.answer_page_answer_text:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

div.sponsor_row {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #4f9fa6;
}

div.sponsor_row h3 {

}

div.tax-exempt {
    text-align: center;
    margin-top: 2em;
    font-weight: 200;
    font-style: italic;
}

.jumbotron {
    background-image: url("/static/layout/mypidropLight.jpeg");
    background-position: 48% 35%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20em;
}

.jumbotron > .container > div {
    padding-top: 8em;
}

img.teamphoto {
    height: 200px;
    width: auto;
}

div.teammembername {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

span.staffname {
    border-bottom: 2px solid #F18F01;
}

div.teammemberrole {
    margin-bottom: 3em;
}

div.teamname {
    margin-top: 3em;
    margin-bottom: 2em;
}

div.teamdiv {
    margin-bottom: 6em;
}

div.donate {
    text-align: center;
    font-size: 60pt;
}

a.donate {
    text-decoration: none;
}

.ramadan-xlarge p {
    font-size: x-large;
}

.ramadan-large p {
    font-size: large;
}

.banner-200 {
    max-height: 300px;
    width: 100%;
}

.photo-credit {
    font-size: small;
}

.tblw1 {
    width: 1.5em;
}

.tblw5 {
    width: 5em;
}

.tblw10 {
    width: 10em;
}

button.mypi-event-form {
    border-color: #4f9fa6;
    border-style: solid;
    border-radius: 1em;
    background-color: #ffffff !important;
    color: #4f9fa6;
}

div.event_edit_row {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #c0c0c0;
}

input::placeholder {
    font-style: italic;
    opacity: 0.5;
    color: #a0a0a0 !important;
}

div.registrant_row {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #c0c0c0;
}


div.reg_question {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.reg_question_question {
    padding-left: 2em;
}

div.dbform {
    margin-bottom: 2em;
}

div.dbform_question label {
    font-weight: 600;
}

.reg_header {
    font-weight: 600;
}


.reg_number {
    font-size: 3.75rem;
    font-weight: 700;
    text-align: right;
    border-radius: 1rem;
}

.mypi-bg-teal-white-bottom {
    background-image: linear-gradient(#4f9fa6, white);
}

button.mypi-reg-add {
    border-color: #4f9fa6;
    border-style: solid;
    border-radius: 0.5em;
    background-color: #ffffff !important;
    color: #4f9fa6;
}

.reg_thanks_name {
    font-weight: 600;
    font-size: large;
}


.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.close {
    float: right !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

div.receipt {
    border: 1px black solid;
    margin-bottom: 2em;
}

div.receipt_cost {
    text-align: right;
}

div.receipt_registrant_info {
    padding-left: 2em;
}

div.receipt_total_header {
    font-weight: 600;
}

div.receipt_total {
    text-align: right;
    font-weight: 600;
}

.home-divider {
    padding-bottom: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid black;
}

div.donation_form {
    margin-top: 2em;
}

/* THERMOMETER START via: https://codepen.io/TommyCreenan/pen/naxVYV */
.donation-meter {
  /*margin-left: 30px;*/
  width: 60px;
    display: inline-block;
  .glass {
    background: #e5e5e5;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 300px;
    margin: 0 10px 10px;
    padding: 5px;
    position: relative;
    width: 20px;
  }
  .amount {
    background: #4f9fa6;
    border-radius: 100px;
    display: block;
    width: 10px;
    position: absolute;
     bottom: 5px;
  }
  strong { display: block; text-align: center; }
  .goal {
    font-size: 30px;
    /*position: absolute;*/
    /*right: 480px;*/
  }
  .total {
    font-size: 16px;
    position: absolute;
    right: -20px;
  }
}

.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 50px;
  margin: 0 10px 10px;
  padding: 5px;
  position: relative;
    top: -20px;
    right: 15px;
  width: 50px;
  .red-circle {
    background: #4f9fa6;
    border-radius: 100px;
    display: block;
    height: 40px;
    width: 40px;
  }
  .filler {
    background: #4f9fa6;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 30px;
    width: 10px;
    position: relative;
      top: -65px;
      right: -15px;
    z-index: 30;
  }
}/* THERMOMETER END via: */


.hgoal-wrap {
  width: 100%;
  font-family: arial, sans-serif;
  max-width: 650px;
}

#hgoal {
  text-align: right;
  color: #fff;
}

#hraised {
  width: 50%;
  float: left;
  margin: 0;
  color: #fff;

}

#hglass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#hprogress {
  float: left;
  height: 20px;
  background: #4fff4f;
  z-index: 333;
  //border-radius: 5px;
}

.hgoal-stat {
  width: 25%;
  //height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  color: #fff;

}

.hgoal-number, .hgoal-label {
  display: block;
}

.hgoal-number {
  font-weight: bold;
}

.note_credits {
    font-style: italic;
    color: #999999;
}

.note_contents {
    margin-bottom: 1em;
}

.new_place {
    border-bottom: 1px solid #333333;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.place_field {
    border-bottom: 1px solid #999999;
}

.btn-mypi {
    background-color: #4f9fa6;
    font-weight: bold;
    color: white;
}

.debug {
    border: 1px solid red;
}

#bride_side {
    border-right: 1px solid #999999;
}

#groom_side {
}

th.th_name {
    width: 20em;
}
th.th_number {
    width: 5em;
    text-align: right;
}

td.table_number {
    text-align: right;
}
