:root{--tekst:#e8dcc0;--taust:#ffd700;}/*#ffb624;#f57d1e*/

* {
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  body {
    margin: auto;
    width: 100%;
    font-family: "Times New Roman", Georgia, serif;
    background-color: var(--tekst);/*f1e1c1*/
  }
}

@media screen and (min-width: 1200px) {
  body {
    margin: auto;
    font-family: "Times New Roman", Georgia, serif;
    width: 1200px;
    background-color: var(--tekst);
  }
}

p, li {
  line-height: 1.8;
  font-size: 18px;
}

/*  menüü algus */

.menu {
  position: sticky;
  top: 0;
  margin: 0px 10px 0px 10px;
  opacity: 0.85;
  z-index: 1;
}

.topnav {
  overflow: hidden;
  background-color: #000000;
  border-radius: 0px 0px 5px 5px;
}

.topnav a {
  float: left;
  display: block;
  color: #e8dcc0/*f1d2b3*/;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn, button.dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #e8dcc0;
  padding: 9px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 800;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: #e8dcc0;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; border-radius: 0px 0px 5px 5px;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* menüü lõpp */

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 600px) {
  .column, .kalender {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@keyframes headerfadein {
  0% {opacity: 0;}
  10% {opacity: 0;}
  100% {opacity: 1;}
}

.ilmutus {
  animation-name: headerfadein;
  animation-duration: 3s;
}

h1 {
  font-size: 42px;/*48px;*/
  text-align: center;
  font-weight: 800;
}

h2 {
  text-align: center;
  font-size: 42px;
  margin-top: 100px;
}

h3 {
  text-align: center;
  font-size: 36px;
  margin-top: 200px;
}

h4, p.h4 {
  font-size: 24px;
  font-weight: 800;
}

.hind {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin: 10px 0px;
}

img.menyy {
  padding-top: 200px;
  border-radius: 20px;
  max-width: calc(100% - 20px);
  height:auto;
  display: block;
  margin: auto;
}

img.portree {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 20px;
}

div.menyy p {
  margin-left: 20px;
}

.header {
  background-color: var(--taust);
  color: #5c4033;
  margin: 0px 10px 0px 10px;
  border-radius: 5px 5px 0px 0px;
}

div.header p {
  color: #5c4033;
  font-weight: 800;
}

footer {
  margin: 20px;
  padding: 100px 10px 100px 10px;
}

.jutt {
  margin: 20px;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

.fa {
  font-size: 24px;
}

.smaili {
 text-align: center;
 font-size: 150px;
 margin: 10px 0px;
}

.checkmark {
  color: var(--taust);/*#7b7*/
  font-size: 24px;
  text-shadow: -1px 0 3px #000000, 0 1px 3px #000000, 1px 0 3px #000000, 0 -1px 3px #000000;
}

.kontakt {
  text-align: center;
  font-weight: 700;
}

.flex-2 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 10px 50px 10px 50px;
  width: 350px;
  margin:25px;
  border-radius: 20px;
  background-color: #5c4033; /*#a8b27e*/
  max-width: 100%;
  color: #e8dcc0;/*#5c4033;*/
}

.flex-2:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: space-around;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.animate-left {
  position: relative;
  animation-name: animateleft;
  animation-duration: 0.6s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left:0;
    opacity: 1;
  }
}
.animate-right {
  position: relative;
  animation-name: animateright;
  animation-duration: 0.6s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.mySlides {
    display: none;
}

@media screen and (min-width: 601px) {
  .kalender {
    margin: auto;
    width: 600px;
  }
}

.paremale {
  padding-left: 20px;
}

@media screen and (min-width: 601px) {
  .parem {
    width: 50%;
    float: right;
    padding-top: 100px;
  }
}
