/*
Theme Name: UC Irvine Summer Conferences 2026 Theme
Theme URI: https://summerconferences.uci.edu
Author: Student Center & Event Services team
Author URI: https://summerconferences.uci.edu
Description: Theme custom-designed for Summer Conferences, using UC Irvine branding guidelines
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@charset "UTF-8";
/* CSS Document */

/** Global Resets **/
:root {
	--uci-gold: #FECC07;
	--uci-blue: #255799;
	--uci-teal: #6aa2b8;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	display: flex;
	flex-direction: column;
}
main {
	flex-grow: 1;
}
a {
	color: #255799;
}
.material-symbols-outlined {
	font-size: inherit!important;
}

/** Main Content **/
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	background-color:#fff;
	left:30px;
	top: 0;
	box-shadow: 0 0 3px 3px rgba(255,255,255,0.3);
	width: auto;
	height: auto;
	overflow:auto;
	margin: 5px;
	padding:15px;
	border: 2px solid #c6beb5;
	text-align:center;
	font-size:1.2em;
	z-index:1401;
}
#main:focus {
	outline-style: none;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.screen-reader-text {
	position: absolute;
	top: -999em;
	left: -999em;
}

/** Theme Specific **/
#header-logo {
	height: 6vh;
	min-height: 30px;
	max-height: 120px;
}
#defaultNav {
	padding: 0!important;
}
#summerMainNav a.nav-link.text-white:hover {
	color: #f7eb5f!important;
}
#summerMainNav li.nav-item.bg-blue {
	border-right: 1px solid #67A;
}
.header-cover {
	min-height: 50vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.bg-blue {
	background-color: var(--uci-blue);
}
.bg-gold {
	background-color: var(--uci-gold);
}
.bg-teal {
	background-color: var(--uci-teal);
}
.text-blue {
	color: var(--uci-blue);
}
.text-gold {
	color: var(--uci-gold);
}
.border-blue {
	border-color:  var(--uci-blue)!important;
}
.border-gold {
	border-color:  var(--uci-gold)!important;
}
.btn-blue {
	--bs-btn-color: #fff;
    --bs-btn-bg: var(--uci-blue);
    --bs-btn-border-color: var(--uci-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uci-blue);
    --bs-btn-disabled-border-color: var(--uci-blue);
}
.btn-outline-blue {
	--bs-btn-color: var(--uci-blue);
    --bs-btn-border-color: var(--uci-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--uci-blue);
    --bs-btn-hover-border-color: var(--uci-blue);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--uci-blue);
    --bs-btn-active-border-color: var(--uci-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--uci-blue);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--uci-blue);
    --bs-gradient: none;
}
.btn-gold {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--uci-gold);
    --bs-btn-border-color: var(--uci-gold);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--uci-gold);
    --bs-btn-disabled-border-color: var(--uci-gold);
}
.btn-outline-gold {
    --bs-btn-color: var(--uci-gold);
    --bs-btn-border-color: var(--uci-gold);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--uci-gold);
    --bs-btn-hover-border-color: var(--uci-gold);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--uci-gold);
    --bs-btn-active-border-color: var(--uci-gold);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--uci-gold);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--uci-gold);
    --bs-gradient: none;
}
.serif-text {
	font-family: "Hepta Slab", serif;
	font-optical-sizing: auto;
}
.page-title {
	color: #1B3D6D;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 0.25rem;
	margin-bottom: 1.2rem;
	font-family: "Hepta Slab", serif;
}