


    .august2 {
      font-size: 16px;
      color: #666666;
	  margin-bottom:150px;
    }

    .stripper-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .stripper-card {
      text-align: left;
    }

    .stripper-card img {
      width: 100%;
      height: auto;
    }

    @media (max-width: 900px) {
      .stripper-card img {
        max-width: 184px;
      }
    }

  /* Mobile Optimized CSS */
@media only screen and (max-width: 900px) {


#august {
display:none;
}



  
/* unsure / global font styles adjusted for mobile */

.h1, .title-1st, h1 {
font-size: 3rem;
line-height: 1.2;
}

.h2 {
font-size: 3rem;
line-height: 1.2;
}

.style1 {font-size: 12px}
.style2 {font-size: 8px}
.style4 {font-size: 44px}
.style5 {
	font-size: 36px;
	font-weight: bold;
}
.style6 {font-size: 18px}
.style7 {
	color: #ff00ba;
	font-weight: bold;
}

	#wrapper2home {
		width:100%;
	}
	
	
	
/* Hamburger menu - appears on mobile */	


        #hamburger {
            position: relative;
			left:10px;
			bottom: 38px;
            width: 30px;
            height: 20px;
            cursor: pointer;
			font-size:10px;
        }

        #hamburger div {
            height: 4px;
            background: black;
            margin-bottom: 4px;
        }

#sidePanel {
   display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
    background: white;
    display: none;
    z-index:10;
	overflow: auto; /* add this line */
}

#sidePanel-content {

    padding-top: 0vh; /* adjust this value as needed */
    padding-bottom: 2vh; /* adjust this value as needed */
}


        #close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2em;
    cursor: pointer;
    color: black;
    background: transparent;
    border: none;
        }

        #searchm {
            width: 60%;
			height:50px;
            padding: 10px;
            margin-bottom: 20px;
        }
		
		nav {
    margin-left: auto;
    margin-right: auto;
}
		
		nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    text-align: center;
    margin: 10px 0;
}

		.subPanel {
    display: none;
}

/* Hamburger list styles */


        #sidePanel ul {
            /* styles for ul */
        }

        #sidePanel li {
            /* styles for li */
        }







/* middle main section content everywhere except changed unique pages as they have diff names */

#backgroundjanthree {
  background-image: url(../images/male-strippers-background-mobile.jpg);
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 194px;
	height:auto;
	max-width: 100%;
}

#bookstripper {
position:absolute;
left:90px;
bottom:10px;
	font-size:28px;
	font-family: "Franklin Gothic Heavy", arial;
	width:200px;
	font-weight:900;
	color:#FFFFFF;
}

#articlenew {
	position:relative;
	top:40px;
    margin-right: auto;
    margin-left: auto;
	padding-left: 40px;
    padding-right: 40px;
	padding-bottom:100px;
	font-size:21px;
}


}  

  /* top bits */
  
  

@media (max-width: 900px) {

/* header - no more than 900 to stay like this */


  #head23 {
	display: flex;
    flex-direction: column;
    align-items: center;
            top: 0;
            left: 0;
			height:60px;
			width:300px;
  }
  
  #logo {
  position:relative;
  height:100%;
  top:10px;
  }
  
    #logo img {
      position: relative;
      left: 170px;
      top: -2px;
      max-width: 64%;
  }

  #numnum {
    position: absolute;
    left: 20px;
    top: 6px;
    width: 180px;
    font-size:18px;
  }

  #tel {
  display:none;
  }
  
#slogan-laughter {
display:none;
}
	
	/* footers - two with contents */

#footer {
	position:relative;
	width:100%;
	height:52px;
	background:#323334;
	color:#6A71B9;
	margin: 0 auto;
}

#footer img {
width: 30%;
}


.foot1 {
display: none;
	float:left;
	width:150px;
	height:150px;
	margin-left:150px;
	text-align:left;
	padding:30px;
}

#footer2 {
	position:relative;
	width:100%;
	height:52px;
	margin: 0 auto;
	margin-bottom:50px;
}

#footermenu {
	width:100%;
	height:35px;
	position:relative;
	top:10px;
	left:0px;
	padding:0px;
	font-size:12px;
}
}

  /* disable desktop menu */

@media (max-width: 900px) {
  #menu {
      display: none;
  }
  
  /* INACTIVE UNDER HERE as disabling already done in parent menu */

}

@media (min-width: 900px) {
            #hamburger, #sidePanel {
                display: none;
            }




