	bannerheading {
	   font-size: 36px;
	}
	.banner {
		text-align: center;
	}
	.navbar, .navbar-end, .navbar-menu, .navbar-start {
	align-items: stretch;
	display: flex;
}
.navbar-item, .navbar-link {
	color: #fff;
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	position: relative;
}
.footer {
	text-align: center;
}
@media screen and (min-width: 720px) {
.banner {
	text-align: center;
}
.banpar {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	text-align: center
}
.bancon {
	text-align: relative;
	padding: 70px;
	display: inline-block;
}

.banbot {
	position: relative;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	top: 50%;
}

.bantext {
	padding: 25px;
}

bannerheading {
	font-size: 76px;
}
.navspaser {
	padding: 37px;
}
@media screen and (max-width: 920px) {
  bannerheading {
   font-size: 48px;
  }
.navspaser {
	padding: 18px;
}
}
