/**	
*	Version 2024.08.29 (NEEDS TO BE REWORkED )
*/

.synopsis {
	padding: 20px;
}

.weather >a {
/*	background: green; */
	border:green 2px solid;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	color: #2B92E7;
	text-align:center;
	justify-content:center	
}

.weather a:hover {
	color: #ccc;
}

.weather h4.card-title {
	font-size:1rem;	
	height:3rem;
	overflow:hidden
}

.synopsis h2, day h2 {
	font-weight:500;
	color:#0004B0 !important;
}

.synopsis p {
	padding-bottom:10px;
	border-bottom:1px solid #ABABAB;
}

.warning, .warning a:link {
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}

.date {
	padding-top:10px;
	font-weight:500;	
}

.day {
	margin-top: 1rem;
	border-bottom:1px solid #ABABAB;
}

img.card-weather-image  {
		max-height:150px;
		width:auto;
	}
	
.return-tw {
	color:white;
	text-align:center;
	justify-content:center;
}

.return-tw a:hover {
	color: #ccc;
}

.btnRounded {
  border-radius: 1rem!important;
}

.colourLightBlue {
  --bs-btn-color: #000;
  --bs-btn-bg: #cde1fe;
  --bs-btn-border-color:#cde1fe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  
}