@charset "UTF-8";
@import url("navigation.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: black;
  color: white;
  font-family: Open Sans, Verdana, "sans-serif";
}
img {
  width: 100%;
}
body {
  width: 100%;
  margin: 0 auto;
}
.body-content {
  display: flex;
  justify-content: center;
}
.index-content {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 100px;
}
.content-left {
  height: calc(100vh - 100px);
  width: 50%;
  display: flex;
}
.deco-line-top {
  display: block;
  width: 1px;
  height: 55vh;
  /* margin-top: -300px; */
  align-self: flex-start;
  background-color: white;
}
.index-hg-Foto {
    /* margin-top: 10vh; */
    width: 70%;
    margin-left: 15%;
    margin-top: -9vh;
    align-self: flex-start;
}
.deco-line-bottom {
  display: block;
  width: 0.5px;
  height: 60vh;
  /* margin-top: 40%; */
  background-color: white;
  align-self: flex-end;
}
.content-right {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 100px);
  width: 50%;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.hero-logo {
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    /* font-size: 33px; */
    /* line-height: 98%; */
    /* letter-spacing: 0.5em; */
    /* text-transform: uppercase; */
    color: #fff;
    /* margin-top: 60px; */
    padding: 0 96px;
}
.events {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  margin: 0 auto;
  margin-bottom: 50px;
  width:100%;
  max-width: 500px;
  padding: 15px;
}
.events > h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 98%;
  /* identical to box height, or 18px */
  text-align: center;
  letter-spacing: 0.5em;
  color: #000000;
}
.deco-line-right {
  height: 1px;
  width: calc(100% + 15px);
  background-color: black;
  margin-top: 15px;
}
.events .deco-line-right{
  margin-top: 0px;	
}
.deco-line-left {
  height: 1px;
  width: calc(100% + 15px);
  background-color: black;
  margin-left: -15px;
  margin-top: 15px;
}
.events-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px;
}
.event-date {
  padding: 15px;
  background-color: #45322E;
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 98%;
  /* or 14px */
  text-align: center;
  width: 30px;
}
.event-place {
  width: 70%;
}
.event-place > h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 98%;
  /* or 18px */
  text-transform: uppercase;
  color: #45322E;
}
.event-place > p {
  width: 220px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 98%;
  /* or 14px */
  color: #000000;
  margin-top: 5px;
}
.event-tickets {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 98%;
  /* identical to box height, or 14px */
  color: #45322E;
}
.events-more {
	display: block;
    background-color: #45322E;
    color: white;
    padding: 15px 25px;
    margin-left: 26%;
    margin-top: 15px;
    width: 40%;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
}
.infobox {
  float: right;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: white;
  color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infobox-content > p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-top: 5px;
}
.infobox-content > p > a {
  font-style: normal;
  font-weight: 300;
  line-height: 98%;
  color: #45322E;
}
.closebtn {
  background-color: #45322E;
  color: white;
  padding: 5px 15px;
  margin-left: 30px;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.closebtn:hover {
  background-color: #665754;
}
.display-none{
  display:none;
}
@media (max-width: 480px) {
  .deco-line-bottom, .deco-line-top {
    display: none;
  }
  .body-content {
    background: url("../img/index-hg.jpg") no-repeat center 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-content {
    padding: 0;
    margin: 15px;
    margin-top: 90px;
    height: calc(90vh - 105px);
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
    height: calc(100vh - 160px);
  }
  .column {
    width: 100%;
    align-self: flex-end;
  }
  .events {
    width: calc(100% - 60px);
    min-width: 260px;
  }
  .event-place {
    width: 60%;
  }
  .event-place > h6 {
    font-size: 14px;
  }
  .coming-soon {
    display: none
  }
}
@media (max-width: 975px) {
  .deco-line-bottom, .deco-line-top {
    display: none;
  }
  .body-content {
    background: url("../img/index-hg.jpg") no-repeat center 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
    height: calc(100vh - 160px);
  }
  .column {
    width: 100%;
    align-self: flex-end;
  }
  .coming-soon {
    display: none
  }
  .hero-logo {
    display: none
  }
  .events-more {
    margin-left: 18%;
    width:50%;
   }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .deco-line-bottom, .deco-line-top {
    display: none;
  }
  .body-content {
    background: url("../img/index-hg.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
    height: calc(100vh - 160px);
  }
  .column {
    width: 100%;
    align-self: flex-end;
    margin-bottom: 50px;
  }
  .coming-soon {
    display: none
  }
}