/* Navigation button styles */
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    top:0px;
    font-family: 'functionregular', Arial, sans-serif;
    }
@font-face {
      font-family: 'Impact';
      src: url('../_assets/_font/Impact.ttf') format('ttf');
           /*url('fonts/MyCustomFont.woff') format('woff');*/
      font-weight: thin;
      font-style: normal;
    }
@font-face {
font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: italic;
}
@font-face{
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
}
@font-face{
    font-family: "proxima-nova", sans-serif;
font-weight: 100;
font-style: normal;
}
.active {
  color:  #b0e8f6 !important;
  /*background-color: rgba(50, 180, 215, .1);*/

}
 /* Hamburger menu styles */
        .hamburger-btn {
            display: none;
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 2199;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 10px;
        }
        
        .hamburger-btn .hamburger-icon {
            display: block;
            width: 30px;
            height: 3px;
            background: #000;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .hamburger-btn .hamburger-icon:before,
        .hamburger-btn .hamburger-icon:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 3px;
            background: #000;
            transition: all 0.3s ease;
        }
        
        .hamburger-btn .hamburger-icon:before {
            top: -8px;
        }
        
        .hamburger-btn .hamburger-icon:after {
            top: 8px;
        }
        
        .hamburger-btn.active .hamburger-icon {
            background: transparent;
        }
        
        .hamburger-btn.active .hamburger-icon:before {
            transform: rotate(45deg);
            top: 0;
        }
        
        .hamburger-btn.active .hamburger-icon:after {
            transform: rotate(-45deg);
            top: 0;
        }
@media (max-width: 992px) {
            .hamburger-btn {
                display: block;
                z-index: 2008;
            }
            
         }
 .sidebar-left {
            transition: transform 0.3s ease;
        }
        
.sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 999;
            display: none;
        }
@media (max-width: 992px) {
            .hamburger-btn {
                display: block;
                
                
            }
            
.sidebar-left {
                position: fixed;
                z-index: 2009;
                transform: translateX(-100%);
                height: 100vh;
                overflow-y: auto;
            }
            
.sidebar-left.active {
                transform: translateX(0);
            }
            
.content {
                margin-left: 0 !important;
                
            }
        }
.purple {
  position: relative;
  width: 100vw;
  height: 100vh; /* Full height of the viewport */
  overflow: hidden;
}

/* Logo Styles */
.logo {
 /* position: fixed;
    width: 100vw;*/
  top: 0px;  /*Adjust this value based on the height of your toggle bar */
  /*left: 100%;
  transform: translateX(-50%);
  text-align: center;*/
  z-index: 2009; /* Ensure it's above other elements */
}

.logo img {
  max-width: 40%; /* Adjust as needed */
}

.full-width-img {
  width: 100%;
  height: auto; /* maintains aspect ratio */
}
/* Additional styling for the purple container */
.purple {
  /*background-color: purple;  Or your specific purple color */
  padding: 6px 0; /* Adjust as needed */
}
.sidebar-left {
      position: fixed;
            top: 5px;
            left: 0;
            width: 364px; /* Sidebar width */
            height: 100vh; /* Full viewport height */
            background-color: white;/* Dark background */
            color: white;
            padding: 4px;
            z-index: 2009;
            opacity: 1;
    overflow-y: auto;
    }

 .sidebar-left a {
            color: #909090;
            padding: 10px 10px;
            font-size: 18px;
            display: block;
            text-decoration: none;
        }
.sidebar-left.active {
                transform: translateX(0);
            }
 .sidebar-left a:hover {
            color: #b0e8f6;
        }
.sidebar-logo{
    
    margin-top: 24px;
    margin-bottom: 96px;
} 
.no-pointer {
  cursor: default !important; /* Remove pointer cursor */
}
.mLft{
          margin-left: 18%;
      }
.mLft2{
          margin-left: 24%;
      }
      
.subMenu{ 
    top: 0px;
    background-color: darkgoldenrod;
   
}

.no-pointer {
  cursor: default !important; /* Remove pointer cursor */
}      
.pad{
          /*margin-top: 18%;*/
          margin-left: 12%;
      }
.jDown{
          margin-top: 18%;
          margin-bottom: 24%;
      }
.icon-container a {
  color: #909090; /* Default icon color */
  transition: color 0.3s ease; /* Smooth color transition */
}

.icon-container a:hover {
  color: #b0e8f6; /* Change color on hover */
}
.content {
        position: absolute;
    display:block;
    top: 0;
    margin-top: 20px;
    padding-top:20px;
    margin-left: 364px;
    width: calc(100% - 364px);
     /* background-color: blue;*/
      max-width: 100%;
      height: 100vh;
      
    }

.headER{
	background-color:white;
	width:628px;
	text-align:center;
	font-size:2.3em;
	margin:0 auto;
	border-bottom: thick solid rgba(176,232,246,0.60);
	
	
	}

.hDer{
		padding-bottom:20px;
		 font: proxima-nova;
    color: black; /* Default icon color */
    opacity:0.7;
    text-align: center;
		
		}
.hDer a{
	
text-decoration: none;
color: black; /* Default icon color */
    opacity:0.7;
		
		
		}

.header-image{
    position: relative;
    margin:0 auto;
	padding-top: 0%;
    padding-bottom: 8px;
	/*background-color: rgba(235,235,235,0.0);*/
	border-top: medium solid rgba(148,144,144,0.0);
	
	
	}



.header-imagesm{
	padding-top: 0%;
    padding-bottom: 8px;
	background-color: rgba(235,235,235,0.0);
	border-top: medium solid rgba(148,144,144,0.0);
	
	
	}
.slogan p{
	font-family: 'Bad Script', cursive;
	font-size: .42em;
	padding-bottom: 2%;
			
		}

.myQuoate{
    font-family: 'Bad Script', cursive;
    font-size: .52em;
    font-weight: 400;
    font-style: normal;
    color:#000;
}
.wrap{
			width:628px;
			text-align:center;
			margin:0 auto;
			/*background-color:green;*/
			
			
			}
.wrap .entry{
	position:relative;
	align-content:center;
	padding-top:2%;
	padding-bottom:2%;
	/*background-color:blue;*/
	
	}
.dateP {
  position: relative;
  text-align: center;
    color: rgba(153,153,153,1.00);
  font: "Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "Verdana", sans-serif;
	font-size: .90em;
	text-decoration: none;
}

.dateP::before,
.dateP::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40%; /* Adjust the width of the lines */
  height: 0.8px; /* Adjust the thickness of the lines */
  background-color:grey /* Color of the lines */
}

.dateP::before {
  left: 0;
  transform: translateY(-50%);
}

.dateP::after {
  right: 0;
  transform: translateY(-50%);
}
.dateP a{
	color: rgba(153,153,153,1.00);
	text-decoration: none;
}
.dateP a:hover{
	color: rgba(14,196,227,1.00);
	text-decoration: none;
}

.dateHR{
	
	 border-top: thin solid rgba(187,187,187,0.50);

}
.blurb{
	
	font-size:.95em;
    font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
    color: #999999;
}
.blurb{
	padding-bottom:4%;
	}
.ptPhoto img{
	border: thin solid rgba(187,187,187,0.40);
	padding: 2%;
	margin-top: 1%;
	
	}
.ptPhotoless img{
	margin: 2%;
-moz-box-shadow: 2px 4px 1px 1px rgba(192, 185, 185, 0.20);
    -webkit-box-shadow: 2px 4px 1px 1px rgba(192, 185, 185, 0.20);
    box-shadow: 2px 4px 1px 1px rgba(192, 185, 185, 0.20);
	}
.pHeader{
	padding-top:0%;
	padding-bottom:4%;
	
	}
.pHeader h2{
	text-decoration: none;
	font-size: .96em;
	color: rgba(67,66,66,1.00);
	text-align: center;
	display: inline-block;
	letter-spacing: .2em;	
	
	}
.pHeader a{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;	    
	text-decoration: none;
	font-size: .96em;
	color: #999999;
	text-align: center;
	display: inline-block;
	letter-spacing: .2em;
    
	}
video{
		width:600px;
	
		}
 .ptWord {
	width: 600px;
	border: thick solid rgba(246,3,7,1.00);
	background-color:rgba(203,201,201,0.08);
	-moz-box-shadow: 2px 2px 1px 1px rgba(192, 185, 185, 0.14);
    -webkit-box-shadow: 2px 2px 1px 1px rgba(192, 185, 185, 0.14);
    box-shadow: 2px 2px 1px 1px rgba(192, 185, 185, 0.14);
	padding-top: 4%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 4%;
	margin-top: 1%;
	font-size: 1.8em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}
.ptWordless {
	width:600px;
	padding-top: 4%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 4%;
	margin-top: 1%;
	font-size: 1.8em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}
.pageEnder{
    position: relative;
    bottom: -100px;
    width: calc(100% - 364px);
    text-align: center;
    font-size: 0.582em;
    color: dimgrey;
}


/*--------------------------------------------992---------------------------------------------------*/
@media (max-width: 992px) {
    .pageEnder{
    position: relative;
    bottom: -20px;
    width:100vw;
    text-align: center;
    font-size: 0.568em;
   
}
  .contentsm{
    position: relative;
    display:block;
    top: 60px;
    margin: 0 auto;
    padding-top:30px;
    width: 100vw;
      max-width: 100%;
      height: 100vh;
    overflow-y: auto;
    
}  
.myQuoatesm{
   font-family: 'Bad Script', cursive;
	font-size: .42em;
	padding-bottom: 2%;
    font-weight: 300;
    font-style: normal;
    color:#909090;
}
.wrapsm{
			width:100%;
			text-align:center;
			margin:0 auto;
            overflow-y: auto;
			/*background-color:green;*/
			
			
			}    
    
   .headERsm{
	background-color:white;
	width:100vw;
	text-align:center;
	font-size:2.3em;
	margin:0 auto;
	border-bottom: thick solid rgba(176,232,246,0.60);
	
	
	}

.hDersm{
		padding-bottom:20px;
		color:#909090;
    text-align: center;
		
		}
    .slogan p{
	font-family: 'Bad Script', cursive;
	font-size: .42em;
	padding-bottom: 2%;
			
		}
.hDersm a{
	
text-decoration: none;
color:rgba(0,0,0,1.00);
		
		
		} 
    .pageEnder{
    position: absolute;
    bottom: -100px;
    width: calc(100% - 364px);
    text-align: center;
    font-size: 0.582em;
    color: dimgrey;
}
    .pageEnder{
        position: relative;
    bottom: -20px;
    width: 100vw;
    text-align: center;
    font-size: 0.568em;
}
    
}



/*--------------------------------------------576---------------------------------------------------*/
@media (max-width: 576px) {
    
.pageEnder{
    position: relative;
    bottom: -20px;
    width:100vw;
    text-align: center;
    font-size: 0.568em;
   
}
  .contentsm{
    position: relative;
    display:block;
    top: 0px;
    margin: 0 auto;
    padding-top:0px;
    width: 100vw;
      max-width: 100%;
      height: 100vh;
    overflow-y: auto;
    
}  
.myQuoatesm{
   font-family: 'Bad Script', cursive;
	font-size: .42em;
	padding-bottom: 2%;
    font-weight: 300;
    font-style: normal;
    color:#909090;
}
.wrapsm{
			width:100vw;
    height: auto;
			text-align:center;
			margin:0 auto;
            overflow-y: auto;
			/*background-color:green;*/
			
			
			}    
    
   .headERsm{
	background-color:white;
	width:100vw;
	text-align:center;
	font-size:2.3em;
	margin:0 auto;
	border-bottom: thick solid rgba(176,232,246,0.60);
	
	
	}

.hDersm{
		padding-bottom:20px;
		color:#909090;
    text-align: center;
		
		}
    .slogan p{
	font-family: 'Bad Script', cursive;
	font-size: .42em;
	padding-bottom: 2%;
			
		}
.hDersm a{
	
text-decoration: none;
color:rgba(0,0,0,1.00);
		
		
		} 
.pageEnder{
    position: relative;
    bottom: -20px;
    width: 100vw;
    text-align: center;
    font-size: 0.568em;
    color: dimgrey;
   
} 
}