
h1, .h1 {
    font-size: 3.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

div.event-crew .card-header h4
{
    font-size: 21px;
}

h5.event-crew {
    font-size: 24px;
    font-family: Poppins, sans-serif;
}

div.event-crew .crew-names
{
    font-size: 85%;
}

.venuename,
.sessiontime {
    font-size: 21px;
}

h4.venuename {
    font-size: 18px;
}

.ticketsale {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

#idForm .form-check-input {
    margin-left: -20px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(1.5em + 2px + 0.75rem)
}

.sub-selection input[type='radio'] { 
    box-sizing: border-box;
    appearance: none;
    background: #fff;
    outline: 2px solid #333;
    border: 3px solid #fff;
    width: 16px;
    height: 16px;
}

.sub-selection input[type='radio']:checked {
    background: #333;
}

.memberoptions {
    background-color: #f2f4f4;
    padding: 10px;
    border: 10px solid #fff;
}

.event-name-small {
    font-size: 0.75em !important;
}

.event-category {
  font-size: 0.85em;
  font-style: italic;
}

.btn-primary {
    background-color: rgb(66, 152, 181);
    border-color: rgb(66, 152, 181);
}

.btn-primary:active,
.btn-primary:disabled,
.btn-primary:hover {
    background-color: #5a6268;;
    border-color: #545b62;
}

.btn-secondary {
    background-color: rgb(255, 144, 0);
    border-color: rgb(255, 144, 0);
}

.program-item .card-header {
    background-color: #c9e6ec;
}

.program-item .card-header.specialevent {
    background-color: #d5d59b;
}
