html, body {

width: 100vw;
height: 100%;
font: 100%;
padding: 0;
margin: 0;

}

* {

font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
'Open Sans', 'Helvetica Neue', sans-serif;

}

/* BANNER/LOGO/MENU BUTTONS BEGINS */

.logobar {

display: block;
width: 100%;
height: 30vh;
background-color: black;
color: black;
background-image: url("/images/shellcolor.jpg");
overflow: hidden;

}

.buttons {
	
    grid-column: 1 / -1; /* Span both columns */
    grid-row: 1 / 2; /* Top row */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100%;
    gap: 0.75rem;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
    z-index: 3; /* Ensure buttons are above the background image */
	
  }
  
  .buttons button {
	  
    position: relative;
    background-color: black; 
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 12px; 
    cursor: pointer;
    overflow: hidden;
    z-index: 3;
	  
  }
  
  .buttons button::before {
	  
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%; 
    background-size: cover;
    background-position: center;
    border-radius: 12px 12px 0 0; 
	  
  }

  .booknow::before {
	  
    background-image: url("/images/deercross2.jpg");
	  
  }
  
  .instructverify::before {
	  
    background-image: url("/images/verify2.png");
	  
  }
  
  .coursemanual::before {
	  
    background-image: url("/images/coursemanual2.jpg");
	  
  }
  
  .button-text {
	  
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    color: white;
    /*-webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;*/
    text-align: center;
    justify-content: center;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 0 0 12px 12px; 
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: 1px;
    word-wrap: break-word;
	  
  }
  
  .buttons button:hover::before,
  .buttons button:hover .button-text {
    opacity: 0.8; 
  }

.locales {

font-size: 140%;
text-align: center;
font-weight: bolder;
padding-left: 15px;
padding-right: 15px;
letter-spacing: 2px;
color: white;
text-shadow: .75px .75px .75px black, 1.50px 1.50px 1.50px black;
background-color: rgba(0, 0, 0, 0.4); /* Black background with 50% opacity */

}

/* BANNER/LOGO/MENU BUTTONS ENDS */

/* BANNER/AD COPY BEGINS */

.mobileadcopy {

display: block;
width: 100vw;
height: 30vh;
background-color: black;
color: white;
margin-top: 0;
box-sizing: border-box;
text-align: justify;
text-align-last: center;
font-weight: bold;

}

.name {

font-size: 120%;
font-weight: bold;
letter-spacing: 1px;
text-shadow: .5px .5px .5px red;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
	
  }
  
.part1 {

    font-size: 100%;
    padding-left: 15px;
    padding-right: 15px;

}

.part1a {

    font-size: 75%;
    padding-bottom: 5px;

}

.part2 {

    padding-left: 15px;
    padding-right: 15px;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    letter-spacing: 1px;

}

.part2a {
    
    font-size: 75%;
	padding-bottom: 5px;

}

/* BANNER/AD COPY ENDS */

/* COURSE MALL & COURSE SELECTION/BUYBUTTON BEGINS */

#bookapalcourse {

  font-weight: bold;
  font-size: 1rem;
  z-index: 0;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: 2px;

}

.coursemall {

  display: flex; 
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 2px;
  background-color: black;
  border: 4px solid red;
  color: black;
  flex: 1; 
  overflow-y: auto;
 
}

.course1, .course2, .course3, .course4 {

font-weight: bold;
width: 300px; 
height: 100px; 
border-radius: 5px;
margin: 2px; 
padding: 2px;
box-sizing: border-box;
overflow: hidden;
align-items: center;
justify-items: center;
color: white;
text-shadow: 0.75px 0.75px 0.75px black, 1.25px 1.25px 1.25px black;
letter-spacing: .5px;

}

.course1 {

background-image: url("/images/bullet4mobile.jpg") !important;

}

.course2 {

background-image: url("/images/shell4.jpg");

}

.course3 {

background-image: url("/images/bullet3.jpg");

}

.course4 {

  background-image: url("/images/shell3.jpg");
  
  }

.datetype {

font-size: 1.15rem;
font-weight: bolder;

}

.timing {

font-size: 1rem;

}

.counter-box {

display: hidden;
	
}

.soldout {

display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
color: red;
font-size: 120%;
padding: 10px;
box-sizing: border-box;
	
}

.book1, .book2, .book3, .book4 {

display: flex;
justify-content: center;
align-items: center;
background-color: rgb(35, 47, 203);
font-size: 16px;
font-weight: 750;
color: white;
border: none;
width: 100%; /*150PX*/
height: 50px;
padding: 25px;
transition-property: background-color;
transition-duration: .5s;
box-sizing: border-box;
	

}

.book1:hover, .book2:hover, .book3:hover, .book4:hover {
    background-color: rgb(70, 90, 230);
}

.book1:active, .book2:active, .book3:active, .book4:active {
    background-color: rgb(70, 90, 230);
    color: rgb(35, 47, 203);
    transform: translateY(4px);
}

/* COURSE MALL & COURSE SELECTION/BUYBUTTON ENDS */

/* FOOTER BEGINS */

.footer-background {

  position: fixed; 
  bottom: 0;
  width: 100%;
  height: 40vh;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  text-align: center;
  background-color: black;
  background-image: url("/images/shellcolor.jpg");
  overflow: hidden;
  
  }

  .footertitle {

    color: white;
    font-size: 140%;
	font-weight:  bolder;
    letter-spacing: 2px;
	text-align: center;
    text-shadow: .75px .75px .75px black, 1.50px 1.50px 1.50px black;
	background-color: rgba(0, 0, 0, 0.4); /* Black background with 50% opacity */
    padding-bottom: 15px;

  }
  
  .buttoncontainer {
  
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    padding-left: 15px;
    padding-right: 15px;
    
  }
  
  .button {
  
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 2; /* Ensure large button is on top */
    height: 60px;
    width: 185px;
    padding: 2px;
    margin: 5px;
    background-color: black;
    border: 1px solid black;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: .5px;
    word-wrap: break-word;
    transition-property: background-color;
    transition-duration: .5s;
    box-sizing: border-box;
  
  }
  
  .button:hover {background-color: red}
  
  .button:active {
	  
    background-color: red;
    color:black;
    transform: translateY(4px);
	  
  }

   /* FOOTER ENDS */

/* General media query for iPhone SE */
 @media only screen and (min-width: 320px) and (max-width: 568px) { 
  
html, body {

    width: 100vw;
    height: 100%;
    font: 100%;
    padding: 0;
    margin: 0;
    
    }

}

@media screen and (orientation: landscape) {

    html, body {

      width: 100vw;
      height: 100%;
      font: 100%;
      padding: 0;
      margin: 0;
      
      }

      .logobar {

        width: 100%;
        height: 40vh;

      }

      .buttons {

        padding-bottom: 0;

      }

     .locales {

      width: 100%;
      font-size: 100%;
      padding-top: 0;
      padding-bottom: 0;
   
     }
      .mobileadcopy {

	 width: 100%;
     height: auto;

      }

      .coursemall {

        display: grid; 
        grid-template-columns: 1fr 1fr; /* Two equal columns */ 
        grid-template-rows: auto 1fr 1fr; /* One row for the title, two rows for the buttons */
        gap: 5px; /* Adjust the gap between buttons */ 
        justify-items: center; /* Center items horizontally */ 
        align-items: start;
        align-content: center;
        /*justify-content: space-around;*/
        height: 100vh; /* Full viewport height */ 
        flex: 1;
        overflow-y: scroll; /* Enable vertical scrolling if needed */
        /*margin-bottom: 10px;*/
        margin: 0;
        padding: 0 0 100px 0;
        /*padding-bottom: 75px;*/
        min-height: 250px; /* Set a minimum height for the buttons */ 
        max-height: 300px; /* Set a maximum height for the buttons */
       
      }

      #bookapalcourse {

        grid-column: span 2; /* Span the title across both columns */ 
        text-align: center; /* Center the title text */ 
        margin-bottom: 0px; /* Add space below the title */
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 1.5rem;

      }

      .course1, .course2, .course3, .course4 {

        width: 75%; /* Make buttons take full width of their grid cell */
        margin: 0; /* Adjust the spacing between buttons */
        padding: 0;
   
    
      }

      .footer-background {

        width: 100%;
        height: auto;

      }

      .buttoncontainer {

        display: flex; 
        flex-direction: row; 
        align-items: center; 
        justify-content: center; 
        padding-top: 5px;
        padding-bottom: 5px;

      }
  
  }