* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif, 'Times New Roman', Times, serif;
  padding-bottom: 0px;
  margin: 0;
  overflow-x: hidden;
  background-color: white;
}
.head {
  display: flex;
  margin-bottom: 3px;
  width: 98vw;
  height: 85vh;
   
}
 
.container {
  display: flex;
  width: 98vw;
  height: 80vh;
  position: relative;
  margin-top: 45px;
  margin-bottom: 12px;
}

.panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  width: 0.5px;
  border-radius: 5px;
  align-items: center;
  box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.2);
  font-weight:900;
  cursor: pointer;
  flex: 0.2;
  margin: 4px;
  position: relative;
  transition: all 700ms ease-in;
  overflow: hidden;
}

.panel h3 {
  font-size: 14px;
  position: relative;
  top: 20px;
  left: 20px;
  margin: 5px auto;
  opacity: 0;
  object-fit: fill;
  color: rgba(0, 0, 0, 0.979);
 
}

.panel.active {
  flex: 8;
  object-fit: fill;
  padding-right:12px;
  filter:brightness(150%);
  opacity: 1;
  cursor:default;
}

.panel.active h3 {
  transition: opacity 0.3s ease-in 0.5s;
  object-fit: fill;
  padding-right:12px;
  opacity: 1;
}

.panel.active .special_text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 900;
}

.p_class {
  border-radius: 5px;
  border: solid 1.5px rgb(30, 7, 238);
  text-decoration: none;
  color: black;
  background-color: white;
  width:fit-content;
  cursor: pointer;
}
 .p_class:hover {
  color: red;
 }

.span_class {
  color: darkblue;
  font-weight: 700;
}
.span_classB {
  color: darkred;
  font-weight: 700;
}

.span_class:hover, .span_classB:hover{
font-size: 14px;
color: red;
transition: all 700ms ease-out;
cursor:zoom-in;
}

.buttons {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%);
}
.btn {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  border: solid 2px rgb(0, 0, 0);
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
}
.btn:hover {
  opacity: 0.9;
  border: solid 2px rgb(30, 7, 238);
}

.btn:focus {
  border: solid 2px rgb(46, 25, 236);
  background-color: rgb(139, 131, 206);;
  outline: none;
  font-weight: 800;
} 

.btn:active {
  transform: scale(0.95);
}

.containContainerMain {
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
}
.containerMainHeading {
  color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-weight: bold;
  text-decoration-line: underline;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 24px;
}

.containerMain {
  display: flex;
  flex-direction: row;
  width: 98vw;
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
  margin-top: 18px;
  margin-left: 8px;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0 0 0 0px rgb(255, 255, 255), 
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
}
.leftDiv {
  top: 15px;
  position:relative;
  width: 0.5vw;
  z-index: 1;
}

.rightDiv {
  width: 99vw;
  margin-bottom: 4px;
  margin-left: 4px;
  padding-right: 8px;
}
.rightDivHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-weight: bold;
  text-decoration-line: underline;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}

.subContainer {
  height: 75vh; 
  width: 96vw;
  padding: 5px;
  box-shadow:
    inset 0 -3em 3em rgba(59, 4, 4, 0.7),
          0 0 0 0.5px rgb(255, 255, 255), 
          0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  display: grid;
  grid-template-columns: 1fr 2fr;

  object-fit: contain;
  padding-bottom: 5px;
  position: relative;
  opacity: 1;
}


.leftSide {
  
  position: relative;
  padding: 5px;
  margin: 3px;
  overflow: hidden;
}

.rightSide {
  padding: 5px;
  margin: 3px;
  position: relative;
  overflow: hidden;
  
}

.subContainerImages {
  width: 90%;
  height: 95%;
  top: 3%;
  left: 4px;
  position:absolute;
  margin-bottom: 8px;
}
.shortDescription {
  color: white;
  font-weight: 900;
  left: 0;
  bottom: 1%;
  position: absolute;
  font-size: 12px;
  text-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.5);


}
.shortDescription strong {
  color: black;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #FF0000, 0 0 5px #0000FF;
  font-weight: 900;
}
.description {
  color: blue;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 5px #f7f5f5;
  font-size: 20px;
  margin: 0;
  position: absolute;
  
}
.descriptionSpecial {
  color: blue;
  font-size: 12px;
  margin: 0;
  position: absolute;
  
}
.downloadButtons {
display: block;
bottom: 5%;
align-items: center;
justify-content: center;
left: 2px;
display: block;
position: absolute;
left: 25%;
}

.popup {
  display: none;
  position: absolute;
  background-image: url(../images/bible.jpeg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-color: white;
  padding: auto;
  left: 25%;
  top: 10%;
  font-weight: 900;
  height: 80%;
  width: 50%;
  box-shadow:
      inset 0 -3em 3em rgba(59, 4, 4, 0.7),
      0 0 0 0.5px rgb(255, 255, 255), 
      0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  opacity: 3;
  border-radius: 5px;
}
.closePopupDiv {
  position: relative;
}
.closePopup {
  border: rgb(74, 196, 236) solid 0.5px;
  position: absolute;
  background-color: rgb(74, 196, 236);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  position: absolute;
  right:2px;
  top: 2px;
  cursor: pointer;
}
.closePopup:hover {
  border: darkblue;
  background-color: darkblue;
}
 .popupHeaderTitle {
  margin-top: 5%;
  font-size: 120%;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  display: flex;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
  text-transform: uppercase;
  text-decoration: underline;
}
.popupChoice {
  margin-top: 3px;
  font-size: 120%;
  margin-bottom: 0;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  display: flex;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
  text-transform:capitalize; 
}
.popupContent {
  position: relative;
  margin-top: 2%;
  padding-left: 3px;
}
.popupContent span {
  font-size: 100%;
  margin-left: 20%;
  display: block;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;

}
/*popup listen*/
.popup_listen {
    display: none;
    position: absolute;
    top: 0%;
    left: 2%;
    background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 96%;
}
.popup_listen h3 {
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}

select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

audio {
    width: 100%;
    display: block;
}

.controls {
    margin-top: 20px;
    text-align: center;
}
.controls label {
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
.popup_anchor {
  text-decoration: none;
  cursor: pointer;
}
.closeBtn {
  position: absolute;
  left: 50%;
  bottom: 0.5%;
  display: flex;
  transform: translateX(-50%);
}
.btn_anchor {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: solid 2px rgb(0, 0, 0);
  padding: 3px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 3px;
  margin-left: 3px;
}

.btn_anchor:hover {
  opacity: 0.9;
  border: solid 2px rgb(30, 7, 238);
  color: rgb(30, 7, 238);
}

.btn_anchor:focus {
  border: solid 2px rgb(46, 25, 236);
  background-color: rgb(139, 131, 206);;
  outline: none;
  font-weight: 800;
} 

.btn_anchor:active {
  transform: scale(0.95);
}


.text {
  text-transform: uppercase;
}

/*place nav button*/
.nav-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.open-btn {
  position: absolute;
  top: 15px;
  left: 10px;
}
.open-btn:focus {
  outline: none;
}

.nav {
  transform: translateX(-111%); /*take it to the left beyond the viewport; make it invisible initially*/
  transition: transform 0.3s ease-in-out;
  
}

.nav.visible { 
  transform: translateX(0);
}

.nav-black {
  background-color: rgb(34, 31, 31);
  width: fit-content;/*of entire view port*/
  max-width: 276px;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0 0 0 2px rgb(255, 255, 255), 
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  transition-delay: 0.4s; /*when sliding delay by 0.4s*/
  
}

.nav-black.visible {
  transition-delay: 0s; /*should be the first when class visible is applied*/
}

.nav-blue {
  background-color: rgb(9, 130, 229);
  width: 95%;/*95% of nav-black div*/
  transition-delay: 0.2s;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0 0 0 2px rgb(255, 255, 255), 
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  
}

.nav-blue.visible {
  transition-delay: 0.2s; /*delay to show by 0.2s*/
}

.nav-color {
  background-color: #fff;
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
  width: 95%; /*95% of nav-red width*/
  padding: 40px; /*put everything in*/
  position: relative; /*close btn will be absolute*/
  transition-delay: 0s; /*be first to leave*/
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0 0 0 2px rgb(255, 255, 255), 
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  
}

.nav-color.visible {
  transition-delay: 0.4s; /*when it opens delay*/
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0.8; /*make it lighter*/
  
}
.topics {
  color: rgb(34, 31, 31);
  font-size: 14px;
  text-decoration: none; /*remove underline*/
  text-transform: uppercase;
  font-weight: 500;
  font-family: inherit;
}
.list {
  list-style-type: none; /*remove bullets*/
  padding: 0;
}

.list li {
  margin: 20px 0;
}

.list li a {
  color: rgb(34, 31, 31);
  font-size: 14px;
  text-decoration: none; /*remove underline*/
  text-transform: uppercase;
}

.list li a:hover {
color: #180ae0;
font-weight: 900;
}

.list ul {
  list-style-type: none; /*remove bullets*/
  padding-left: 20px;
}


.rightDivDiv {
  margin-bottom: 4px;
  width: 98vw;
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
  margin: 0px;
  margin-top: 20px;
  margin-left: 3px;
  padding: 20px;
  padding-top: 5px;
  
}

.rightDivP {
  text-decoration: underline;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  font-family: inherit;
  justify-content: center;
  text-shadow: 1px 1px 2px black, 0 0 25px red, 0 0 5px darkred;
}
.about_image {
  position: relative;
}
.mugo_image {
  position: absolute;
  height: 90px;
  right: 5px;
  top: 0px;
  border-radius: 50%;
}
.signature {
  font-weight: 300;
  font-size: 15px;
  text-shadow: 0 0 1px #FF0000, 0 0 3px #0000FF, 0 0 5px darkblue;
}
.rightDivH3 {
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 5px white;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
  padding: 8px;
}
.spanColored {
  color: blue;
}

/* Recommendation */
.recommend {
  margin-bottom: 50px;
}
.titleRecommend {
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
  text-transform:capitalize;
  font-size: 25px;
}
.descriptionRecommend {
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 5px #f7f5f5;
  color: blue;
  font-size: 20px;
  margin: 10px 0px;
  
}
.recommend_anchor {
  color: darkgreen;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
.recommend_anchor:hover {
  color: black;
  font-weight: 900;
  text-decoration: underline;
}


/*Top navigation menu*/
.navTop{
  background-color: #000;
  height: max-content;
  width: 98.9vw;
  position: relative;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow:
  0 0 0 0.1px rgb(145, 141, 141), 
  0.3em 0.3em 1em rgba(0, 0, 0, 0.5);
}

.links {
  display: flex; 
  color: rgb(255, 255, 255);
  padding: 14.5px 10px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif, 'Times New Roman', Times, serif;
}


.active, .links:hover {
  background-color: rgb(8, 107, 46);
}

.menu-btn {
  background-color: #000;
  color: white;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bolder;
  font-family: 'Roboto', sans-serif, 'Times New Roman', Times, serif;
  border: none;
  min-width: 110px;
}
 .menu-btn.active{
  background-color: rgb(8, 107, 46);
}

/* drop down nav bar */
.dropdown-menu {
  position: relative;
  display: inline-block;
} 
.menu-content {
  display: none;
  position: absolute;
  background-color: #017575;
  min-width: 110px;
  z-index: 1;
}
.dropdown-menu:hover .menu-content {
  display: block;
  width: 110px;
}
.dropdown-menu:hover .menu-btn {
  background-color: #3e8e41;
  
} 


/*Contact*/
/* Style inputs with type="text"  and textareas */
input[type=text], textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical; 
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 70px;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}


input[type=email] {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical; 
}

input[type=submit]:hover {
  background-color: #45a049;

}
.emailForm label {
  font-weight: 900;
}

.containContainerRightDiv {
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
  margin-left: 3px;
  margin-right: 20px;
}
.comment {
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 5px #f70404;
  padding: 8px;
}
.containerRightDiv {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  background-image: linear-gradient(45deg, rgb(228, 222, 222), red, orange, green);
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 24px;
  margin-bottom: 3px;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);
}


.containContainerRightDiv h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-weight: bold;
  text-decoration-line: underline;
  text-transform: uppercase;
  padding-top: 8px;

  text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}

/*Footer*/
.footerDiv {
  padding: 18px 0;
  width: 100vw;
  margin-left: 3px;
  box-shadow:
  inset 0 -3em 3em rgba(59, 4, 4, 0.7),/*insert shadow, negative puts it in the bottom of the div while a positive will put the shadow on top of this div*/
  0 0 0 0px rgb(255, 255, 255), /* that create a border effect*/
  0.3em 0.3em 1em rgba(0, 0, 0, 0.9);

}
/* log  */
.logo {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.footerText {
  font-weight:900;
  font-size: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-shadow: 0 0 3px #ffffff, 0 0 3px #FF0000, 0 0 5px #0000FF;
}
.footerContact {
  font-weight: 900;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #FF0000, 0 0 5px #0000FF;
}
.footerContactSpan {
  text-shadow: 0 0 9px #ffffff, 0 0 3px #FF0000, 0 0 5px gray;
}


/* Large devices (desktops) */
@media (max-width: 1200px) 
{
  .panel.active h3 {
    font-size: 14px;
    font-weight: 900;
    object-fit: fill;
  }
  .container {
    width: 98vw;
    margin-left: 2px;
    margin-right: 2px;
  }
  .panel {
    flex: 0.15;
  } 
 
  .panel.active h3 {
    font-size: 12px;
  }
  .panel.active .special_text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
  }

  .shortDescription {
    left: 0%;
    bottom: 1%;
    position: absolute;
    font-size: 10px;
    text-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.5);;
  }
  
  .description {
    color: blue;
    font-size: 20px;
    margin: 0;
    position: absolute;
   
  }
  .descriptionSpecial {
    color: blue;
    font-size: 11px;
    margin: 0;
    position: absolute;
    
  }
}


/* Large devices (desktops) */
@media (max-width: 1024px) /*this will take effect only if it is under 480px ie on small screens*/
{
  .panel.active h3 {
    font-size: 14px;
    font-weight: 900;
    object-fit: fill;
  }
  .container {
    width: 100vw;
    
  }
 
  .panel {
    flex: 0.1;
  }
  .panel.active h3 {
    font-size: 10px;
  }
  .panel.active .special_text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 900;
  }
  .panel.active .moreSpecialText {
    font-size: 10px;
  }
    
  .shortDescription {
    left: 0%;
    bottom: 1%;
    
    font-size: 9.5px;
    text-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.5);;
  }

  .description {
    color: blue;
    font-size: 18px;
    margin: 0;
    position: absolute;
    
  }
  .descriptionSpecial {
    color: blue;
    font-size: 9px;
    margin: 0;
    position: absolute;
    
  }

}


/* Medium devices (tablets) */
@media (max-width: 768px) { 
  .description {
    font-size: 14px;
  }


}


/* Small devices (phones) */
@media (max-width: 480px) {
  .description {
    font-size: 12px;
  }
  .links {
  display: flex; 
  /* display: inline-block; */
  color: rgb(255, 255, 255);
  padding: 10px 8px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif, 'Times New Roman', Times, serif;
}
  

}




