@charset "UTF-8";
/*!
* Start Bootstrap - Business Frontpage v5.0.8 (https://startbootstrap.com/template/business-frontpage)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.py-large-background {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.fs-title {
  font-size: calc(1.575rem + 3.5vw) !important;
}

.bg-monash-blue {
  --bs-bg-opacity: 1;
  background-color: #006DAE;
}

.monash_logo_svg {
  color: #fff;
  width: 180px;
  height: 32px;
}

.pointer_on {
  cursor: pointer;
}

.research-abstract {
  display: none; 
  overflow: hidden;  
}

.research-item {
   color: #007bff;	
   display:inline;
}

.research-item:hover {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

.bg-forecasts {
  --bs-bg-opacity: 1;
  background-color: #006DAE !important;
}

.bg-forecasts:hover {
  --bs-bg-opacity: 1;
  background-color: #00253a !important;
}

.p-6 {
  padding: 5rem !important;
}

.noline {
  text-decoration: none;
}

.px-xs {
  padding-right: 0.1rem !important;
  padding-left: 0.1rem !important;
}

.loading_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* ====================================================================================== */
/* Element containing map */
/* ====================================================================================== */

#page-map{
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

#loading{
  padding-top: 150px;
  padding-left: 250px;
	position: absolute;
	z-index: 100;
	margin: auto;
	width: 35%;
  display: none; /* Use flexbox to center the content */
  justify-content: center; /* Horizontally center the image */
  align-items: center; /* Vertically center the image */
}

