@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Crete Round', serif;
  background-image: url("../images/transparent-autumn-leaves.png");
  background-attachment: fixed;
  background-color: Gray;
  font-size: .7rem; 
}
/* ScrollBars */
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: hsl(25,36%,30%);
}
body::-webkit-scrollbar-thumb {
  background-color: hsl(27.6,87.1%,66.7%);
  border-radius: 15px;
}

article {
  width: 94%;
  max-width: 570px; 
  display: block; 
  margin: 15px auto; 
  border: double 6px black; 
  background-color: WhiteSmoke;
  position: relative;
  background-image: url("../images/autumn-leaves.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: hsl(60,40%,95%);
}

hr {overflow: visible; width:98%;  border-top: 5px double Black;} 

h1, h2, h3 {font-family: 'Grand Hotel', cursive; margin: 20px 12px 9px 12px; text-align:center}

h1 {font-size: 2.3rem}
h2 {font-size: 2.1rem}
h3 {font-size: 1.9rem}
p {font-size: 1.1rem; margin: 8px; text-align: center}

.Music p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.Music img {
  width: 30%;
  max-width: 250px;
  margin-bottom: .3rem;
}

hr.Last {position:relative; top:8px}

audio, img {
  display: block;
  margin: auto;
}

img.Banner {
  width: 98%;
  max-width: 703px;
}

iframe {
  width: 98%;
  max-width: 560px;
  height: auto;
  min-height: 300px;
  border: none;
  display: block;
  margin: 0 auto;
}

a {color:RoyalBlue; text-decoration:none}
a:hover {color:SaddleBrown}
a:active {color:Purple}

address {text-align:center; padding-bottom:10px; font-size:1.4em; font-style:normal}

@media (min-width: 700px) {

  body {
    font-size: .8rem;
  } 
  
  h1 {font-size: 2.4rem}
  h2 {font-size: 2.2rem}
  h3 {font-size: 2.0rem}
  p {font-size: 1.2rem; margin: 8px; text-align:center}

}  /* End of @media (min-width: 700px) */

@media (min-width: 988px) {

  body {
    font-size: .9rem;
  } 
  
  p.Stahnout {
    margin: 16px 22px 8px;
  }
  
  h1 {font-size: 2.5rem}
  h2 {font-size: 2.3rem}
  h3 {font-size: 2.1rem}
  p {font-size: 1.3rem; margin: 8px; text-align:center}

}  /* End of @media (min-width: 984px) */

@media (min-width: 1290px) {

  body {
    font-size: 1rem;
  } 
  
  img#Left, img#Right {
    width: 235px;
    height: 378px;
    top: 28px; 
  }
  
  img#Left {
    left: 40px;
  }
  
  img#Right {
    right: 40px;
  }
  
  h1 {font-size: 2.6rem}
  h2 {font-size: 2.4rem}
  h3 {font-size: 2.2rem}
  p {font-size:1.4rem; margin: 8px; text-align:center}

}  /* End of @media (min-width: 1290px) */

.Kousek {
  position: relative;
  right: .7rem;
}

/* NAV MOBILE */
@media only screen and (max-width: 949px) {

  /* Style the navigation menu */
  nav.Mobile {
    position: fixed;
    top: 0;
    right: 0;
    text-transform: uppercase;
    width: 60%;
    z-index: 3;
    padding-left: 1rem;
    background-color: transparent;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  nav.Mobile #myLinks {
    display: none;
    background-color: #333;
    overflow: hidden;
    width: 100%;
  }

  /* Style navigation menu links */
  nav.Mobile a {
    color: hsl(27.6,87.1%,66.7%);
    padding: .4rem;
    text-decoration: none;
    font-size: 1.4rem;
    display: block;
  }
  nav.Mobile a.Logo {
    background-color: transparent;
  }

  /* Style the hamburger menu */
  nav.Mobile a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Add a grey background color on mouse-over */
  nav.Mobile a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Style the active link (or home/logo) */
  .active {
    background-color: #555;
    color: white;
  }

  /* nav Computer */
  nav.Nav {
    display: none;
  }

}  /* End of max-width: 949px */

/* HORIZONTAL NAV */
@media only screen and (min-width: 950px) {

  body {
    --nav-height: 40px;
    padding-top: var(--nav-height);
  }

  nav.Nav {
    width: 100%;
    height: var(--nav-height);
    position: fixed;
    top: 0;
    left: 0;
    text-transform: uppercase;
    background-color: hsla(25,36%,30%, 0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: .3s;
    z-index: 3;
  }
  .NavLink, .NavLink:visited {
    color: hsl(27.6,87.1%,66.7%);
    text-decoration: none;
    margin: 0 .6rem;
    background-color: hsl(25,36%,30%);;
    padding: .2rem .5rem .3rem;
    border-radius: .5rem;
    border: 2px hsl(27.6,87.1%,66.7%) solid;
    font-weight: bold;
  }
  a.NavLink:hover {
    border: 2px #ddd solid;
    color: #ddd;
    background-color: #222;

  }
  a.NavLink:active {
    border: 2px #222 solid;
    color: #222;
    background-color: #ddd;
  }

  .NavHidden {
    transform: translateY(calc(-1 * var(--nav-height)));
    box-shadow: none;
  }

  nav.Mobile {
    display: none;
  }

}  /* End of min-width: 950px */