* {
  box-sizing: border-box;
}

*{margin:0;
  padding:0;
}

body{
	margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #f2f2f2;
}

.body-content{
	display:flex;
	justify-content:center;
}
.logo{float:left;

padding-top: 12px;
padding-left:10px;
}

.logo img {
  max-width: 60px;
  height: auto;
  margin-right: 10px;
}
.headertxt h2 {
  margin: 0;
  font-size: 1.5rem;
}

/* Hide infotext on desktop */
.infotext {
  display: none;
}

.headertxt {
	padding-top: 30px;
	padding-bottom: 20px;
	
}
.body-content{
padding: 20px;	
display:flex;
}


nav{
	background-color: #bfbfbf;
	
}
nav ul li a{
	font-size:16px;
}
nav ul{
	width:100%;
	list-style:none;
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
img {
  max-width: 100%;
  height: auto;
}

input, button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}

nav li{
	height:60px;
	
}
nav a{
	height:100%;
	padding: 10px;
	text-decoration: none;
	display:flex;
	align-items:center;
	color:black;
	
}
nav a:hover{
	 background-color:white; 
	color:black;
	border: black 1px solid;
	
}
nav li:first-child{
	margin-right:auto;
}


//---------------
.submenu{	display:none;
}
.sidebar{
	position:fixed;
	top:0;
	right:0;
	height:100vh;
	width:250px;
	z-index:999;
	background-color:white;
	backdrop-filter: blur(10px);
	box-shadow:-10px 0 10px rgba(0, 0, 0.1);
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: flex-start;
	display:none;
}

.sidebar {
  // position: relative;
   //display: inline-block;
}

/* Dropdown menu (hidden by default) */
.dropdown-menu {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   background-color: white;
   list-style: none;
   padding: 0;
   width: 150px;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   border-radius: 5px;
   z-index: 1000;
}

/* Dropdown menu items */
.dropdown-menu li {
   padding: 10px;
   border-bottom: 1px solid #ddd;
}

.dropdown-menu li a {
   text-decoration: none;
   color: black;
   display: block;
}

/* Hover effect */
.dropdown:hover .dropdown-menu {
   display: block;
}

/* Optional: Style to highlight menu items on hover */
.dropdown-menu li:hover {
   background-color: #f0f0f0;
}

#message{
	background: yellow;
}
.sidebar li{
	width: 100%;
}
.sidebar a{
	width: 100%;
}
.menu-button{
	display:none;
}	
.form4phone{
		display:none;
	}

.phonetable{
	display:none;
}
.phonetable{
	display:none;
}


	
	/* ----------------- MEDIA SCRIPT */
       @media(max-width: 800px){
	    .hideOnMobile{
		display:none;
	   }
	   h2{
		display:none;
	    }
	  .menu-button{
		display:block;
	  }
	  .info_form{
		  display:none;
	  }
	.form4phone{
		display:block;
	}
	
	.enrolment{
		display:none;
	}
	
	.enrolment_phone{
		display:block;
	}
	
	nav{
	background-color: white;
	
}
	
} /* end of @media(max-width: 800px  */

@media(max-width: 400px){
	.sidebar{
		width:100%
	}
}

