body {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(1, 1, 1, 0.01)),
  url("../images/background.jpg?ver=new");
  background-size:     cover;
  background-attachment: fixed;
  background-position: center top;

}

.container {
  max-width: 940px;
}

.header {
  margin-top: 6rem;
  text-align: center;
  vertical-align: center;
}

.header > h1 {
  color: #fff;
  font-size: 6em;
  font-family: 'Tangerine', cursive;
}

.header > h2 {
  color: #fff;
  font-size: 5em;
  font-family: 'Tangerine', cursive;
}

.navbar {
  display: none;
}

.header {
  margin-top: 10rem;
}

.navbar + .docs-section {
  border-top-width: 0;
}

.navbar {
  display: block;
  width: 100%;
  height: 6.5rem;
  z-index: 99;
  background-color: rgba(255,255,255,0.9);
}

.navbar > .container {
  width: 100%;
}

.navbar-list {
  list-style: none;
  margin-bottom: 0;
}

.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
}

.navbar-link {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-right: 42px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #000;
}

.navbar-link:after {
    content: "";
    padding: 30px;  
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
} 

.navbar-link.active {
  color: #33C3F0;
}

.page-data {
  padding: 5%;
  background-color: rgba(255,255,255,0.9);
  width: 90%;
  margin-top: 10px;
}

.footer {
  height: 40px;
  margin-top: 10px;
}

.page-data > p {
  color: #000;
}

.koulutuslista > li {
  margin-bottom: 0.1em;
}

.palaute {
  margin-top: 1em;
  font-style: italic;
}

#nav-tablet {
  display: none;
}

#nav-mobile {
  display: block;
  cursor: pointer;
}

.responsive {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  #nav-tablet {
    display: block;
  }
  #nav-mobile {
    display: none;
  }
  #yhteydenotto-link {
    display: none;
  }
}

#koulutus-map {
  display: visible;
}

@media(max-width: 600px) {
  #koulutus-map {
    display: none;
  }
}


@media only screen and (max-width: 1200px) { .only-desktop { display: none; } }

.mobile-links {
  border-top: 1px solid #ddd;
  background-color: rgba(255,255,255,0.9);
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.mobile-href {
  text-decoration: none;
  color: #000;
}

.mobile-link {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .header > h1 {
    color: #fff;
    font-size: 5.5em;
    font-family: 'Tangerine', cursive;
  }
}

.copyright-span {
  float: right;
  display: inline-block;
  color: #aaa;
  font-size: 0.9em;
}

.no-margin {
  margin: 0;
}

#close_cookie{display:none;}
  #close_cookie:checked + #cookie_consent_popup{display:none;}  
#cookie_consent_popup{
  position:fixed;
  bottom:40px;left:calc(50% - 200px);
  width:400px;
  height:50px;
  background-color:#fbb63e;
  padding:20px;
   z-index:2;
}
#cookie_consent_popup h1{
  font-size:1.2em;
}
  #cookie_consent_popup h1:before{
    content:"";
    padding:0;
  }
#cookie_consent_popup p{
  font-size:0.7em;
}
#cookie_consent_popup #close_cookie_box{
  position:absolute;
  top:20px;right:20px;
  cursor:pointer;
  font-size:1.3em;
}
#cookie_consent_popup #ok_cookie_box{
  position:absolute;
  bottom:0px;right:20px;
  cursor:pointer;
  font-size:1.6em;
  padding:10px 20px;
  font-weight:700;
  color:white;
}

.landing-banner {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}