/*Global styles
-------------------------*/
html
/* border box fix */

{box-sizing: border-box;}
*, *:before *::after {box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0px;
  background: rgb(0, 0, 0);
  background-repeat:no-repeat;
  background-position: center;

  font-family: 'New Tegomin', serif;
  color:#e0e0e0;

}
h1,h2,h3,h4,h5 {
  font-family: 'New Tegomin', serif;
                color:#e0e0e0;
}

h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}


p {color:#e0e0e0;
  font-family: 'New Tegomin', serif;
  font-size: 18px;
}


/* Header and Footer
------------------------*/
.bio-image {
  position: relative;
  display: flex;
  padding: 30px 0px 0px 0px;

}

 .bio-image img {
  justify-content: center;
  margin: 0 auto;


}

.content-wrap {
  position: relative;
  margin: 0 auto;
  width: 1050px;
  min-width: 800px;
  border-radius: 10px;
   /*border: 1px solid red;*/
}



.content-display {
max-height: 750px;
background-color: #000000;
padding: 40px 60px 40px 60px;
overflow: active;
}
.content-fadeout {
    position: absolute;
    display: inline;
    border-radius: 25px;
    margin-top: -650px;
    margin-left: 60px;
    width: 400px;
    padding: 12px;
    background-color: #fff;
    opacity: 0.9;
    z-index: 1;

}


.bg-mirror {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  margin-top: -670px; /* Half the height */
  margin-left: -950px; /* Half the width */
}

.bg-mirror img {
  border-radius: 15px;

}

.home-quote {
  position: relative;
  display: inline-block;
  text-align: center;
  float:left;
  z-index: 2;
}

.home-quote h2 {
  color: black;
}

.feature-content-fadeout {
    position: absolute;
    display: inline;
    border-radius: 25px;
    margin-top: 240px;
    margin-left: -650px;
    width: 620px;
    padding: 12px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    z-index: 1;

}

.feature {
  position: relative;
  display: inline-block;
  text-align: center;
  float:left;
  z-index: 2;
}

.feature h2 {

  color: rgb(255, 255, 255);
}


.feature a {

  color: rgb(255, 255, 255);
}

.header {

  display: flex;
  justify-content:space-evenly;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 5px;

}


.header a.logo {
  font-size: 25px;
  font-weight: bold;
}


.main-content {
  margin: auto;
  width: 1050px;
}

.martyr-image {
  display: inline-block;
  padding: 30px 20px 10px 10px;


}
.martyr-detail {
  position: absolute;
  width: 400px;
  margin: 320px auto auto -540px;
}
.martyr-detail a {
  color: #fff;
}
.martyr-summary {
  position: absolute;
  margin: 320px 30px auto 450px;
}

.menu_bar {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-around;
  margin: 0;
}

.menu_bar a {
  color: black;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.menu_bar a:hover {
  background-color: #ddd;
  color: black;
}

.menu_bar a.active {
  background-color: dodgerblue;
  color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  padding: 12px;
}

.dropbtn {
  color: black;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  padding-top: 5px;
  top: 47px;
  z-index: 9999;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ddd;}


.container {
  margin: auto;
  padding: 20px;

  background-color: black;
}

.row {

  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: auto;
  min-height: 400px;
}

.col {
  flex: 1;
  padding: 10px;
}

.thumb {
  display: block;
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #f1f1f1;
  cursor: pointer;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  font-size: 50px;
  font-weight: bold;
  color: #f1f1f1;
  cursor: pointer;
  z-index: 1;
}

.next {
  right: 0;
}

@media screen and (max-width: 600px) {
  .col {
    flex-basis: 50%;
  }
}

.page-title {
  position:relative ;
  background-color: rgba(32, 30, 30, 0.9) ;
  width: 1050px;
  height: 80px;
  margin-top: -35px;
}

.page-title h1 {
  color: #fff;
  font-size: 50px;
  padding-top: 2px;
  text-align: center;


}

.present-display {
  position: relative;
  margin-top: 80px;
  display:flex;
  justify-content:space-around;
  height: 480px;
  padding: 0px 10px 10px 10px;
  background-color: rgba(0,0,0,0.80);


}


.present-display-martyr {
  position: relative;
  margin-top: 0px;
  display:flex;
  justify-content:space-around;
  height: 630px;
  padding: 0px 10px 10px 0px;
  background-color: rgba(0,0,0,0.80);

}

.present-display-bio {
  position: relative;
  display: block;
  margin-top: 40px;
  justify-content:space-around;
  padding: 10px 20px 10px 20px;
  background-color: rgba(0,0,0,0.80);
  z-index: 999;

}
.present-display-bio a {
  color: rgb(255, 255, 255);
  padding: 12px;

  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.present-display-romy {
  position: relative;
  display: flex;
  width:429px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-top: -20px;
  margin-left: 0px;
  padding: 0px 0px 10px 5px;



}



.present-poster {

  display: flex;
  margin: 60px 10px auto -25px;
  height: 250px;


}

.present-title {
  position: absolute;
  text-align: center;
  margin: 285px auto auto -20px;



}

.present-title a h2 {

 }
.present-1 {
  display: flex;
  width: 200px;


}

.present-1 img {
  max-height: 250px;

}


.present-1 a {
  text-decoration: none;

}

.present-2 {
  display: flex;
  width: 200px;
}


.present-2 a {
  text-decoration: none;

}
.present-2 img {
  max-height: 250px;

}

.present-3 {
  display: flex;
  width: 200px;


}

.present-3 a {
  text-decoration: none;

}
.present-3 img {
  max-height: 250px;

}


.romy-present{

  padding: 5px 5px 5px 5px;

}

.romy-present h5 a {
  color: #fff;


}

.typewriter {
  position: relative;


  }

  .typewriter img {
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-width: 1050px;
    max-height: 766px;


  }

  .typewriter-bg img {
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-width: 1050px;
    max-height: 766px;
    z-index: -1;


  }


  .typewriter-bg {
    position: absolute;

  }

  .romy-bg {
    position: absolute;

  }

  .romy-bg img {
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-width: 1050px;
    max-height: 800px;

  }


  .sltdo-bg {
    position: absolute;

  }

  .sltdo-bg img {
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-width: 1050px;
    max-height: 800px;

  }

  .sltdo-display{
  position: relative;
  display: flex;
  width:750px;
  height:800px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 20px auto ;
  padding: 0px 10px 10px 5px;
  background-color: rgba(0,0,0,0.80);
  overflow: auto;


  }

  .sltdo-present {
    padding: 5px 5px 5px 5px;


  }

  .sltdo-present h4 {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .menu_bar  {
    flex-direction: column;
  }


@media screen and (max-width: 500px) {
    .header  {
      flex-direction: column;
    }

@media screen and (max-width: 500px) {
      .header .leds_title img{
        width: 320px;
        float: left;
    }

@media screen and (max-width: 500px) {
      .content-fadeout{
        display:flex;
        margin-left: 0px;
        max-width: 320px;
    }
@media screen and (max-width: 500px) {
      .feature-content-fadeout{
        display:flex;
        margin-left: 0px;
        max-width: 320px;
    }


.logo {
  display: inline-block;
  position: relative;
  float:left;
  padding-left: 100px;
  z-index: 1;


}

.logo img {
  margin-left:-10px;

}

.leds_title {
  max-width: 100%;

}

.leds_title img{
  display: block;
  margin: 0 auto;

}
