  @import url("/kernelltest/header-signature.css");

html {
	scroll-behavior: smooth;
}

.blue-banner .themeCustom {background-color: #111c4e;
			margin-bottom:0rem;	
			background-image: url(https://www.uaf.edu/reslife/images/uaf-topo-white-bg.png);
			background-size: cover;
			}

.no-bg-banner .themeCustom {
	background-color: transparent;
	margin-bottom: 0rem;
	padding: unset;
}

.icon {color: #236192; width: 100%; font-size: 82px; text-align: center !important;}

.img-divider {
	width: 50%;
}


h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: "Merriweather", serif !important;
}

.blue {color: #111c4e !important;}

.yellow {
	color: #ffcd00 !important;
	text-shadow: black 1px 0 4px;
}

.white {color: white !important;}

.big-text {font-size: 3em;}

.img-divider {width: 50%;}

.blurb-with-circle {
	align-items: center;
}

.circle-frame-yellow, .circle-frame-blue {
	overflow: visible !important;
	padding: 0px;
}

.circle-frame-yellow img {
	border-radius: 50% !important;
	outline: 12px dashed #111c4e;
	outline-offset: -6px;
	overflow: hidden;
	border: 12px solid #ffcd00;
	width: 100%;
	object-fit: cover;
}

.circle-frame-blue img {
	border-radius: 50% !important;
	outline: 12px dashed #ffcd00;
	outline-offset: -6px;
	overflow: hidden;
	border: 12px solid #111c4e;
	width: 100%;
	object-fit: cover;
}

.blue-box {
	color: white;
	background-color: #111C4E;
	padding: 3em;
	background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116.png'), url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116-horizontal.png'); 
	background-repeat: no-repeat, no-repeat;
	background-position: left, top right;
	align-self: center;
}

.yellow-box {
	color: #111c43;
	background-color: #ffcd00;
	padding: 3em;
	background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766.png'), url('https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766-horizontal.png'); 
	background-repeat: no-repeat, no-repeat;
	background-position: right, top left;
	align-self: center;
}

.yellow-dots-bg {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url('https://www.uaf.edu/parents/images/Multiple%20blobs%20116.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.card-footer {
	background-color: rgba(0,0,0,0);
	border-top: none;
}

h3.card-title {
	padding: 0.75rem 0rem;
}

@media only screen and (max-width: 600px) {
	.img-divider {
		width: 100%;
	}

	.blue-box {
		background-image: url('https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116-horizontal.png') !important;
		background-position: top !important;
		padding: 3em 1em 1em 1em !important;
	}

	.circle-frame-yellow {
		padding: 3em;
		order: -1;
		background-clip: border-box;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #111c4e 50%, #111c4e);
	}

	.circle-frame-yellow img {
		width: 90% !important;
	}
}