/* ====================================================
   YHDISTETTY CSS: VILLE + HENRI + NICO
   ==================================================== */

/* ====================================================
   1. PERUSASETUKSET JA TYPOGRAFIA (Nico)
   ==================================================== */
   html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	background: #EDEDED;
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

main {
	flex: 1 0 auto;
	background: #fff;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
	color: #2B569C;
}

/* ====================================================
   2. HEADER JA HERO-ALUE (Ville + Nico muokkaukset)
   ==================================================== */
.hero-header {
	position: relative;
	background: url('images/header.png') no-repeat center center/cover;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	overflow: hidden;
}

.hero-header .overlay {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(49, 49, 49, 0.5);
	z-index: 1;
}

.hero-header h1 {
	position: relative;
	z-index: 2;
	color: white;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.hero-header.admin {
	min-height: 180px;
}

.hero-header.admin .overlay {
	margin-bottom: 0;
	margin-top: 60px;
}

/* ====================================================
   3. NAVIGAATIO (Ville)
   ==================================================== */
.navbar {
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
}

.navbar .nav-link {
	color: white !important;
	font-weight: 500;
	padding: 10px 15px;
}

.navbar-nav {
	text-align: right;
}

.navbar .nav-link:hover {
	color: #f8f9fa !important;
}

.dropdown-menu {
	background: rgba(0, 0, 0, 0.9);
}

.dropdown-item {
	color: white !important;
}

.dropdown-item:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* ====================================================
   4. PÄÄSISÄLTÖALUE / TEKSTIT (Ville)
   ==================================================== */
.main-heading {
	font-size: 32px;
	font-weight: bold;
	color: #2B569C;
}

.sub-heading {
	font-size: 24px;
	font-weight: 500;
	color: #666;
}

.body-text {
	font-size: 16px;
	color: #444;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
}

.image-placeholder {
	width: 100%;
	height: 300px;
	border: 2px dashed #ccc;
	color: #666;
	font-size: 18px;
}

.image-caption {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

/* ====================================================
   5. FOOTER (Nico)
   ==================================================== */
footer {
	flex-shrink: 0;
	font-size: 14px;
	background-color: #2B569C;
	color: #fff;
}

footer a {
	color: #fff;
}

footer hr {
	margin: 8px 0;
}

a.no-underline {
	text-decoration: none;
}

.copyright {
	background-color: #1F4076;
	text-align: center;
	font-size: 14px;
}

/* ====================================================
   6. FONTTILUOKAT JA TEHOSTEET (Nico + Henri)
   ==================================================== */
.roboto {
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.roboto-500 {
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.text-white {
	color: white;
}

.bg-blue {
	background-color: #2B569C;
}

/* ====================================================
   7. SUUNNITTELUPALVELUT-SIVUN ERIKOISTYYLIT (Henri)
   ==================================================== */
.suunnittelupalvelut-page ul {
	list-style: disc;
	margin: 0;
	padding: 0;
}

.suunnittelupalvelut-page li {
	display: block;
	margin-bottom: 6px;
}

/* ====================================================
   8. KOMPONENTIT: Karuselli, Accordion, Lomake (Henri)
   ==================================================== */
.custom-accordion {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.custom-accordion {
		width: 70%;
	}
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	border-radius: 5px;
}

.card {
	border-radius: 10px;
}

.card.h-100 {
	height: 100%;
  }
  

.form-control {
	border-radius: 5px;
}

.btn-primary {
	background-color: #007bff;
	border: none;
}

.btn-primary:hover {
	background-color: #0056b3;
}

.btn.btn-primary {
	background-color: #2B569C; /* Nico-tyyli yliajaa Henri-tyylin */
}

/* ====================================================
   9. HALLINTAPUOLEN ERIKOISTYYLIT (Nico)
   ==================================================== */
.h3-edit {
	color: #2B569C;
	font-size: calc(1.3rem + .6vw);
	font-weight: 500;
}

.h3-edit:focus {
	color: #2B569C;
}

/* ====================================================
   10. MEDIA QUERIES / RESPONSIIVISUUS (Ville parannus)
   ==================================================== */
@media (max-width: 768px) {
	.hero-header {
		min-height: 220px;
	}

	.hero-header h1 {
		font-size: 24px;
	}
	.contact-card {
		max-width: 500px;
		margin: 0 auto;
	  }
	  
	  .contact-image {
		max-height: 250px;
		width: 100%;
		object-fit: cover;
		border-radius: 8px;
		display: block;
	  
	  
	  }
	  
}
