@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
  background: url(ptakeleon_bg4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: hidden;
}
header {
  font-family: 'Lato extrabold', sans-serif;
  position: fixed;
  width: 100%;
  background-color: rgba(40,40,40,1);
}
.topnav {
  overflow: hidden;
}

.mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mid_tekst {
text-align: left;
vertical-align: middle;
font-family: 'Lato', sans-serif;
color: white;
padding: 50px;
left: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: calc(3vw + 6px);
    line-height: calc(3vw + 16px);
    background-color: rgba(40,40,40,0.8);
    border-bottom: 3px solid white;
}
.mid_tekst2 {
text-align: left;
vertical-align: middle;
font-family: 'Lato', sans-serif;
color: white;
padding: 50px;
left:0;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: calc(3vw + 6px);
    line-height: calc(3vw + 16px);
    background-color: rgba(40,40,40,0.8);

}
.logo {
   max-width: 90%;
   max-height: 90%;
   display: flex;
   position: absolute;
   margin: auto;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: -3;
}
@media (min-width: 600px){
  .mid_tekst {
  text-align: left;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  color: white;
  padding: 50px;
    margin-left: 20vw;
    margin-right: 20vw;
    font-size: calc(0.8vw + 5px);
      line-height: calc(0.8vw + 15px);
      background-color: rgba(40,40,40,0.8);
      border-bottom: 3px solid white;
  }
  .mid_tekst2 {
  text-align: left;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  color: white;
  padding: 50px;


    margin-left: 20vw;
    margin-right: 20vw;
    font-size: calc(0.8vw + 5px);
      line-height: calc(0.8vw + 15px);
      background-color: rgba(40,40,40,0.8);
}

.logo {
   max-width: 70%;
   max-height: 70%;
   display: flex;
   position: absolute;
   margin: auto;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: -3;
}
body{
  font-family: 'Lato', sans-serif;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-image: url(ptakeleon_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}
.h1{
  font-family: "variex", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: calc(0.8vw + 15px);
}
.h2{
  font-family: "variex", sans-serif;
  text-align: center;
font-weight: 400;
font-style: normal;
  font-size: calc(0.8vw + 15px);
}
.h3{
  font-family: 'Lato extrabold', sans-serif;
font-weight: 300;
text-align: center;
font-style: normal;
  font-size: calc(0.8vw + 15px);
}
.lista {
  text-align: left;
}
.topnav a {
  float: left;
  color: white;
  text-align: center;
  height: 6%;
  padding: 8px;
  margin: 8px;
  text-decoration: none;
  font-size: calc(0.8vw + 5px);
}
.topnav  a:nth-last-child(1) {
  border-right: none;
}

.topnav a:hover {
  text-decoration: underline;
}

.topnav a.active {
  text-decoration: underline;
}

.topnav .icon {
  display: none;
  float: right;
}

@media screen and (max-width: 400px) {
  .topnav a {display: none;
  border-right: none;}
  .mid {display: block;}
  .topnav a.active {
    text-decoration: underline;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    margin-top: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
     background-color: black;
     color: white;
     margin: 0px;
  }
  .topnav.responsive a:first-child {
     padding-top: 20px;
  }
  .topnav.responsive a:last-child {
     padding-bottom: 15px;
  }
}

footer {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-align: center;
    color: white;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
      z-index: 9999;
      background-color: rgba(40,40,40,1);
  }

.logoo {
  text-align: center;
  height: 100vh;
  z-index: -3;
  overflow: hidden;
}

.subject {
position: center;
font-size: calc(14px + (23 - 14)*((100vw-350px) / (1500 - 350)));
}
.ost{
  padding-bottom: 10vh;
}
