h1{
    font-size: 40px;
    color: #d4b4b1;
    text-align: center;
  }

h2{
    font-size: 40px;
    color: #d4b4b1;
    text-align: center;
    padding-top: 10%;
}

h3{
    font-size: 33px;
    color: #d4b4b1;
    text-align: center;
}

p{
    font-size: 20px;
    color: black;
    text-align: center;
}

div.lista{
    text-align: center;
    font-size: 20px;
}

ul.koulutukset{
    display: inline-block;
    text-align: left;
    list-style-type: circle;
}


#navbar {
  height: 55%;
  position: fixed;
  background-color: white;
  background-size: inherit;
  transition: 0.7s;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* Style the navbar links */
#navbar a {
  height: inherit;
  color: black;
  text-align: left;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
  position: static;
  float: right;
}

/* Style the logo */
#navbar #logo {
  height: inherit;
  position: fixed;
  max-width: 40%;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Display some links to the right */
#navbar-right {
  background-color: white;
  height: 20%;
  float: right;
  margin-right: 10%;
  padding: 10%;
  transition: 0.7s;
}

.container {
  margin: 0 auto;
  padding: 30px;
}

body {
    background-color: rgba(245, 245, 245, 0.788);
    color: black;
}

.esittelyteksti {
  max-width: 35%;
  float: left;
}

.esittelykuva {
  max-width: 55%;
  float: left;
  margin-left: 5%;
}



.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;
}


#palvelut {
  padding-top: 30%;
  transition: 0.7s;
}

table {
  text-align: center;
  margin-left: 42%;
  font-size: 20px;
  border-spacing: 10px;
}

@media (max-width: 900px){
  #navbar {
    margin-left: 0;
    margin: 0;
    float: left;
    position: fixed;
    height: 25% !important;
  }
  #navbar #logo {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #navbar-right {
    max-height: 25% !important;
    text-align: right;
    padding-top: 0% !important;
    padding-left: 40% !important;
    padding-right: 0% !important;
  }
  #navbar a {
    margin-right: 0 !important;
  }
  .hoitola {
    padding-top: 40%;
  }
  table {
    text-align: center;
    margin-left: 37%;
    font-size: 20px;
    border-spacing: 10px;
    }
  .container, .esittelykuva, .esittelyteksti {
    float: left;
    max-width: 100%;
    }
  p {
    font-size: 17px;
  }
}
@media (max-width: 750px){
  #navbar {
    margin-left: 0;
    margin: 0;
    float: left;
    position: fixed;
    height: 25% !important;
    }
  #navbar #logo{
    overflow: hidden;
    width: 100%;
  }
  #navbar-right {
    max-height: 25% !important;
    text-align: right;
    padding-top: 0% !important;
    padding-right: 0% !important;
    padding-left: 50% !important;
  }
  #navbar a {
    margin-right: 0 !important;
    font-size: 16px;
  }

  .container, .esittelykuva, .esittelyteksti {
    float: left;
    max-width: 100%;
  }
  #palvelut {
    padding-top: 50%;
  }

  p {
    font-size: 15px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  div.lista{
    text-align: center;
    font-size: 15px;
}
  table {
    margin-left: 30%;
    font-size: 15px;
  }
}