:root {
	/* Default global value */
	--bulma-help-size: .84em;
	--bulma-primary-h: 66deg;
	--bulma-info-h: 210deg;
	--bulma-info-s: 81%;
	--bulma-info-l: 61%;
	--bulma-success-h: 85deg;
	--bulma-success-s: 54%;
	--bulma-success-l: 60%;
	--bulma-navbar-height:104px;

}

html, body {
	height: 101%;
	background-color: #092e52;
	margin: 0;
}

body {
	/* background-image:url("../images/bkgd_blue.jpg"); */
	background: linear-gradient(180deg, #74a7fe 0%, #092e52 100%);
	/* background: linear-gradient(181deg, #001e57 0%, #74a7fe 100%, #002e7a 50%, #74a7fe 50%, #001e57 50%); */
	font-family: Arial, Helvetica, sans-serif;
}

.navbar {
	--bulma-navbar-background-color:#092e52;
}

.container {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.container .content {
	flex: 1 1 auto;
}


h1 {
	font-size: xxx-large;
}

h2 {
	font-size: xx-large;
}

h3 {
	font-size: x-large;
}

h4 {
	font-size: large;
}

h5 {
	font-size: medium;
}

.heroBox {
	position: relative;
	top: 0;
}

.heroImg {
	display: flex;
	width: 100% !important;
}

.directSourceBox {
	position: absolute;
	top:58%;
}

h4.heroHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #213c4f;
	text-shadow: 1px 1px 1px #cccccc;
	text-wrap: pretty;
}

h5.heroHeader {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #666666;
	text-wrap: pretty;
}

ul.circleList {
	list-style: circle !important;
	list-style-type: circle;
}

.pagination {
	--bulma-pagination-selected-item-h: 85deg;
	--bulma-pagination-selected-item-s: 54%;
	--bulma-pagination-selected-item-l: 60%;
	--bulma-pagination-selected-item-color-l: 20%;
}

li.pagination-link a {
	color: #333333 !important;
}

li.pagination-link.is-current a {
	color: rgba(75, 95, 45, 1.000000) !important;
}


.bignav,
a.bignav,
a.bignav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 18pt;
	margin: 0 12px 1px 2px;
	padding: 2px 8px 2px 8px;
}

.bignav:hover,
a.bignav:hover {
	background-color: #bbcf00;
	color: #000000;
}
