html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
	.circle_1, .circle_2, .circle_3, .circle_4, .circle_5 {
		width: 150px;
		height: 150px;
		position: relative;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	h1 {
		font-size: 80px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.btn {
		background-color: rgba(255,255,255,0.9);
		border-radius: 3px;
		padding-top: 15px;
		padding-right: 25px;
		padding-bottom: 15px;
		padding-left: 25px;
		font-size: 15px;
		color: #000000;
		text-transform: capitalize;
		-webkit-box-shadow: inset 0px 5px 5px #F1C1FF;
		box-shadow: inset 0px 5px 5px #F1C1FF;
		text-shadow: 4px 4px 6px #E3A8FF;
	}
	.navbar:hover {
		backdrop-filter: blur(5px);
	}
	.btn_2 {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 20px;
		border-radius: 3px;
		color: hsla(0,0%,100%,1.00);
		font-size: 15px;
		background-color: rgba(1,0,2,0.56);
		backdrop-filter: blur(15px);
		text-transform: capitalize;
	}
	.schedule-button {
		padding-top: 10px;
		padding-right: 25px;
		padding-bottom: 10px;
		padding-left: 25px;
		border-radius: 9px;
		font-size: 15px;
		cursor: pointer;
		border: 1px solid #FFFFFF;
		background-color: rgba(0,0,0,0.05);
		color: #FFFFFF;
		margin-right: 15px;
	}




	h2 {
		font-size: 30px;
		font-weight: normal;
		padding-bottom: 0px;
		color: #FFFFFF;
	}
	* {
	  transition: all 0.3s ease;
	}

	h3 {
	font-size: 20px;
	font-weight: 100;
	text-align: left;
	}



	body {
		min-height: 100vh;
		margin-left: 50px;
		margin-right: 50px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: #000000;
		background-repeat: no-repeat;
		background-position: top, center;
		background-image: url(tausta_4.jpg);
	}
	a {
	  text-decoration: none;
	}
	.navbar  {
		z-index: 1001;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		display: flex;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		background-color: rgba(13,0,18,0.7);
		position: sticky;
		top: 15px;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border-radius: 3px;
		-webkit-box-shadow: inset 0px 2px 12px #4A405E, inset 0px -2px 8px #2E294E;
		box-shadow: inset 0px 2px 12px #4A405E, inset 0px -20px 7px rgba(74, 64, 94, 0.2), inset 0px 2px 1px rgba(255, 140, 100, 0,3);
		border: 1px solid #4F4351; /* base border */
		border-bottom: 1px solid #6A5A70; /* slightly lighter bottom border */
		align-content: center;	
	}
	.navbar .logo  {
		font-size: 20px;
		text-transform: uppercase;
		margin-top: auto;
		margin-bottom: auto;
		width: auto;
	}
	.teksti p {
	font-size: 20px;
	margin-top: -10px;
		
}

	body navbar navigation {
		margin-left: auto;
		justify-content: center;
		margin-top: auto;
		margin-bottom: auto;
		text-transform: uppercase;
	}
.galleria {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 10px; /* space between images */
  width: 100%; /* span full width */
  padding: 0 10px; /* optional: small padding from edges */
  box-sizing: border-box; /* include padding in width */
}

.galleria img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px; /* optional */
}

/* Mobile: stack images vertically */
@media (max-width: 768px) {
  .body {
	overflow-x: hidden;
  }
  .galleria {
    grid-template-columns: 1fr; /* single column */
  }
}


	.navlink {
		color: #FFFFFF;
		text-transform: uppercase;
		margin-top: auto;
		margin-bottom: auto;
		margin-right: 20px;

	}
	.navlink:hover {
		color: #D06DFF;
		-webkit-box-shadow: 0px 5px 0px;
		box-shadow: 0px 5px 0px;
	}
	/* Style the navigation menu */
	.topnav {
		overflow: hidden;
		background-color: rgba(0,0,0,0.70);
		position: relative;
		-webkit-box-shadow: inset 0px 2px 12px #4A405E, inset -5px -25px 25px rgba(90, 10, 90, 0.3), 0px -25px 40px rgba(30, 0, 5, 1);
		box-shadow: inset 0px 2px 12px #4A405E, inset -5px -25px 25px rgba(90, 10, 90, 0.3), 0px -25px 40px rgba(30, 0, 5, 1);
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		border-radius: 9px;
		max-height: 1400px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #4F4351;
		background-image: url(url);
	}
	#ohjelma {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		flex-shrink: 1;
	}


	/* Hide the links inside the navigation menu (except for logo/home) */
	.topnav #myLinks {
	  display: none;
	}

	/* Style navigation menu links */
	.topnav a {
	  color: white;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 17px;
	  display: block;
	}

	/* Add a grey background color on mouse-over */
	.topnav a:hover {

	}

	/* Style the active link (or home/logo) */
	.active {
		background-color: #280030;
		color: #FFFFFF;
		border: 1px solid #9900FF;
	}
	.hero  {
		width: 100%;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		margin-top: 25px;
		justify-content: center;
		text-align: center;
		min-width: 0px;
		height: auto;
	}
	.textblock   {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50%;
		margin-right: auto;
		margin-bottom: 40px;
		margin-left: 40px;
		justify-content: flex-start;
		text-align: left;
	}
	.textblock h3{
	font-weight: 100;
	color: #C0C0C0;
	margin-bottom: 30px;
	margin-top: -30px;
	}
	.circlewrapper   {
		position: relative;
		width: 1200px;
		height: 600px;
		overflow: visible;
		display: block;
		margin-left: 126px;
	}
.circle_1 {
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 240px;
	bottom: 0px;
	top: 86px;
}
.circle_2 {
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 340px;
	bottom: 0px;
	top: 250px;
}
.circle_3 {
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 140px;
	bottom: 0px;
	top: 250px;
}
.circle_4 {
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 440px;
	bottom: 0px;
	top: 86px;
}
.circle_5 {
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 60px;
	bottom: 0px;
	top: 86px;
}

.circle_text {
	position: absolute;
	pointer-events: none;
	font-size: 15px;
	text-align: center;
	font-weight: 100;
	color: hsla(0,0%,100%,1.00);
	display: block;
	width: 150px;
	overflow: visible;
	animation: rotateForever 60s linear infinite;
	text-transform: uppercase;
	transform-origin: center center;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	fill: white;
}

@keyframes rotateForever {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.circle {
	width: 130px;
	height: 130px;
	border-radius: 488px;
	overflow: hidden;
	display: block;
	position: relative;
	bottom: auto;
	top: auto;
}
.circle_rivi {
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: block;
	position: relative;
	bottom: auto;
	top: auto;
	align-content: center;
	border-radius: 3px;
}

.circle_img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
	-webkit-box-shadow: 0 0px;
	box-shadow: 0 0px;
	border-top-right-radius: 15px;
}

.circle_img_rivi {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
	-webkit-box-shadow: 0 0px;
	box-shadow: 0 0px;
}
/* Main section */
.tevetuloa {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px; /* top, right/left auto, bottom */
	padding: 20px;
	border-radius: 9px;
	display: flex;
	justify-content: space-between;
	filter: blur(60%); /* corrected syntax */
	box-sizing: border-box; /* ensures padding is included in width */
}

/* Text container inside section */
.tevetuloa .welcome-text {
	width: 77%; /* adjust as needed for layout */
	margin-bottom: auto; /* vertically align if needed */
	color: #FFFFFF;
	font-size: 0px;
	text-transform: 
}
.welcome-text p{
	font-size: 18px; 
}

.tevetuloa .logos {
    display: flex;
    flex-wrap: wrap;   
    justify-content: center; 
    align-items: center;
    gap: 60px;
    z-index: 100;
}
.logocontainer img {
    width: auto;   
    height: 40px; 
    display: block;
}
.logocontainer.luovi img {
	height: 70px;
}
.logocontainer.oamk img {
	height: 70px;
}
.logocontainer.osao img {
    height: 40px;
}
.logocontainer.pava img {
	height: 50px;
}
.logocontainer.businessoulu img {
	height: 60px;
}


p {
	font-size: 20px;
	color: #FFF9F9;
}
body mobilenav {
	position: fixed;
	width: 250px;
	height: 100vh;
	z-index: 999;
	background-color: rgba(255,234,234,0.37);
	backdrop-filter: blur(10px);
	margin-left: auto;
	justify-content: flex-start;
	align-items: flex-start;
	right: 0px;
	top: 0px;
	flex-direction: column;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	margin-right: 30px;
	display: none;
}
body navbar div {
	width: 20px;
	height: 20px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 40px;
	margin-right: 40px;
}
body navbar li {
}
.site-name {
	color: #FFFFFF;
}
.navlogo {
  height: 250px;   /* adjust as needed */
  width: auto;    /* keep proportions */
  vertical-align: middle; /* aligns with text */
  margin-right: 8px;       /* space between logo and text */
}


logo site name {
	font-size: 0px;

}

map {
}
.maps-container   {
	margin-right: 0px;
}
.mapsblock {
  display: flex;
  flex-wrap: wrap; /* allows them to stack if needed */
  gap: 50px; /* optional spacing between iframes */
}

body p {

}
.yhteystiedot-hero  {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.topnav .schedule-buttons {
	width: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-height: 1400px;
	margin-bottom: -33px;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.schedule {
	margin-top: -30px;
}
.ohjelma_aika {
	margin-left: auto;
	color: #B492BC;
	width: auto;
	margin-right: 50px;
	margin-top: auto;
	margin-bottom: auto;
}
.ohjelma_nimi {
	margin-top: auto;
	margin-bottom: auto;
}
.ohjelma_rivi {
	display: flex;
	max-width: 800px;
	width: auto;
	background-color: rgba(0,0,0,0.70);
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 7px;
	border: 1px solid #4F4351;
	margin-bottom: 30px;
	-webkit-box-shadow: inset 0px 2px 12px #4A405E, inset -5px -25px 25px rgba(90, 10, 90, 0.3), 0px -25px 40px rgba(30, 0, 5, 1);
	box-shadow: inset 0px 2px 12px #4A405E, inset -5px -25px 25px rgba(90, 10, 90, 0.3), 0px -25px 40px rgba(30, 0, 5, 1);
	background-image: url(url);
}
.puhuja_rivi {
  display: flex;
  align-items: center;       /* keeps image + text aligned nicely */
  justify-content: space-between;
  gap: 20px;                 /* space between text and image */
  width: 45%;
  background-color: rgba(0, 0, 0, 0.70);
  padding: 25px;
  border-radius: 7px;
  border: 1px solid #4F4351;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0px 2px 12px #4A405E,
                      inset -5px -25px 25px rgba(90, 10, 90, 0.3),
                      0px -25px 40px rgba(30, 0, 5, 0,7);
  box-shadow: inset 0px 2px 12px #4A405E,
              inset -5px -25px 25px rgba(90, 10, 90, 0.3),
              0px -25px 40px rgba(30, 0, 5, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.puhuja_rivi_2 {
	display: flex;
	align-items: center;       /* keeps image + text aligned nicely */
	justify-content: space-between;
	gap: 20px;                 /* space between text and image */
	width: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 25px;
	border-radius: 7px;
	border: 1px solid #4F4351;
	margin-bottom: 30px;
	-webkit-box-shadow: inset 0px 2px 12px #4A405E,
                      inset -5px -25px 25px rgba(90, 10, 90, 0.3),
                      0px -25px 40px rgba(30, 0, 5, 0,7);
	box-shadow: inset 0px 2px 12px #4A405E,
              inset -5px -25px 25px rgba(90, 10, 90, 0.3),
              0px -25px 40px rgba(30, 0, 5, 0.7);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.puhujat {
  display: flex;
  flex-wrap: wrap;           /* makes them wrap nicely if screen is small */
  gap: 30px;
}
	.puhujattext h2{
	text-align: center;
	}

.puhuja_nimi {
  font-size: 30px;
  margin: 0 0 10px 0;        /* space below name */
}

.puhuja_desc {
	font-size: 16px;
	margin: 0;                 /* cleaner */
}

.puhuja_text {
  flex: 1;                   /* takes remaining space */
  display: flex;
  flex-direction: column;
}

.circle_puhuja {
  flex: 0 0 200px;           /* fixed size, no shrinking */
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 3px;        /* makes image a circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_puhuja img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* keeps proportions, fills circle */
  display: block;
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(13, 0, 18, 0.7);
  padding: 15px 20px;
  border-radius: 3px;
  position: sticky;
  top: 15px;
  z-index: 1000;
  border: 1px solid #4F4351;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset 0px 2px 12px #4A405E, inset 0px -2px 8px #2E294E;
}

.navbar .logo a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

.nav-toggle {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 960px) {
  .nav-toggle {
    display: block;
    position: relative; /* keep it anchored inside navbar */
    z-index: 900; /* keep above menu */
  }

  .nav-links {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    position: absolute; /* position it over page, not pushing content */
    top: 100%; /* directly below navbar */
    left: 0;
    width: 100%;
    background-color: rgba(13, 0, 18, 0.9);
    border-radius: 0 0 5px 5px;
    margin-top: 0; /* no gap so it’s flush with navbar bottom */
    padding: 0;
    z-index: 80;
    transition: all 0.3s ease; /* smooth animation */
  }

  .nav-links.open {
    opacity: 1;
    max-height: 500px; /* large enough to fit all links */
    padding: 10px 0;
  }

  .navlink,
  .btn {
    width: 30%;
    text-align: center;
    padding: 10px 0;
  }

  h1 {
    font-size: 36px;
    padding: 10px;
    margin-top: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  body {
    margin: 0 15px;
  }
  .textblock {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
    margin-left: 125px;
	  
  }
	.textblock h1 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 0px;
  }
	.textblock h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 0;
  }
  .tevetuloa {
    flex-direction: column;
    text-align: left;
    margin-top: 20px;
  }

  /* Schedule rows stack */
  .ohjelma_rivi {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ohjelma_aika {
    margin: 10px 0 0 0;
  }

  .circle_rivi {
    margin-top: 10px;
  }

  .btn {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navlink,
  .btn {
    width: 100%;
    display: block;
  }

  .circlewrapper {
    visibility: hidden;
	overflow: hidden;
  }

  .schedule-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .schedule-button {
    flex: 1 1 auto;     
    min-width: 200px;   
    font-size: 14px;    
    padding: 8px 15px;  
  }
	.tevetuloa .welcome-text {
	width: 77%;
	margin-bottom: auto;
	color: #FFFFFF;
	font-size: 0px;
}

.tevetuloa .logos {
    display: flex;
    align-items: center;
    gap: 30px;
    z-index:100;
	margin-top: 100px;
}
.logocontainer img {
    width: auto;   
    height: 20px; 
    display: block;
}
.logocontainer.luovi img {
	height: 50px;
}
.logocontainer.osao img {
    height: 30px;
}
.logocontainer.pava img {
	height: 30px;
}
.logocontainer.businessoulu img {
	height: 50px;
}
.btn {
	background-color: rgba(255,255,255,0.9);
	border-radius: 3px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 15px;
	color: #000000;
	text-transform: capitalize;
	-webkit-box-shadow: inset 0px 5px 5px #F1C1FF;
	box-shadow: inset 0px 5px 5px #F1C1FF;
	text-shadow: 4px 4px 6px #E3A8FF;
}
.btn_2 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	border-radius: 3px;
	color: hsla(0,0%,100%,1.00);
	font-size: 15px;
	background-color: rgba(1,0,2,0.56);
	backdrop-filter: blur(15px);
	text-transform: capitalize;
}
	.puhuja_rivi {
    flex-direction: column;   /* stack vertically */
    width: 100%;              /* full width on mobile */
    text-align: left;       /* center text if you like */
  }

  .puhuja_text {
    order: 1;                 /* text on top */
  }

  .circle_puhuja {
    order: 2;
	margin-right: auto;
  }
  .welcome-text {
    margin-top: -200px;
	text-align: left;

}
.navlogo {
  height: 150px;   /* adjust as needed */
  width: auto;    /* keep proportions */
  vertical-align: middle; /* aligns with text */
  margin-right: 8px;       /* space between logo and text */
}
@media screen and (max-width: 960px) {
  .topnav, 
  .topnav .schedule-buttons,
  #ohjelma,
  .ohjelma_rivi {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
  }
}
```css
@media screen and (max-width: 960px) {
  html, body {
    overflow-x: hidden;
  }

  /* Fix hero layout */
  .hero {
    flex-direction: column;      /* stack vertically */
    align-items: center;         /* center horizontally */
    margin: 0 auto;              /* center container */
    text-align: center;          /* center text inside */
    width: 100% !important;      /* full width */
  }

  .textblock {
    margin: 0 !important;        /* remove side offsets */
    width: 100% !important;      /* take full width */
    text-align: center !important;
  }

  /* Kill horizontal scroll from circlewrapper */
  .circlewrapper {
    display: none !important;
  }

  /* Prevent clipping in schedule section */
  .topnav, 
  .topnav .schedule-buttons,
  #ohjelma,
  .ohjelma_rivi {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
  }
   
}
```

}
