body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  font-family: "avenir-lt-pro", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}


body > *, body *:focus {
  outline: none !important;
}

a, a:VISITED {
  transition: all 0.2s linear;
  outline: none !important;
  color: #006c32;
  text-decoration:none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  color: #006c32;
}


.carousel-fade .carousel-item {
  transition: opacity 1.5s ease-in-out; /* Adjust the 1.5s as needed */
}

.the-content {
	background-color:#fff;
}


h1, h2, h3 {
	font-family: "linotype-didot", serif;
	font-weight: 600;
	font-style: normal;
	color:#006c32;
}


/* COLORS */

.bg-white {
background-color:#ffffff;
}

.bg-green {
background-color:#006c32;
}

.bg-blue {
background-color:#002740;
}

.bg-baby {
background-color:#d9ebf8;
}

.bg-gray {
background-color:#333;
}

.text-green {
color:#006c32;
}

.text-blue {
color:#002740;
}

.text-gray {
color:#666;
}

.text-red {
color:#600;
}


.btn-gva {
	font-size: 20px;
	font-weight: 400;
	padding: 7px 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius:10px;
	box-shadow: none;
	transition: 0.2s all linear;
	text-decoration:none;
}

.btn-gva-sm {
	font-size: 16px;
	font-weight: 400;
	padding: 4px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius:5px;
	box-shadow: none;
	transition: 0.2s all linear;
	text-decoration:none;
}


.btn-white-border, .btn-white-border:VISITED {
border:1px solid #fff;
color:#fff;
text-align:center;

}

.btn-white-border:ACTIVE, .btn-white-border:HOVER  {
background-color:#ffffff;
color:#002740;
}



.btn-blue-border, .btn-blue-border:VISITED {
border:1px solid #002740;
color:#002740;
text-align:center;
}

.btn-blue-border:ACTIVE, .btn-blue-border:HOVER  {
background-color:#002740;
color:#ffffff;
}



/* HEADER */

.top-links a, .top-links a:VISITED {
color:#fff;
font-size:1.3em;
text-transform:uppercase;
text-decoration:none;
font-stretch: condensed;
}


.top-links a:HOVER, .top-links a:ACTIVE {
color:#3eb274;
text-decoration:none;
}



.gva-header {
position:relative;
}

.enroll {
position:absolute;
height:100%;
top:0;
right:0;
z-index: 1000;
}



ul.gvaNav {
	display: flex;
	justify-content: center; /* Centers the LIs horizontally */
	align-items: center;    /* Centers the LIs vertically */
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.gvaNav li {
text-align:center;
margin:0 25px;
}

ul.gvaNav li a, ul.gvaNav li a:VISITED {
color: #006c32;
font-size:2em;
}

ul.gvaNav li a:ACTIVE, ul.gvaNav li a:HOVER {
color:#3eb274;
text-decoration:none;
}

.gva-header {
background-color:#002740;
color:#fff;
}

.navbar-toggler {
	background-color:#fff;
}


#tree-top {
	margin-top:155px;
	}

#bgCarousel {
	margin-top:55px;
	}


/* POPUP MENUS */

.popup-links ul li a {
font-size:1.3em;
line-height:1.1em;
text-decoration:underline;
color:#002740;
}

.popup-links {
border-left:1px solid #002740;
}

.popup-intro h3 {
font-size:3em;
line-height:1.5em;
}

.popup-intro p {
font-size:1.5em;
line-height:1.4em;
}

/* HOMEPAGE-SPECIFIC */

.intro-copy {
font-size: 22px;
line-height:1.2em;
}


.welcome h1 {
font-size:2em;
}

#the-quicklinks p a, #the-quicklinks p a:VISITED {
color:#fff;

}


#the-announcements, #the-quicklinks, #the-events {
font-size:1.4em;
line-height: 1.5em;
}


#the-announcements h2, #the-quicklinks h2, #the-events h2 {
	font-family: "avenir-lt-pro", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	font-size:1.3em;
margin-bottom:15px;
}

.our-schools {
display:block;
padding: 15px 0 15px 0;
font-size:5em;
line-height:0.9em;
}

#the-school-intro {
font-size:22px;
line-height:1.2em;
}

.logo-back {
background: #002740 url("../images/logo-back.png") repeat scroll 0% 0%;
}

/* SLIDER */

.fabric-gray {
background: #FFFFFF url("../images/fabric-gray.jpg") repeat local 0% 0%;
}

.the-slide a p.slide {
text-transform:uppercase;
font-size:18px;
line-height:19px;
text-decoration:none;
text-align:center;
color:#006c32;
}

.the-slide a {
text-transform:uppercase;
text-decoration:none !important;
font-size:18px;
font-weight:600;
line-height:19px;
text-align:center;
color:#006c32;
}

.the-slide a:active, .the-slide a:HOVER   {
filter: brightness(70%);
}




.the-slide-white a p.slide {
text-transform:uppercase;
font-size:18px;
line-height:19px;
text-decoration:none;
text-align:center;
color:#ffffff;
}

.the-slide-white a {
text-transform:uppercase;
text-decoration:none !important;
font-size:18px;
font-weight:600;
line-height:19px;
text-align:center;
color:#ffffff;
}

.the-slide-white a:active, .the-slide-white a:HOVER   {
filter: brightness(70%);
}





/* FOOTER */

.fabric-green {
background: #006c32 url("../images/fabric-green.jpg") repeat local 0% 0%;
}

.footer-addresses {
color:#ffffff;
font-size:1.5em;
line-height:1em.
}

.safe-slogan {
font-size:1.4em;
line-height:1em;
}

.footer-fabric a, .footer-fabric a:VISITED {
font-size: 1.5em;
line-height:1em;
color:#fff;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

#tree-top {
	margin-top:60px;
	}

#bgCarousel {
	margin-top:60px;
	}

 }



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	#bgCarousel {
	margin-top:50px;
	}

	#tree-top {
	margin-top:170px;
	}

	.welcome h1 {
	font-size:2em;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#bgCarousel {
	margin-top:140px;
	}

	#tree-top {
	margin-top:380px;
	}

	ul.gvaNav li a {
	font-size:1.5em;
	}

	.gva-header {
	background-color:#fff;
	color:#000;
	}

	.our-schools {
	border-right:1px solid #3399cc;
	}

	.our-schools-info {
	border-right:1px solid #cccccc;
	}

	.navbar {
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	}

 }

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	#bgCarousel {
	margin-top:90px;
	}

	#tree-top {
	margin-top:400px;
	}


	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

	#bgCarousel {
	margin-top:200px;
	}

	#tree-top {
	margin-top:580px;
	}

	ul.gvaNav li a {
	font-size:2em;
	}

	
	.welcome h1 {
	font-size:3.5em;
	}


}




@media (prefers-reduced-motion: reduce) {
  .animation {
    animation: none;
  }
}

