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


@import url(https://district.tusd1.org/_theme/css/all-schools.css);

:root {
	--tusd-school-menu-text: #000000;
	--tusd-school-menu-back: #8BC53F;
	--tusd-school-link-color: #D81A5B;
	--tusd-school-dark1: #2F3091;
	--tusd-school-light1: #8BC53F;
	--tusd-school-menu-ltext: #FFFFFF;
}

.nav-menu > li > a {
    color: black;
}
#topNavBar {
    background: white;
}
.navbar {
    position: relative;
    min-height: 0;
}
.navbar-inverse {
    padding: 0px;
}
.ContentBlockAlt6 .parallax {
    content: "";
    background-color: transparent;
    background: url(/_theme/images/24-25/sliding/slider.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.parallax {
    content: "";
    background-color: transparent;
    background: url(/_theme/images/24-25/sliding/slider.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
#main {
	background-color: transparent;
}
.navigation {
    height: 35px;
}
.HoverBoxImage {
    aspect-ratio: 1.2;

}