@charset "utf-8";
/* CSS Document */
.carouselframe {
	overflow: hidden;
  	width: 100%;
  	padding-top: 80%;
}
.carouselimg {
	position: absolute;
	overflow: hidden;
  	top: 0%;
  	right: 0%;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
}
.carouselimg img{
	border-radius: 0;
	margin-left: -50%;
	height: 100%;
	width: auto;
	overflow: hidden;
}

.image {
	height: 100%;
	width: auto;
}
.image-overlay{
	background-color: rgba(0,0, 0,0.55); 
	height: 100%;
	width: 100%;
	position: absolute;
}
.image-button{
	border:none; 
	border-radius: 5px; 
	background-color: navy; 
	color: white;
	margin: .1rem;
}
.image-button:hover{
	border:.1rem solid white;  
	margin: 0;
}
.image-caption {
	text-shadow: 2px 2px 2px black; 
	border-radius: .5em;
}
.image-caption h1{
	font-size: 25pt;
}
.image-caption h2{
	font-size: 18pt;
}
.image-caption h3{
	font-size: 16pt;
}
.image-caption h4{
	font-size: 12pt;
}
.image-caption h5{
	font-size: 11pt;
}
.announcement-bar h6 {
		font-size: 11pt;
	}

#feed {
	max-height: 25rem;
	max-width: 25rem;
	border-radius: 18px;
}
.qlinks a{
	text-decoration: none;
}
.qlinks .card{
	background-color:#282E7E; 
	color: white;
	padding: .75rem;
	margin: .3rem;
}
.qlinks .card:hover {
	background-color:#212529;
	cursor: pointer;
	border: .1rem solid white;
	padding: .71rem;
	margin: .3rem;
}

@media screen and (min-width: 576px) {
	.image-caption h1{
		font-size: 42pt;
	}
	.image-caption h2{
		font-size: 30pt;
	}
	.image-caption h3{
		font-size: 28pt;
	}
	.image-caption h4{
		font-size: 21pt;
	}
	.image-caption h5{
		font-size: 16pt;
	}
}
@media screen and (min-width: 768px) {
	.image-caption h1{
		font-size: 48pt;
	}
	.image-caption h2{
		font-size: 36pt;
	}
	.image-caption h3{
		font-size: 30pt;
	}
	.image-caption h4{
		font-size: 22pt;
	}
	.image-caption h5{
		font-size: 18pt;
	}
	.carouselframe {
		height: 100%;
		width: 100%;
		padding-top: 40%;
	}
	.carouselimg {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.carouselimg img{
		border-radius: 0px;
		margin: 0;
		overflow: hidden;
		height: auto;
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	#feed {
		max-width: 30rem;
		max-height: 30rem;
	}
	.image-caption h1{
		font-size: 56pt;
	}
	.image-caption h2{
		font-size: 40pt;
	}
	.image-caption h3{
		font-size: 36pt;
	}
	.image-caption h4{
		font-size: 28pt;
	}
	.image-caption h5{
		font-size: 24pt;
	}
}
@media screen and (min-width: 1200px) {
	.carouselframe {
		height: 100%;
		width: 100%;
		padding-top: 31%;
	}
	.carouselimg {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.carouselimg img{
		border-radius: 0px;
		overflow: hidden;
		height: auto;
		width: 100%;
	}
	.image-caption h1{
		font-size: 50pt;
	}
	.image-caption h2{
		font-size: 44pt;
	}
	.image-caption h3{
		font-size: 34pt;
	}
	.image-caption h4{
		font-size: 24pt;
	}
	.image-caption h5{
		font-size: 20pt;
	}
	.announcement-bar h6 {
		font-size: 14pt;
	}
}
@media screen and (min-width: 1400px){
	.image-caption h1{
		font-size: 56pt;
	}
	.image-caption h2{
		font-size: 48pt;
	}
	.image-caption h3{
		font-size: 40pt;
	}
	.image-caption h4{
		font-size: 30pt;
	}
	.image-caption h5{
		font-size: 24pt;
	}
	.qlinks h1{
		font-size: 29pt;
	}
	.announcement-bar h6 {
		font-size: 15pt;
	}
}
