body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
  background-image: url("../img/bg_big.jpg");
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.container {
  min-height: 400px;
  height: 100%;
}

.text {
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  min-height: 800px;
  padding-top: 15px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.main_container {
  background: rgba(0, 0, 0, 0.8);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 400px;
  height: 100%;
    opacity:0;
    opacity: 1 \9; /*just in case ie*/
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      animation-delay: 1.5s;

    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    animation-duration:2s;
}

.slogan {
  padding-top: 10%;
  font-size: 50px;
  text-align: center;
  font-family: "UnifrakturCook"; 
  color: #d8d7c5;
    text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}

.slogan_text {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;

  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;

}

td.date {
  text-align: left;
  width: 100px;
  border-top: 1px solid white;
  vertical-align: top;
  text-align: left;
}

td.db_text {
  text-align: left;
  width: auto;
  min-width: 150px;
  border-top: 1px solid white;
  padding-left: 10px;

}

.poster {
    max-width: 800px;
    margin: 10px;
}

table.calendar {
  margin-left: auto;
  margin-right: auto;
}

table.member {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: 1px solid white;
}


.row {
  max-width: inherit;
  min-width: 100px;
  margin-left: 15px!important;
  margin-right: 15px!important;
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid white;
  text-align: left;
  font-size: 18px;
}

IMG.main_logo {
    display: block;
    margin: auto;
}

.enter_inner_div {
  padding-top: 15%;
}

.a_enter {
  width: 300px;
}
.enter {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  background: #444;
  background-image: -webkit-linear-gradient(top, #444, #171717);
  background-image: -moz-linear-gradient(top, #444, #171717);
  background-image: -ms-linear-gradient(top, #444, #171717);
  background-image: -o-linear-gradient(top, #444, #171717);
  background-image: linear-gradient(to bottom, #444, #171717);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 35px;
  padding: 10px 20px 10px 20px;
  border: solid #b83b3b 2px;
  text-decoration: none;
}

.enter:hover {
  background: #171717;
  background-image: -webkit-linear-gradient(top, #171717, #444);
  background-image: -moz-linear-gradient(top, #171717, #444);
  background-image: -ms-linear-gradient(top, #171717, #444);
  background-image: -o-linear-gradient(top, #171717, #444);
  background-image: linear-gradient(to bottom, #171717, #444);
  text-decoration: none;
}

.enter img {
  position: relative;
}

.enter_text {
  position: absolute;
}

a {
  text-decoration: none!important;
}


.album_block {
    margin-bottom: 10px;
    min-height: 305px;
}
.album_block .img {}
.album_block .img .album_tbl {
  margin: auto;}
.album_block .img .album_tbl td.poster {}
.album_block .img .album_tbl td.poster a.pphoto {}
.album_block .img .album_tbl td.poster a.pphoto img {
  object-fit: cover;
  width: 250px;
  height: 300px;
}

.member_photo {
    object-fit: cover;
    max-width: 200px;
    height: 300px;
    margin: 5px;
}

.member_info {
    padding-left: 10px;
}

.title_text {
  border-bottom: 1px solid white;
}

.About {
  font-size: 18px;
}

.bottom_row {
  text-align: right;
  padding-top: 150px;
}

div.userphoto img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.footer_links {
  width: 100%;
  border-top: 1px solid white;
  padding-top: 10px;
  margin-left: 0px;

}
