body, html {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
}
body {
	overflow: hidden;
}

@media only screen and (min-width:768px) {
	/* DESKTOP */
	.bg-image {
	  /* The image used */
	  background-image: url("../img/bg1.webp");
	}
}

@media only screen and (max-width:767px) {
	/* MOBILE */
	.bg-image {
	  /* The image used */
	  background-image: url("../img/bg_mobile.webp");
	}
}

.bg-image {

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



@media only screen and (min-width:768px) and (min-height: 730px) {
	/* DESKTOP - Big Screen*/
	.sm-logo-div {
		height: 50%;
	}
	.sm-logo {
		height:60%;
	}
}

@media only screen and (min-width:768px) and (min-height: 581px) and (max-height: 729px) {
	/* DESKTOP - Small Screen*/
	.sm-logo-div {
		height: 30% !important;
	}
	.sm-logo {
		height:60% !important;
	}
}

@media only screen and (min-width:768px) and (max-height: 580px) {
	/* DESKTOP - Very Small Screen*/
	.sm-logo-div {
		height: 50% !important;
		top: 50% !important;
		justify-content: right !important;
	}
	.sm-logo {
		height:50% !important;
	}
}

@media only screen and (max-width:767px) {
	/* MOBILE */
	.sm-logo-div {
		height: 30%;
	}
	.sm-logo {
		height:80%;
	}
}

.sm-logo-div {
  /* The image used */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sm-logo {
	-webkit-filter: drop-shadow(10px 10px 10px white);
}


@media only screen and (min-width:768px) {
	/* DESKTOP */
	.sm-blurb {
		padding: 20px;
		bottom: 300px;
	}
}
@media only screen and (max-width:767px) {
	/* MOBILE */
	.sm-blurb {
		/* height: 19%; */
		bottom: 80px;
	}
	div.sm-blurb p {
		font-size: 9pt;
	}
}

.sm-blurb {
	width:100%;
	position: absolute;

	left:0px;
	text-align:center;
	background-color: rgba(40, 37, 96, 0.7); /* #282560; */
}

div.sm-blurb p {
  font-weight: bold;
  color: white;
  opacity: 1;
}


@media only screen and (min-width:768px) {
	/* DESKTOP */
	.nav {
		bottom: 165px;
	}
	.nav-button {
		width:185px;
	    padding-top: 20px;
		padding-right: 32px;
		padding-bottom: 20px;
		padding-left: 32px;
		/* margin: 60px; */
		margin-left: 60px;
		margin-right: 60px;
	}
	.nav-lon-div {
		bottom:50px;
		/* height: 20%; */
	}
	
	
}
@media only screen and (max-width:767px) {
	/* MOBILE */
	.nav {
		top: 50%; 
		transform: translate(0, -50%);
	}
	.nav-button {
		width:160px;
		padding-top: 12px;
		padding-right: 16px;
		padding-bottom: 10px;
		padding-left: 16px;
		margin-left: 20px;
		margin-right: 20px;
		height: 60px !important;
	}
	.nav-cpt {
		
		margin-bottom: 15px;
	}
	.nav-jhb {
		margin-top: 15px;
		
	}
	.nav-lon {
		margin-top: 12px;
		width: 200px;
	}
	.nav-lon-div {
		bottom:8px;
	}
}

.nav {
	width:100%;
	position: absolute;
	left:0px;
	text-align:center;
}
.nav-lon {
	height: 40px !important;
}

.nav-lon-div {
	width:100%;
	position: absolute;
	left:0px;
	text-align:center;
}

.nav-button {
	display: inline-block;
	border-radius: 5px;
	line-height: 1;
	
	color: white;
	background: linear-gradient(to bottom left, #b2b4b6 30%,#b69c76 70%);
	height: 56px;
}

.nav-button a {
	text-decoration: none;
	color: white;
}

.nav-button-visit {
	font-style: italic;
	font-size: 10pt;
	line-height: 25px;
}

.nav-button-sub-title {
	font-size: 12pt;
}

.nav-button-main-title {
	font-weight: bold;
	font-size: 16pt;
}