html {
  width: 100%; }
  html body {
    margin: 10px; }

/* -------------- Text ----------------*/
h1 {
  font-family: "Srisakdi", cursive;
  color: #816d13;
  font-size: 3rem;
  margin: 20px 0px; }

h2 {
  font-family: "Srisakdi", cursive;
  font-size: 1.5rem;
  margin: 20px 0px; }

h3 {
  font-family: "Srisakdi", cursive;
  font-size: 1.4rem;
  margin: 20px 0px; }

h4 {
  font-family: "Srisakdi", cursive;
  font-size: 1.3rem;
  margin: 20px 0px; }

h5 {
  font-family: "Srisakdi", cursive;
  font-size: 1.2rem;
  margin: 20px 0px; }

h6 {
  font-family: "Srisakdi", cursive;
  font-size: 1rem;
  margin: 20px 0px; }

p {
  font-family: "Lato", sans-serif;
  text-align: justify; }

a {
  text-decoration: none; }
  a :hover {
    cursor: pointer; }

/* -------------- Header ----------------*/
header {
  height: 320px;
  background-image: url("../images/praha-2.jpg");
  background-size: cover;
  background-position: 50% 36%; }
  header h1 {
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    width: 35%;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -2%); }
    @media all and (max-width: 768px) {
      header h1 {
        width: 70%;
        top: 0.5%; } }
    @media all and (max-width: 460px) {
      header h1 {
        width: 90%;
        top: 23%; } }

/* -------------- Music Carouel ----------------*/
#slideshow-section {
  display: -moz-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  justify-content: center; }
  #slideshow-section #arrow-left, #slideshow-section #arrow-right {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    color: #816d13;
    padding: 15px;
    display: -moz-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #slideshow-section #arrow-left:hover, #slideshow-section #arrow-right:hover {
      cursor: pointer; }
    @media all and (max-width: 460px) {
      #slideshow-section #arrow-left, #slideshow-section #arrow-right {
        font-size: 22px;
        padding: 5px; } }
  #slideshow-section #slideshow-container {
    width: 760px;
    overflow: hidden;
    height: 430px;
    padding-top: 20px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.24), 0px 0px 4px rgba(0, 0, 0, 0.12); }
    @media all and (max-width: 768px) {
      #slideshow-section #slideshow-container {
        width: 500px;
        height: 300px; } }
    @media all and (max-width: 460px) {
      #slideshow-section #slideshow-container {
        width: 250px; } }

#slideshow article {
  position: relative;
  float: left;
  width: 380px;
  height: 430px; }
  #slideshow article h1 {
    font-size: 1.2rem; }
  #slideshow article h1, #slideshow article p {
    text-align: center; }
  #slideshow article .image-container {
    margin-top: 0; }
  #slideshow article img {
    width: 340px;
    height: 225px;
    size: cover;
    margin: auto; }
  #slideshow article .button-see {
    padding: .5rem;
    width: 8rem;
    border: none;
    display: block;
    margin: .5rem auto 0;
    background-color: #816d13;
    border: outset #816d13;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    #slideshow article .button-see:hover {
      border: none;
      padding: 0.7rem; }
    @media all and (max-width: 460px) {
      #slideshow article .button-see {
        width: 80%; } }
  @media all and (max-width: 768px) {
    #slideshow article {
      width: 250px;
      height: 300px; }
      #slideshow article img {
        width: 210px;
        height: 140px; } }
  @media all and (max-width: 460px) {
    #slideshow article img {
      width: 100%; } }

/* -------------- Map ----------------*/
#map {
  width: 100%;
  height: 400px;
  margin: 0;
  border-radius: 5px;
  margin-top: 50px; }
  #map img {
    width: 180px;
    height: auto; }

/* -------------- Article with grid ----------------*/
.music-article h1 {
  margin-top: 20px; }
.music-article h1, .music-article h2 {
  text-align: center; }
.music-article p {
  font-family: "Special Elite", cursive;
  font-size: 1.3rem;
  line-height: 2rem; }
  @media all and (max-width: 768px) {
    .music-article p {
      font-size: 1.1rem; } }
  @media all and (max-width: 460px) {
    .music-article p {
      font-size: 1rem; } }
.music-article .music-video {
  margin-top: 30px;
  position: relative;
  padding-bottom: 100px; }
  .music-article .music-video .background {
    background-size: cover;
    background-position: 50% 75%;
    height: 430px;
    width: auto;
    filter: blur(0px); }
    @media all and (max-width: 768px) {
      .music-article .music-video .background {
        height: 300px; } }
  .music-article .music-video video {
    width: 40%;
    margin-left: 30%;
    position: absolute;
    bottom: 0;
    z-index: 9999; }
    @media all and (max-width: 768px) {
      .music-article .music-video video {
        width: 60%;
        margin-left: 20%; } }
    @media all and (max-width: 460px) {
      .music-article .music-video video {
        width: 90%;
        margin-left: 5%; } }
  @media all and (max-width: 768px) {
    .music-article .music-video {
      padding-bottom: 180px; } }
.music-article nav {
  margin-top: 150px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #816d13; }
  .music-article nav #arrow-nav {
    height: 20px;
    width: 20px;
    background-image: url("../images/icons/arrow.svg");
    background-size: contain;
    transform: rotate(-90deg);
    margin-left: auto;
    margin-right: 10%;
    transition: all 0.3s ease-in-out; }
    .music-article nav #arrow-nav.close {
      transform: rotate(90deg); }
  .music-article nav #nav-links {
    display: -moz-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100px;
    width: calc(100% - 20px);
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 79px;
    background-color: #816d13; }
    .music-article nav #nav-links p {
      font-size: 1.1em;
      letter-spacing: 0.3em;
      line-height: 1rem; }
      .music-article nav #nav-links p a {
        color: inherit;
        text-transform: uppercase; }
        .music-article nav #nav-links p a:hover {
          color: white; }
      @media all and (max-width: 768px) {
        .music-article nav #nav-links p {
          display: -moz-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          font-size: 0.7em; } }
    .music-article nav #nav-links.hide {
      height: 0;
      opacity: 0; }
    @media all and (max-width: 768px) {
      .music-article nav #nav-links {
        height: 140px; } }

.container {
  margin: 30px 0; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container .simple {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }
    @media (max-width: 460px) {
      .container .simple {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .container .double {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }
    @media (max-width: 460px) {
      .container .double {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }

/* -------------- Footer ----------------*/
footer p {
  color: white;
  background-color: #816d13;
  margin: 0;
  padding: 10px 0;
  text-align: center; }

/*# sourceMappingURL=main.css.map */
