/*   Site http://kruug.ch
     Auteur    : Lionel Ding
	   Date      : 28.04.2019
*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Black Ops One", cursive;
  background-color: black;
}

/* new fonts */
/* 
@font-face {
  font-family: "trashedregular";
  src: url("./fonts/trashed-webfont.woff2") format("woff2"),
    url("./fonts/trashed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
 */
@font-face {
  font-family: "warriorregular";
  src: url("./fonts/weekendwarrior.woff") format("woff"), url("./fonts/weekendwarrior.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* Navigation */
.fullslidenav {
  margin-left: 5%;
  margin-top: 5%;
  position: fixed;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  opacity: 10;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 5%;
}

.sidenav a {
  font-family: "warriorregular", cursive;
  letter-spacing: 2px;
  padding: 8px 8px 32px 32px;
  text-decoration: none;
  font-size: 150%;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #960c0c;
}

.sidenav .closebtn {
  font-family: "Arial", cursive;
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 10%;
  color: white;
}

.openbtn {
  font-size: 450%;
  cursor: pointer;
  color: white;
  position: absolute;
  transition: 0.5s;
}

.openbtn:hover {
  color: red;
}

@media screen and (orientation: portrait) {
  .sidenav {
    padding-top: 15px;
  }

  .openbtn {
    font-size: 200%;
  }

  .sidenav .closebtn {
    font-size: 200%;
  }

  .sidenav a {
    font-size: 100%;
  }
}

/* Main body */
.main {
  margin-left: 20%;
  margin-right: 20%;
}

.logo_grand {
  width: 100%;
}

.main .titre {
  color: white;
  text-align: center;
  font-family: "warriorregular";
  font-size: 400%;
  letter-spacing: 5px;
}

.main .texte p {
  color: white;
  font-size: 150%;
  text-align: justify;
  font-style: italic;
}

.main .musiciens {
  margin-left: 10%;
}

.main .musiciens td {
  font-family: "Black Ops One", cursive;
  color: red;
  text-align: center;
  font-size: 250%;
}

.main .musiciens img {
  text-align: center;
  max-width: 75%;
}

.main .texte h3 {
  color: white;
  text-align: center;
  font-size: 150%;
}

.main .texte h2 {
  color: red;
  text-align: center;
  font-size: 250%;
}

.main .texte p {
  color: white;
  text-align: center;
  font-size: 100%;
}

.main .texte .affiche img {
  text-align: center;
}

.main .technique td {
  border-bottom: 1px solid white;
  border-spacing: 0px 0px;
}

.main .technique {
  color: white;
  text-align: center;
}

.main .technique th {
  text-decoration: underline;
}

.main .texte .technique p {
  font-style: normal;
}

.main .contact table {
  color: white;
}

.main .contact td {
  text-align: center;
}

.main .contact th {
  text-align: center;
  font-size: 150%;
}

@media screen and (orientation: portrait) {
  .main .titre {
    color: white;
    text-align: center;
    font-family: "warriorregular";
    font-size: 150%;
    letter-spacing: 5px;
  }

  .main .texte p {
    color: white;
    font-size: 75%;
    text-align: justify;
    font-style: italic;
  }

  /* Musiciens */
  .main .musiciens td {
    font-family: "Black Ops One", cursive;
    color: red;
    text-align: center;
    font-size: 50%;
  }

  .main .musiciens img {
    width: 100%;
  }

  .main .technique {
    color: white;
    text-align: center;
    font-size: 70%;
  }

  .main .texte .affiche h3 {
    color: white;
    text-align: center;
    font-size: 110%;
  }
}

/* SLideShow */
.mySlides {
  opacity: 0.1;
  width: 225%;
  margin-left: -59%;
  z-index: -1;
}

/* Galerie */
.gallery {
  border: 1px solid #ccc;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

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

/* Teaser */
.teaser {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 60%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.teaser iframe {
  position: absolute;
  bot: 0;
  top: auto;
  height: 100px;
  width: 100%;
  height: 100%;
}

.teaser p {
  font-family: "warriorregular", cursive;
  font-size: 200%;
  color: white;
  text-align: center;
}

.separator {
  text-align: center;
  display: block;
  width: 20%;
  margin: auto;
  opacity: 0.7;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

/* Footer */
.footer {
  font-family: "Black Ops One", cursive;
  height: 150px;
  background-color: rgba(227, 10, 21, 0.5);
  box-sizing: border-box;
  color: white;
  margin-top: 100px;
}

.footer h3 {
  font-size: 8px;
  text-transform: uppercase;
}

.footer th {
  font-size: 100%;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: left;
}

.footer td {
  font-size: 100%;
  line-height: 30px;
}

.footer table {
  border-spacing: 100px 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (orientation: portrait) {
  .footer {
    height: 175px;
  }

  .footer table {
    border-spacing: 10px 0px;
  }

  .footer img {
    width: 90%;
  }
}
