:root {
--color1: #741824;
--color2: #000000;
--color3: #FFFFFF;
--color4: #E8F3F8;
}
h1, h2, h3 {
font-weight: normal !important;
}
.top-container {
background-position: center center;
border-bottom: 2px solid var(--color1);
}
.top-container img {
display: block;
margin: auto;
}
.bottom-container {
border-top: 2px solid var(--color1);
}
footer {
background-color: var(--color4);
}
.footer-container, .footer-container a, .footer-container span {
color: var(--color1);
}
a.ce-button {
box-sizing: border-box;
white-space: normal;
width: auto !important;
}
a.ce-button:hover {
color: var(--color1);
}
.user-panel a.login-link {
padding: 8px 16px;
border-radius: 25px;
border: 2px solid var(--color1) !important;
text-decoration: none;
transition: all 0.5s ease;
}
.user-panel a.login-link:hover {
color: var(--color1);
background-color: transparent;
border: 2px solid var(--color1);
}
.align-vertically,
.vertical-align {
display: flex !important;
flex-wrap: wrap !important;
align-items: center;
}
ul.site-menu li span a,
ul.site-menu li span span {
text-transform: uppercase;
font-weight: normal !important;
}
ul.site-menu li.selected-menu-item a {
color: var(--color2) !important;
background-color: transparent !important;
}
ul.site-menu ul.sub-menu li.selected-menu-item span a {
color: var(--color3) !important;
background-color: var(--color2) !important;
}

ul.site-menu li.sub-parent:last-of-type:hover ul.sub-menu {
right: 0;
left: auto;
top: 100%;
}
hr { border: none !important;
height: 1px;
background-color: transparent !important;
background: linear-gradient(to right, transparent, var(--color1), transparent); 
}
.crumb-trail-container {
display: none;
}
.admin-page-wrapper .crumb-trail-container {
display: block;
}
.box .inner-column {
overflow: hidden;
position: relative;
aspect-ratio: 3 / 2;
}
.box h4 {
position: absolute;
bottom: 5%;
left: 5%;
right: 5%;
margin: 0px;
color: #fff;
font-size: 24px;
text-shadow: 2px 2px 3px #000 !important;
}
.box img {
width: 100%;
display: block;
transition: all .5s ease;
}
.box img:hover {
opacity: 0.6;
}
.box br {
display: none
}
#photo_page_list #search_container {
padding-right: 120px;
}
.search-panel .search-button-panel-up {
position: unset;
text-align: right;
}
.filter-row {
padding: 6px 0px !important;
height: 30px !important;
}
.filter-row .remove-filter-button-container {
margin-top: -7px !important;
}
.classic iFrame {
width: 100%;
height: 100%;
aspect-ratio: 3/2;
}
.standard iFrame {
width: 100%;
height: 100%;
aspect-ratio: 4/3;
}
.hd iFrame {
width: 100%;
height: 100%;
aspect-ratio: 16/9;
}
.cinema iFrame {
width: 100%;
height: 100%;
aspect-ratio: 21/9;
}