/* Kalium website styles*/
			body {
				background-image: url(images/cows_field_GS.jpg);
				background-attachment: fixed;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.container {
				border: 2px solid hsl(214, 48%, 35%);
				border-radius: 25px;
				background-color: white;
				opacity: 90%;
				margin: 20px auto;
			}
			header {
	
				background-image: url(images/swoosh4.jpg);
				background-repeat: no-repeat;
				background-size: auto;
				margin: 0 -12px;
				border-top-left-radius: 25px;
				border-top-right-radius: 25px;
			}
			header img {vertical-align: middle;
						position:relative;
						top:1.2em;
						left:5.0em;}


			.bg-light {
							--bs-bg-opacity: 1;
							background-color: rgba(46, 84, 132, 0.3)!important;
							margin:0 -15px;
						  }

			p, h3{
				color: hsl(214, 48%, 35%);
			}
			img {margin:2.0em auto;
				
			}

			footer {
				background-color: hsl(214, 48%, 35%);
				padding: 2em;
				margin: 0 -12px;
				border-bottom-left-radius: 23px;
				border-bottom-right-radius: 23px;
			}

			footer p {
				color: white;
				font-size: larger;
				text-align: center;
			}

			@media only screen and (max-width: 1080px) {

				body {
					background-color:white;
					background-image:none;
					background-attachment: fixed;
					background-repeat: no-repeat;
					background-size: cover;
				}

				.container {
					width:100%;
					border:0
					border-radius: 25px;
					background-color: white;
					opacity: 100%;
					margin: 0 auto;
				}

				header img {vertical-align: middle;
					position:relative;
					width:90%;
					height:auto;
					top:0;
					left:0;}
		
		
	
				}