:root {
    --theme-color: #F9E0D9;
}

body {
    margin-top: 100px;
    padding-top: 10px;
    background-color: var(--theme-color);
    font-family: 'Arima Madurai', cursive;
    font-size: 1.2em !important;
}

nav {
    max-height: 100px;
    background-color: var(--theme-color);
}

a {
    text-decoration: none;
    color: inherit;
}

/* div {
    border: red 1px solid;
} */

/* ::::::::::::::: table :::::::::::::::::::*/
.order-table-col {
    padding-right: 10px;
}

.order-table-val {
    padding-left: 10px;
    font-weight: bold;
}

.view-30 {
    max-height: 30vh;
    overflow: auto;
}

.view-50 {
    max-height: 50vh;
    overflow: auto;
}

table thead,
table tfoot {
    position: sticky;
}

table thead {
    inset-block-start: 0;
    background-color: var(--theme-color);
    outline: #000000 1px solid;
}

tr {
    border-color: #000000;
}

/* ::::::::::::::: gallery :::::::::::::::::::*/
.gallery-event-mask {
    background-color: rgba(255, 255, 255, 0.6);
}

/* ::::::::::::::: images :::::::::::::::::::*/
.container-width-image {
    width: 100%;
    height: auto;
}

.container-video {
    max-height: 80vh;
    max-width: 100%;
    ;
    width: auto;
    margin: auto;
}

/* ::::::::::::::: theme :::::::::::::::::::*/
.cookie-notification {
    background-color: #000000;
    color: #ffffff;
}

.browser-notification {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
}

.secondary-button {
    background-color: #ffffff;
    color: #000000;
    border: 1px #ffffff solid;
    padding: 5px 10px;
}

.secondary-button:hover {
    background-color: var(--theme-color);
}

.primary-button {
    background-color: #000000;
    color: #ffffff;
    border: 1px #000000 solid;
    padding: 5px 10px;
}

.primary-button:hover {
    background-color: var(--theme-color);
    color: #000000;
}

.primary-link-inline {
    border-radius: 10rem;
    background-color: #000000;
    color: #ffffff;
    border: 1px #000000 solid;
    padding: 0 10px;
}

.primary-link-inline:hover {
    background-color: var(--theme-color);
    color: #000000;
}

input, select, textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px #000000 solid !important;
    background-color: inherit !important;
    border-radius: 0 !important;
}

input[type=radio], input[type=checkbox] {
    border: 2px #000000 solid !important;
    background-color: inherit !important;
    border-radius: 0 !important;
}

.form-check-input:checked[type=radio], .form-check-input:checked[type=checkbox] {
    background-color: #000000 !important;
}

.error-text {
    color: rgb(128, 9, 0);
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

/* 
input:invalid, select:invalid {
    border-bottom: 2px rgb(128, 9, 0) solid !important;
} */

option {
    background-color: inherit !important;
}

.event-list:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
}

::-webkit-file-upload-button {
    background: #000000 !important;
    color: #ffffff !important;
}

/* ::::::::::::::: events video :::::::::::::::::::*/
.video-display {
    max-height: 70vh;
    margin: auto;
}

.video-display-small {
    max-height: 50vh;
    margin: auto;
}

.container-width-video {
    width: 100%;
    height: auto;
}

/* ::::::::::::::: bio images :::::::::::::::::::*/
.bioImageContainer {
    overflow: hidden;
    height: 15vh;
    width: 15vh;
    border-radius: 50%;
    margin: auto;
}

.bioImage {
    height: 100%;
    width: auto;
}

/* ::::::::::::::: menu :::::::::::::::::::*/
#logoImage {
    max-height: 80px;
    width: auto;
}

.navbar-collapse>li {
    color: black;
}

.dropdown-menu {
    background-color: #FCEEEA;
}

nav>div {
    background-color: var(--theme-color);
    width: 100%;
}

.nav-link {
    border: 2px var(--theme-color) solid;
}

.nav-link:hover {
    border-bottom: 2px #000000 solid;
}

.nav-link, .dropdown-item {
    color: #000000 !important;
}

.dropdown-item:hover {
    background-color: #000000;
    color: #ffffff !important;
}

/* ::::::::::::::: scroll :::::::::::::::::::*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #000000;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}