body {
	font-family: 'Murecho', sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	}

/* --- Responsive Sidebar navigation adapted from W3.CSS Templates --- */
.w3-bar-block {
	display: none;
	justify-content: left;
	padding-top: 80px;
	z-index:2;
	width:20%;
	min-width:300px
}

.w3-bar-item {
	padding:8px ;
	width:auto;
	border:none;
	display:block;
	outline:0;
	width:100%;
	white-space:normal;
	font-size: 24px;
}

.w3-bar {
	width:100%;
	overflow:hidden
}

.w3-top,
.w3-bottom {
	position:fixed;
	width:100%;
	z-index:1
	}

.w3-top {
	top:0;
	font-size: 48px;
}

.w3-card {
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.w3-sidebar {
	height:100%;
	width:200px;
	background-color:#fff;
	position:fixed!important;
	z-index:1;
	overflow:auto;
}

.w3-animate-left {
	position:relative;
	animation:animateleft 0.4s;
}

@keyframes animateleft { from {left:-300px;opacity:0} to{left:0;opacity:1}}

.w3-button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap}

.w3-button {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}

.w3-button:disabled {
	cursor:not-allowed;
	opacity:0.3
}

/* --- Typographical Scales --- */

header h1 {
	font-size: 3.333vw;
}
header h2 {
	font-size: 2.083vw;
}

.shine {
	color: #557763;
}

h1, h2, h3 {
	font-family: 'Architects Daughter', cursive;
	color: #427ac1;
}

h2, h3 {
	line-height: 1;
	margin: 40px 0;
}
h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

p {
	margin-bottom: 18px;
}

/* layout */

nav {
	background-color: #fff;
	width: 100%;
}

.w3-bar-item:link, .w3-bar-item:visited {
	color:#427ac1;
	text-decoration: none;
}

.w3-bar-item:hover, .w3-bar-item:active {
	color: #333;
	text-decoration: underline;
}

header {
	margin-top: 80px;
}

.header-bg-wrap {
  	overflow: hidden;
  	position: relative;
}

.header-bg-image {
  	opacity: 0.25;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}

.header-content {
	height: 46.296vh;
 	position: relative;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}

main, .bg-container {
	width: 71%;
	margin: 20px auto;
}

main {
	padding-top: 20px;
	overflow: hidden;
}

.content {
	margin-left: auto;
 	margin-right: auto;
  	width: 80%;
}

article img {
	border: none;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}

.options {
	display: flex;
	gap: 60px;
	justify-content: center;
}

.option {
	max-width: 420px;
	text-align: center;
}

.option img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.image-container {
	width: 70%;
	margin: 0 auto;
}

/* FIXED IMAGE DISPLAY */
.image-container img {
	width: 100%;
	height: auto;
	display: block;
}

footer {
	padding: 40px 0;
	margin-top: 24px;
	background-color: #a9a9a9;
}

footer ol {
	font-size: 20px;
	text-align: center;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

footer ol li {
	margin: 10px;
	display: block;
}

footer a:link, footer a:visited {
	color:#fff;
	text-decoration: none;
}

footer a:hover, footer a:active {
	color: #f8f2f2;
	text-decoration: underline;
}

/* Cookie popup */

#cookiePopup {
  background-color: #ffffff;
  position: absolute;
  left: 5%;
  bottom: 0;
  font-size: 14px;
  width: 90%;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
}

#cookiePopup a {
  color: #6859fe;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

@media only screen and  (min-width:900px) {
 
 nav {
 	width: 40%;
 }

 h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

.who-we-are-row{
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.who-we-are-row img{
	width: 120px;
	height: auto;
	flex-shrink: 0;
	display: block;
}

.who-we-are-row p{
	margin: 0;
}

.outer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.inner-container {
	width: 48%;
}

.w3-bar-item {
	font-size: 36px;
}

}

@media only screen and  (min-width:1340px) {
 
 .hamburger-position {
	margin-left: 10%;
 }
}

.advertisements {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.advertisements a {
  display: block;
  max-width: 800px;
  width: 100%;
}

.advertisements img {
  display: block;
  width: 100%;
  height: auto;
}

.bottom-ad {
    display: flex;
    justify-content: center;
}