h1, h2, h3, h4, .schoolname, .card{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.schoolname{
	color: #FFFFFF;
	text-shadow: 4px 3px 0 #7A7A7A;
}
.home{
	background-color: whitesmoke; 
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px;
}
.home a{
	color: #15466E;
}
.image-parent {
  max-width: 70px;
}
.list-group-item{
	border-bottom: 3px solid whitesmokes !important;
	border-right: 3px solid whitesmoke !important;
	border-radius: 130 !important;
	background: rgba(255, 255, 255, 0.26) !important;

}
hr {
  display: block;
  height: 1px;
  border: 0 !important;
  border-top: 1px solid #ccc !important;
  margin: 1em 0 !important;
  padding: 0 !important;
}
.bg-alpha	{
	background:rgb(53 56 58 / 47%);
}
.bg-img{
	background-image: url("../../source/picture/background/background.jpeg");
  background-repeat: no-repeat, repeat;
 background-size: 100vw 100vh;
}
.text-alpha	{
	color: #15466E;
}
.text-gold{
	color: #f5e558;
}
.bg-gold{
	color: #f5e558;
}

.bg-beta{
	background: rgb(9,132,176);
	background: linear-gradient(180deg, #15466E 0%, #0099cc 100%);
}

.nav-item{
	border-right: 1px solid white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none !important;
}
.carousel-item img{
		width: 100% !important;
    max-height: 400px;
}
}
.card-header, .card{
	
	border-top-right-radius:20px !important;
	border-bottom-left-radius: 0 !important;
}
.logo{		
	max-height: 30px;
	border: 2px solid white;
	border-radius: 5px;
}
@media (max-width: 600px) {
  .schoolname{
	font-size: 1rem !important;
  }
  .home{
  	color: #white !important;
	background-color: transparent; 
	border-top-left-radius: none; 
	border-bottom-left-radius: none;
  }
  .home a{
		color: white !important;
	}
}