  .site-header {
	background-image: linear-gradient(#003764, #1e5c8d);
}
@media only screen and (min-width:768px){
	div.site-header {
		padding: 1rem 0 1rem 0;
	}
}

div.site-header:before {
	background-image: none;
}

div.carousel-caption {
	/*top: unset !important;*/
	/*bottom: 10% !important;*/
	width: auto !important;
}
div.carousel-caption.text-right {
	right: 5rem !important;
}
div.carousel-caption.text-left {
	left: 5rem !important;
}
div.carousel-caption div.h2 {
    font-size: 1.5rem !important;
	margin-bottom: 0!important;
}
.carousel-caption p {
    font-size: 1.0rem !important;
    line-height: 1.25rem !important;
	margin-bottom: 0!important;
}
.carousel-item .container-fluid {
	opacity: 0.5;
}

#project-of-the-month-card > .card-body {
	padding: 0;
}
#project-of-the-month-card .card {
	border: none!important;
}

#people-at-toolik, #today-at-toolik, #new-to-toolik, #have-mytoolik-account {
	display: flex;
}
#people-at-toolik>div, #today-at-toolik>div, #new-to-toolik>div, #have-mytoolik-account>div {
	flex: 0 0 100%;
}
#new-to-toolik>div, #have-mytoolik-account>div {
	background: rgba(30, 92, 141, 0.15);
}
.left-sidebar-region {
	padding: 0.75rem;
	background-color: #dcdcdc;
}
div.progress {
	height: 6px;
}

.bar_label {
	position: relative;
	text-align: center;
	color: darkred;
	margin-bottom: 1.0rem;
}
.bar_label::before {
	position: absolute;
	left: 0;
	font-size: 75%;
	color: #444444;
}
.bar_label::after {
	position: absolute;
	right: 0;
	font-size: 75%;
	color: #444444;
}
#wind_dir_label {
	height: 0;
}
#air_temp_label::before {
	content: '-60';
}
#air_temp_label::after {
	content: '80';
}
#rain_label::before {
	content: '0';
}
#rain_label::after {
	content: '2';
}
#snow_depth_label::before {
	content: '0';
}
#snow_depth_label::after {
	content: '40';
}
#wind_speed_label::before {
	content: '0';
}
#wind_speed_label::after {
	content: '60';
}

.text-entry {
	color: darkred;
}

.gage-div { 
	width:100px; 
	height:80px; 
	display:block; 
	margin: -6px auto 0 auto; 
}
/*
.gauge-360 {
	width: 100%;
	height: 140px;
	display: block;
	margin: -20px auto 0 auto;
}
*/
div.helper-text {
	font-size: 70%;
	line-height: 1;
	margin-top: -1rem;
	font-style: italic;
}

#toolik-portal{
	margin: auto;
	margin-top:2rem;
	padding:20px;
	display: flex;
	flex-direction: column;
	background-color: #829ff782;
	border-radius:5px !important;
	width: 30%;
}

#toolik-portal p{
	margin-top: 0px;
	padding: 10px 10px 0 10px;
	text-align: center;
}

#toolik-portal a{
	margin:auto;
	width: 50%;
	align-self: center;
	padding: 10px 20px 10px 20px;
	border-radius: 5px !important;
}

#naturalist-journal-entry {
	border: 1px solid #e0e0e0;
	padding: 1rem;
	background-color: #F6F6F6;
}

.alert-covid {
	background-color: #ffcc00;
}


