body {
  padding-top: 6em;
}

h1 {
  hyphen: auto;
}

label {
  display: inline;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.navbar {
  padding: 0;
}

.navbar-aasipelit {
  background-color: #29569e;
  background-image: linear-gradient(#29569e, #111);
}

.dropdown-menu {
  background-color: #29569e;
}

.navbar-light .navbar-brand,
.dropdown-item {
  color: #fff;
}

.navbar-brand {
/*  padding-left: 8px;
  padding-right: 8px;*/
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar-brand img {
  height: 70px;
}

.navbar-brand.active,
.navbar-nav .active {
  text-decoration: underline;
  background-color: black;
}

.nav-item {
  border-right: 1px solid;
  border-color: #999;
}

.navbar-nav .nav-item:first-child {
  border-left: 1px solid;
  border-color: #999;
}

.navbar-nav .nav-item:last-child {
  border: none;
}


.navbar-collapse.show .nav-item,
.navbar-collapse.collapsing .nav-item {
  border: none;
}

.navbar-collapse.show .nav-item .nav-link,
.navbar-collapse.collapsing .nav-item .nav-link {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  /*height: 40px;
  line-height: 24px;*/
}

.navbar-collapse.show .nav-item.active,
.navbar-collapse.collapsing .nav-item.active {
  background: none;
}

.nav-link:hover,
.navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
/*  height: 70px;
  line-height: 52px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.dropdown-item:hover {
  text-decoration: underline;
  color: #000;
}


.gameimg {
  margin-bottom: 1em;
}

.footer {
  margin-bottom: 1em;
}

.juhannus2018-vaihe {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	margin-bottom: 1em;
	font-size: 1.8em;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	
	background-color: #29569e;
	color: #fff;
}


.juhannus2018-download {
	text-align: center;
	font-size: 2em;
	display: inline-block;
	
}
	
.juhannus2018-download a {
	padding: 0.3em;
	display: inline-block;
	/*color: #007bff;*/
	border: 1px solid;
	/*border-color: #007bff;*/
	border-color: #fff;
}

.juhannus2018-download a:hover {
	text-decoration: none;
	border: 1px solid;
	border-color: #0056b3;
}
