/* page setup */
html {
  background-color: #982f2f;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a52a2a' fill-opacity='0.69' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  
}

body {
  font-size: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #a52a2a;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 10 12c1.67 0 3.182-.683 4.27-1.785A5.998 5.998 0 0 0 14 12h2a4 4 0 0 1 4-4V6c-1.67 0-3.182.683-4.27 1.785C15.905 7.22 16 6.622 16 6c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 20 6V4a4 4 0 0 1-4-4h-2c0 .622.095 1.221.27 1.785A5.982 5.982 0 0 0 10 0C8.33 0 6.818.683 5.73 1.785 5.905 1.22 6 .622 6 0H4a4 4 0 0 1-4 4v2c1.67 0 3.182.683 4.27 1.785A5.998 5.998 0 0 1 4 6c0-.622.095-1.221.27-1.785A5.982 5.982 0 0 1 0 6v2a4 4 0 0 1 4 4h2zm-4 0a2 2 0 0 0-2-2v2h2zm16 0a2 2 0 0 1 2-2v2h-2zM0 2a2 2 0 0 0 2-2H0v2zm20 0a2 2 0 0 1-2-2h2v2zm-10 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='%23800000' fill-opacity='0.46' fill-rule='evenodd'/%3E%3C/svg%3E");
  border: grey 2px groove;
box-shadow: 0px 10px 13px -7px #000000, 4px 19px 25px -15px rgba(0, 0, 0, 0);
}

/*for mobile*/
@media only screen and (min-width: 1280px) {
 body {
  margin: 4vh  12vw !important;
  }
}

/*no border on mobile*/
@media only screen and (max-width: 768px) {
  body {
    border: none;
  }
  }

@media only screen and (min-width: 768px) {
  ul.sitenav li {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

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

* {
  scrollbar-color: black #a52a2a;
}


/*header*/

header {
  height: 200px;
  position: relative;

}

.banner {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.logo {
  position: absolute;
  object-fit: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/*sitenav*/

#sitenav {
  padding: 5px 0px 7px 0px;
  height: max-content;
  box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
  border-bottom: grey 5px groove;
  background-color: black;
  border-top: 12px solid #a52a2a;
}

ul.sitenav {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

ul.sitenav li {
  display: inline-block;
  overflow: visible;
}

ul.sitenav li a:hover {
  color: #a52a2a;
  background-color: white;
}

ul.sitenav li a {
  font-family: "Times New Roman", Times, serif;
  font-size: 3vw;
  letter-spacing: 0.1rem;
  font-weight: 400;
  background-color: rgb(170, 170, 170);
  text-justify: inter-word;
  color: black;
  text-decoration: none;
  margin-left: 2px;
}

ul.sitenav li a.page {
  background-color: #a52a2a;
  color: white;
}



/*for mobile*/
@media only screen and (max-width: 768px) {
  ul.sitenav li {
    margin-bottom: 12px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  ul.sitenav li a {
    padding: 8px;
  }
}

/*for desktop*/

@media only screen and (min-width: 768px) {
  ul.sitenav li {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  ul.sitenav li a {
    font-size: 1.2rem;
    padding: 6px 8px;
  }
}

/*music*/

.music {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
margin: 20px 0px;
  background-color: black;
  border: #a62c28 2px groove;
  box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
}

.music p {
  color: white;
  font-size: 0.5rem;
  margin-left: 50px;
}

/*for mobile*/
@media only screen and (max-width: 768px) {
  .music p { 
    text-align: center;}
  }

/*class of images*/

.galleryclass {
  color: white;
  border-color: #a62c28;
  background-color: black;
  border-style: groove;
  border-width: 2px;
  line-height: 1rem;
  font-weight: lighter;
  font-size: 0.8rem !important;
  text-align: center;
  box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  margin-top: 20px;
  margin: 15px;
}

/*about this page*/

.aboutcontainer {
  width: 90%;
}

.about {
  margin: 1em;
  background-color: black;
  color: white;
  box-sizing: border-box;
  overflow: scroll;
  width: 95%;
  height: 240px;
  justify-content: center;
  text-align: left;
  padding-bottom: 3px;
  padding-top: 3px;
  border: #852320 0.1em groove;
  box-shadow: 0px 10px 13px -7px #000000, 4px 19px 25px -15px rgba(0, 0, 0, 0);
}

.about p {
  margin-right: 0.75em;
  margin-left: 2%;
  padding: 20px;
  text-align: justify;
  text-justify: inter-word;
  color: white;
  font-size: 1em;
  font-family: georgia, "times new roman", serif;
}

.about h2 {
  color: white;
  font-weight: bolder;
  font-family: monospace, consolas, sans-serif;
  background-color: brown;
  font-size: 0.8em;
}

.tabs {
  width: 50%;
  max-width: 100%;
  display: inline-block;
  margin: 20px;
  
}

/*for mobile*/
@media only screen and (max-width: 720px) {
  .tabs {
  width: 100%;
   }
 }


.tabs input {
  opacity: 0;
}

.tabs label {
  cursor: pointer;
  background-color: rgb(170, 170, 170);
  color: black;
/*  border-radius: 5px 5px 0 0;*/
  padding: 5px 5px;
  float: left;
  margin-right: 2px;
  font: italic 1em cambria;
  box-shadow: 0px 10px 13px -7px #000000, 4px 19px 25px -15px rgba(0, 0, 0, 0);
}

.tabs label:hover {
  background: -webkit-linear-gradient(#777, #666);
}

.tabs input:checked + label {
  background: #fff;
  color: #333;
}

.tabs input:nth-of-type(1):checked ~ .panels .panel:first-child,
.tabs input:nth-of-type(2):checked ~ .panels .panel:nth-child(2),
.tabs input:nth-of-type(3):checked ~ .panels .panel:nth-child(3),
.tabs input:nth-of-type(4):checked ~ .panels .panel:last-child {
  opacity: 1;
}

.panels {
  padding: 20px;
  float: left;
  clear: both;
  position: relative;
  border-radius: 0 10px 10px 10px;
  background-color: black;
  color: white;
  box-sizing: border-box;
  overflow: scroll;
  width: 100%;
  height: 400px;
  justify-content: center;
  text-align: left;
  padding-bottom: 3px;
  padding-top: 3px;
  border: #852320 0.1em groove;
  box-shadow: 0px 10px 13px -7px #000000, 4px 19px 25px -15px rgba(0, 0, 0, 0);
}

.panel {
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  width: 80%;
  margin: 7%;
}

.panel p {
  margin-left: 1rem;
}

.panel ul {
  color: white;
}

.panel a:link {
  color: goldenrod;
}

.panel a:hover {
  color: white !important;
}
.panel a:visited {
  color: goldenrod;
}


 /*mobile text*/
 @media only screen and (max-width: 768px) {
 .panels {
  width: 100%;
 }
  }

 @media only screen and (max-width: 768px) {
  .panels p {
   margin: 10px;
  }
   }

   @media only screen and (max-width: 768px) {
    .panel  {
     margin: 10px;
    }
     }


     @media only screen and (max-width: 768px) {
      .tabs  {
       margin: 10px;
      }
       }
    

.panel h2 {
  margin: 0;
  font-family: Arial;
  margin-left: 1rem;
}

/* galeria */

.responsive {
  padding: 0;
display: inline-block;
width: 16%;
}

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



/*image previews*/
.card2 {
    border: 2px ridge brown;
    background-color: #d2d9db;
    margin: 2px 5px;
    box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
    border-radius: 4px;
}

div.card2 {
  border: 2px ridge brown;
  background-color: brown;
  margin: 2px 5px;
  box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
  border-radius: 4px;
}


div.og {
  border: 1px red solid;
}


div.card2:hover {
  background-color: white;
  color: black;
}

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

.close {
  font-size: 6vh;
  padding: 0;
  color: rgb(179, 179, 179);
  font-weight: lighter;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 92%;
  z-index: 1;
}

.desc {
  padding: 2px 6px 6px 6px;
  text-align: center;
  font-family: monospace, Geneva, Verdana, sans-serif;
  font-size: 0.5em;
}

.desc em {
  text-align: center;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif, georgia, "times new roman", serif;
font-size: 1.25em;
font-weight: bold;
color: #852320;
word-wrap: break-word;
}


.descpop {
  overflow: hidden;
}

div.descpop a {
  color: sienna;
}
div.descpop hr {
  border-top: rgb(226, 226, 226) 1px solid;
  border-bottom: 1px solid black;
}
div.descpop p,
ul {
  margin-right: 5%;
  color: #313131;
  font-size: 1.2rem;
  text-align: left;
  margin-left: 2%;
}

div.descpop p.quote {
  margin-right: 5%;
  color: #313131;
  font-size: 1rem;
  font-weight: lighter;
  text-align: left;
  margin-left: 2%;
  padding: 20px;
  border-left: 2px solid #313131;
}


div.descpop p.quote:before {
  content: "\❝";
  font-size:larger;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 10px;
  color: #313131;
}

div.descpop p.quote:after {
  content: "\❞";
  font-size:larger;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 10px;
    color: #313131;
}

div.descpop h1 {
  color: #313131;
  text-shadow: none;
  font-weight: bolder;
  font-size: 1.8rem;
  border: none;
  box-shadow: none;
  padding: 1vw;
  margin: 0;
  background-color: rgb(228, 228, 228);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif,
    georgia, "times new roman", serif;
}
div.gallerylabel {
  color: #313131;
  font-family: monospace, "Courier New", Courier;
  font-size: 0.9rem;
  box-shadow: none;
  margin-left: 4%;
  margin-right: 30%;
  padding-top: 10px;
  padding: 20px;
  margin-top: 10px;
  display: block;
  background-color: rgb(228, 228, 228);
  text-align: right;
  line-height: 1.1rem;
}

div.gallerylabel strong {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif,
    georgia, "times new roman", serif;
  font-size: 1.2rem;
  font-weight: bolder;
}

.descpop img {
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  max-width: 100%;
  width: max-content;
}

/*for mobile*/
@media only screen and (max-width: 768px) {
  .descpop img {
    margin-bottom: 12px;
    margin-top: 0;
  }
}

div.comment {
  width: 80%;
  margin: 0;
  margin-left: 2%;
  padding: 20px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif,
    georgia, "times new roman", serif;
  background-color: rgb(228, 228, 228);

}

/*for desktop*/

@media only screen and (min-width: 768px) {
  div.comment {
    width: 40%;
    justify-content: center;
    padding: 0;
    margin: 0 30%;
  }
}



div.comment img {
  display: inline;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-top:0;
  max-width: 100%;
  width: max-content;
}

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

/*hides checkbox*/
.popupinput {
  opacity: 0;
  position: absolute;
  pointer-events: none;

}

/*displays the content when the thumbnail is clicked*/
input.popupinput[type="checkbox"]:checked + .modal {
  display: block;
}

/*hides the background content on default*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 9991;
  font-size: 14px;
}

/*overlays the screen outside the content*/
.modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(228, 228, 228);
  z-index: 3;
  border-radius: 6px;
  max-height: 80%;
  overflow: auto;
}
/*allows clicking outside to return to the background*/

label.outclickhide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}



.close {
  font-size: 6vh;
  padding: 0;
  color: rgb(179, 179, 179);
  font-weight: lighter;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 92%;
  z-index: 1;
}

.gallerycontainer {
  margin: 0;
  padding-left: 2vw;
}




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

article.pagenav {
width: 33%;
}
@media only screen and (max-width: 768px) {
    article.pagenav {
      width: 100%;
  }
   }

#pagenav {
  bottom: 0;
  overflow: visible;
  color: white;
  border-color: #a62c28;
  background-color: black;
  border-style: groove;
  border-width: 2px;
  font-weight: lighter;
  font-size: 1.4rem !important;
  text-align: center !important;
  box-shadow: 0px 5px 7px -3px #000000, 4px 9px 7px -5px rgba(0, 0, 0, 0);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin: 50px;
  padding: 4px;
}
.navaboutflx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.pagenav {
  color: white;
  font-weight: lighter;
  font-size: 1.4rem !important;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

div.pagenav a {
  color: goldenrod;
}

div.pagenav a:hover {
  color: white;
}

div.pagenav ul {
  font-weight: lighter;
  font-size: 1.4rem !important;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: white;
}

#pagenav ul {
  margin: 10px;
  padding: 0;
}

#pagenav li {
  display: block;
  padding: 4px;
}
/*
#pagenav li a {
  text-decoration: none;
  color: goldenrod;
} */

#pagenav li::after {
  content: "│";
  color: gray;
}

#pagenav li::before {
  content: "│";
  color: gray;
}

/*copyright*/

footer {
  padding: 1em;
  font-size: 8px;
  color: white;
  text-align: center;
  margin-top: 80px;
  z-index: 2;
  position: relative;
}

footer a:link {
  color: goldenrod;
}

footer a:hover {
  color: white !important;
}
footer a:visited {
  color: goldenrod;
}

.construction {
  display: block;
  margin-left: auto;
  margin-right: auto;
max-width: 100px;
height: auto;
}