
body {
    font-family: "Montserrat";font-size: 22px;
background-color: #FFFFFF;
height: 100%;
  margin: 0;
font-size: calc(12px + 0.200625vw);
color: #666666;
margin-block-start: -0.5em;
}

h1 {
	font-family: "Museo700", "Montserrat";
}

h2 {
	font-family: "Museo500", "Montserrat";
	font-weight: 500;
}

h3 {
	font-family: "Museo300", "Montserrat";
	font-weight: 300;
}

h1, h2, h3 {
	color: #fab31e;
}

p {
margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

a {
color: #666666;
}

.grid-container0 {
	display: grid;
	grid-template-columns: 0% 22% 63% 15% 0%;
	margin-bottom: 2vh;
}

.grid-container0>div {
   display: flex;
   justify-content: center;
   align-items: center;
}

.top-bar {
	background-color: #fab31e;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8rem;
	grid-column: 1/6;
   	grid-row: 1/1;
	margin: 0px;
	height: 50px;
	width: 100%;
}

.top-bar a {
	text-decoration: none;
	padding: 0;
	font-size: 0.8rem;
	color: #FFFFFF;
	justify-content: center;
	height: 100%;
	padding-top: 4px;
}

.logoimg {
	margin-left: 20px;
	grid-column: 2/5;
   	grid-row: 2/3;
}

.logoimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nav-bar {
grid-column: 2/5;
   grid-row: 3/4;
margin: 4px;
align-items: end !important;
}

.nav-bar ul {
	display:inline;
	margin-bottom: 2px;
	margin-left: -2%;
	text-align: center;
}

.nav-bar ul li {
	display:inline;
}

.nav-bar ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 1.2rem;
	transition: ease-in-out 0.5s;
}

.nav-bar ul li a:hover, .nav-bar ul li a:focus {
	color: #fab31e;
}

.nav-bar ul li::before {
  content: "\007C";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fab31e; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.3rem;
}

.nav-bar ul li:first-child:before {
  content: "";
}

.contact-bar {
	visibility: hidden;
}

.grid-containerFooter {
	display: grid;
	grid-template-columns: 6% 22% 22% 22% 22% 6%;
	background: #6DC7DA;
	color: #FFFFFF;
	font-size: 0.8rem;
}

.grid-containerFooter>div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.itemFoot1 {
	grid-column: 2/4;
	grid-row: 1/1;
	padding: 15px;
}

.itemFoot2 {
	visibility: hidden;
}

.itemFoot3 {
	visibility: hidden;
}

.itemFoot4 {
	grid-column: 5/5;
	grid-row: 1/1;
	padding: 15px;
	align-items: flex-end !important;
}

.itemFoot1 h2, .itemFoot2 h2, .itemFoot3 h2, .itemFoot4 h2 {color: #FFFFFF;}
.itemFoot1 a, .itemFoot2 a, .itemFoot3 a, .itemFoot4 a {text-decoration: none;}

 #cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
	text-align: left;
	border: 2px solid #92CFDE;
  }

#cookiePopup p {
    text-align: left;
    color: #666666;
	font-weight: bold;
font-size: 0.8rem;
  }

#cookiePopup h2 {
    text-align: left;
    color: #666666;
	margin: 0px;
  }

#cookiePopup a {
	color: #666666;
	font-weight: bold;
}
  #cookiePopup button {
    width: 100%;
    border: navajowhite;
    background: #fab31e;
    padding: 5px;
    border-radius: 10px;
    color: white;
	cursor: pointer;
  }

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 10001; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlayContent {
	width: 80%;
	height: 50%;
	margin: 0px auto;
	background: #FFFFFF;
	margin-top: 200px;
	z-index: 10002;
	position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-75%);
  -ms-transform: translate(-50%,-75%);
	padding: 25px;
}


#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fab31e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #fab31eb8;
}





/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) and (orientation: landscape) {

.main-container {
	width: 768px;
	margin: 0px auto;
}

.grid-container0 {
	width: 768px;
	margin: 0px auto;
}

.logoimg {
	margin-left: 20px;
	grid-column: 2/3;
   	grid-row: 2/3;
}

.nav-bar {
	grid-column: 3/5;
	grid-row: 2/3;
	margin: 4px;
	align-items: end !important;
}


}






/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {

.main-container {
	width: 1024px;
	margin: 0px auto;
}

.main-container-top {
	width: 100%;
	margin: 0px auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10000;
	background-color: #FFFFFF;
}

.grid-container-header {
	display: block;
	margin-bottom: 2vh;
	position: static;
	background: #FFFFFF;
	height: calc(12vh + 50px);
	width: 100%;
}

.grid-container0 {
	display: grid;
	height: 12vh;
	grid-template-rows: 2vh 10vh;
	padding-bottom: 2vh;
	background: #FFFFFF;
	top: 50px;
	left: 0;
	right: 0;
	width: 1250px;
    margin: 0px auto;
}

.grid-container0>div {
   display: flex;
   justify-content: center;
   align-items: center;
}

.top-bar {
	background-color: #fab31e;
	color: #FFFFFF;
	text-align: center;
	grid-column: 1/6;
   	grid-row: 1/1;
	margin: 0px;
	top: 0;
	left: 0;
	right: 0;
}

.logoimg {
	margin-left: 20px;
	grid-column: 2/2;
   	grid-row: 2/3;
}

.logoimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nav-bar {
grid-column: 3/3;
   grid-row: 2/3;
margin: 4px;
align-items: end !important;
}

.nav-bar ul {
	display:inline;
	margin-bottom: 2px;
	margin-left: -2%;
}

.nav-bar ul li {
	display:inline;
}

.nav-bar ul li a {
	text-decoration: none;
	color: #000000;
}

.nav-bar ul li::before {
  content: "\007C";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fab31e; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  padding-left: 10px;
  padding-right: 10px;
}

.nav-bar ul li:first-child:before {
  content: "";
}

.contact-bar {
	visibility: visible;
	grid-column: 4/4;
	grid-row: 2/3;
	background: #92CFDE;
	margin: 4px;
	margin-top: 8px;
	margin-right: 2%;
	color: #FFFFFF;
	transition: ease-in-out 0.5s;
}

.contact-bar:hover, .contact-bar:focus {
	background: #9D9D9D;
}


.contact-bar a {
	text-decoration: none;
	padding: 0;
	font-size: 1.2rem;
	color: #FFFFFF;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.contact-bar a img {
	height: 100%;
	vertical-align:middle
}

.grid-containerFooter {
	display: grid;
	grid-template-columns: 6% 22% 22% 22% 22% 6%;
	background: #6DC7DA;
	color: #FFFFFF;

}

.grid-containerFooter>div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.grid-containerFooter>div a {
	color: #FFFFFF;
}

.itemFoot1 {
	grid-column: 2/2;
	grid-row: 1/1;
	padding: 15px;
}

.itemFoot2 {
	visibility: visible;
	grid-column: 3/3;
	grid-row: 1/1;
	padding: 15px;
}

.itemFoot3 {
	visibility: visible;
	grid-column: 4/4;
	grid-row: 1/1;
	padding: 15px;
}

.itemFoot4 {
	grid-column: 5/5;
	grid-row: 1/1;
	padding: 15px;
	align-items: flex-end !important;
	text-align: right;
}

}


@media only screen and (min-width: 78em) {

.main-container {
	width: 1250px;
	margin: 0px auto;
}

}


