h1 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: cursive;
}

h2 {
  text-align: center;
  color: white;
  font-size: 25px;
  font-family: cursive;
}

p {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

p a {
  text-decoration: none;
  font-size: 15px;
  color: white;
}

#navimage {
  height: auto;
  position:fixed;
  background-image: url(ED2048-6026.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 99;
  margin-top: 0;
  transition: 0.7s;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#topnav #myLinks {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 20%;
  border-top-right-radius: 10% ;
  border-bottom-right-radius: 10%;
}

/* Style navigation menu links */
#topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
#topnav a.icon {
  background: rgba(0, 0, 0, 0.37);
  display: block;
  position: absolute;
  size: 20px;
  color: white;
}

/* Add a grey background color on mouse-over */
#topnav a:hover {
  color: grey;
}

/* Style the active link (or home/logo) */
.active {
  color: white;
}


@media (max-width: 750px){
  #navimage {
    margin-left: 0;
    margin: 0;
    float: left;
    width: 100%;
    }

  }

body {
    background-color: black;
    color: rgba(245, 245, 245, 0.788);
}

.esittelyteksti {
  max-width: 35%;
  float: left;
}

.esittelykuva {
  max-width: 55%;
  float: left;
  margin-left: 5%;
}

.container {
  column-count: 1;
  column-width: 50%;
  width: 100%;
  padding-left: 10px;
  padding-top: 500px;
  transition: 0,7s;
}

@media (min-width: 751px) {
  .container {
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 1px solid #000;

    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -moz-column-rule: 1px solid #000;

    column-count: 1;
    column-gap: 20px;
    column-rule: 1px solid #000;
  }
}

@media (max-width: 750px){
  .container, .esittelykuva, .esittelyteksti {
    float: left;
    max-width: 100%;
    margin-right: 2px;
  }
  
}

.syksyn {
  margin-left: 10%;
}

.amarayda {
  margin-left: 10%;
}

.loppuun {
  margin-left: 10%;
}

.spotify {
  margin-left: 10%;
}

form .lomake {
  margin: auto;
  background-color: rgba(43, 42, 42, 0.836);
  text-align: center;
}

.somet {
  margin-left: 45%;
}

.btn {
  background-color:  #706e6e;
  size: 20px;
  text-decoration: none;
}

.oikeudet p {
  size: 15px;
  margin-left: 2%;
  text-align: left;
}