html {
	
  position: relative;
  min-height: 100%;
}

        html,
        body {
            background: url(../img/invbg.jpg) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
.bg-light {
  --bs-bg-opacity: 0.85;
  background-color: rgba(6, 160, 203, 0.9) !important;
  border-radius:15px;
}

h1,h2 {
	color:#FFFFFF;
	font-family:'Audiowide';
}

p {
	color:#FFFFFF;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
	color: #06a0cb !important;
	font-weight:bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color:white;
}
