body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: #fafafa;
}

.nav-link { font-size: 25px; }
.navbar-brand  { font-size: 60px; padding-right: 50px; }

.lore-main {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

h1, h2 { margin-bottom:20px;}

.lore-main {
   font-size: 50px;
}

/* WXGA tai enemmän, cropataan */
@media (min-width: 1360px) {
	.carousel-img {
		height: 1080px;
		object-fit: cover;
		object-position: center 5%;
		
	}
}

.contact a { text-decoration: none; color: #114a75; font-size: 2.2rem; }
.contact a:hover { color: #3b7fb3; }

.youtube-video { width:100%; height:150px; }


.footer-lnk { text-decoration: none; color: #c0c0c0; font-size: 2.2rem; }
.footer-lnk:hover { color: #000; }