html {
  height: 100%;
}
html body {
  height: 100%;
}
html body .carousel {
  height: 100%;
}
html body .carousel .carousel-indicators {
  bottom: 0;
}
html body .carousel .carousel-inner {
  height: 100%;
}
html body .carousel .carousel-inner .item {
  height: 100%;
}
html body .carousel .carousel-inner .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
html body .carousel .carousel-inner .item .carousel-caption {
  top: 35%;
  bottom: initial;
}
/* DEMO STYLES NOT NEEDED */
section {
  padding: 450px 0;
}

#header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  box-shadow: 1px 1px #eee;
  justify-content: space-between;
}
#header .logo {
  padding: 15px 30px;
}
#header .logo img {
  height: 50px;
}

#nav-bar ul {
  display: flex;
  list-style: none;
  padding: 15px 25px;
}
#nav-bar .nav-link {
  padding: 10px 25px;
  text-decoration: none;
  color: black;
}
#nav-bar .nav-link:hover {
  opacity: 0.5;
}


.colour_1 {
  background-color: #0074D9;
}
.nav_text {
  color: aliceblue !important;
}

.navbar {

    min-height: 80px;
    line-height: 80px;

}
.nav_mobile_position {
  transform: translate(0px, 22%);
}


.glass-card {
	width: min(79vw,400);
	padding: 1.25rem;
	 	/*background: rgba(22, 37, 41, 0.7); */
	/*
 background: radial-gradient(
		circle at bottom right,
		rgba(160, 191, 179, 0.4) 0,
		rgba(44, 70, 58, 0.5) 100%
	);
 */
  background: rgba(0, 116, 217, 0.59);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(152, 152, 152, 0.18);
	border-left: 1px solid rgba(43, 43, 43, 0.3);
	border-bottom: 1px solid rgba(43, 43, 43, 0.3);
	border-radius: 0.75rem;
}

.glass-card h2 {
  font-size: 2rem
}

.glass-card p {
  font-size: 1.5rem;
}



@media (min-width: 768px) {
.nav_position {
  transform: translate(0px, 22%);
}

.nav_text {
  box-shadow:
    0px 0px 0px blue,
    -2px 0px 1px grey;
}
  
}