
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
	  display: block;
    text-decoration: none;
    color: white;
	text-shadow: 3px 3px 22px #6e493a;
    padding: 1rem;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;

  border: none;
  outline: none;
 
  background-color: inherit;

 
  
}



.dropdown-content {
	color: white;
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 190px;

  z-index: 1;
}

.dropdown-content a {
	font-family: 'Raleway', sans-serif;
  float: none;
  color: gold;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;

}


 

	


	/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



#SS-ADD{
    border-radius: 1em;
    max-width: 80%; /* Ensure the image doesn't exceed its container width */
    height: auto;
    border: 1px solid #DEAE36;
    display: block; /* Remove any extra spacing caused by inline elements */
    margin: 0 auto; /* Center the image horizontally */
}
#SS-image151 {
    border-radius: 1em;
    max-width: 90%; /* Ensure the image doesn't exceed its container width */
    height: auto;
    border: 1px solid #DEAE36;
    display: block; /* Remove any extra spacing caused by inline elements */
    margin: 0 auto; /* Center the image horizontally */
}
a:link{
	text-decoration: none!important;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
}
.body {
	width: 100%;
	height: auto;
    background: 
        radial-gradient(at 1% 0%, #333333, transparent 50%) repeat scroll 0% 0%, /* Dark Grey */
        radial-gradient(at 7% 8%, #4d4d4d, transparent 50%) repeat scroll 0% 0%, /* Slightly lighter Dark Grey */
        radial-gradient(at 79% 82%, #666666, transparent 50%) repeat scroll 0% 0%, /* Medium Dark Grey */
        radial-gradient(at 96% 10%, #4d4d4d, transparent 50%) repeat scroll 0% 0%, /* Slightly lighter Dark Grey */
        radial-gradient(at 42% 20%, #4d4d4d, transparent 50%) repeat scroll 0% 0%, /* Slightly lighter Dark Grey */
        rgba(0, 0, 0, 1) 100%; /* Semi-transparent black overlay for added depth */
}
.page02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_NE.png'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page09 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_C4.jpg'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page08 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_Dating.jpg'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page07 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_News3.jpg'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page06 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_Food.jpg'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page05 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_Dating.jpg'); /* Background image A_044000_OSA.png */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page04 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_JOBS2.jpg'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page03 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_DL.png'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}
.page01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url('A_044000_TSLA2.png'); /* Background image */
    opacity: 0.7; /* Sets the transparency to 70% */
    background-size: cover; /* Cover the entire container */
}

.page01:nth-child(1) {
    margin-bottom: 20px; /* Adjust the margin to create space between the two .page01 divs */
}

.page01:nth-child(2) {
    margin-top: 20px; /* Adjust the margin to create space between the two .page01 divs */
}
	#SS-login{
		left: 50px;
	
		
	} 
	   .SS-btn02{
	   width:80%;
	padding: 10px 30px;
	cursor: pointer;
	display:block;
	margin: auto;
	margin-top: 50px;
	border: 0;
	  background-image: linear-gradient(to right, #cb9b51, #b3003b);
	  outline: none;
	  border-radius: 30px;
	  color: white;
	  
	  

}
	.SS-input-field21-3{
	width: 90%;
	padding: 5px 0;
	margin: 5px 15px;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	margin-top: 20px;
	color: white;	
}
.SS-Box21{

 position: relative; 
 box-shadow: 2px 10px 25px  white;
	 background-color: transparent;
	    margin: 20px auto;
	  height: 260px;

	 width: 350px;
   border-radius: 1em;
 padding: 15px;
padding-top: 30px;
   color: white;
   overflow:hidden;
   padding-bottom: 30px;


   }
#SS-Text01{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	
	  color: white;
	 padding:2vw 5vw 3vw 5vw;

}
#SS-MainPage09{
margin: 0 auto;
		display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	display: -webkit-flexbox;
 background: 
    radial-gradient(at 1% 0%, black, transparent 50%) repeat scroll 0% 0%, /* Very Dark Purple */
    radial-gradient(at 7% 8%, #300012, transparent 50%) repeat scroll 0% 0%, /* Dark Purple-Maroon */
    radial-gradient(at 79% 82%, #4a0018, transparent 50%) repeat scroll 0% 0%, /* Deep Maroon */
    radial-gradient(at 96% 10%, #300012, transparent 50%) repeat scroll 0% 0%, /* Darker Reddish-Maroon */
    radial-gradient(at 42% 20%, #300012, transparent 50%) repeat scroll 0% 0%, /* Deep Reddish-Brown */
    rgba(0, 0, 0, 1) 100%; /* Semi-transparent black overlay for added depth */



	padding-top:10px;
	}
#SS-MainPage03{
margin: 0 auto;
		display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	display: -webkit-flexbox;
  background-color: rgba(0, 0, 0, 0.5);

	padding-top:10px;
	}
#SS-MainPage02{
margin: 0 auto;
		display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	display: -webkit-flexbox;
  background-color: rgba(53, 84, 126, 0.5);

	padding-top:10px;
	}
#SS-MainPage151{
margin: 0 auto;
		display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	display: -webkit-flexbox;
  background-color: rgba(50, 50, 50, 0.5);

	padding-top:10px;
	}
				#SS-Definition09{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	  background-color: rgba(51, 0, 19, 0.5);
	  color: white;
	 padding:2vw 5vw 1vw 5vw;

}
			#SS-Definition05{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	  background-color: rgba(128, 0, 64, 0.7);
	  color: white;
	 padding:2vw 5vw 1vw 5vw;

}
		#SS-Definition03{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	  background-color: rgba(0, 0, 0, 0.7);
	  color: white;
	 padding:2vw 5vw 1vw 5vw;

}
	#SS-Definition02{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	  background-color: rgba(53, 84, 126, 0.7);
	  color: white;
	 padding:2vw 5vw 1vw 5vw;

}
#SS-Definition01{
font-family: 'Montserrat', sans-serif;
	font-size: 1.5vw;
	text-align: center;
margin: auto 0;
	  background-color: rgba(50, 50, 50, 0.5);
	  color: white;
	 padding:2vw 5vw 1vw 5vw;

}
.header01 {
background-image: none; 
    background-color: transparent; 
 width: 100%;
 
}


.SS-navbar3 {
    display: flex;
    position: relative;
    justify-content:space-between;
   background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
  
    color: white;
	justify-content: center;
	
}

.SS-navbar2 {
    display: flex;
    position: relative;
    justify-content:space-between;
   background-color: rgba(51, 0, 19, 0.8);
    align-items: center;
  
    color: white;
	justify-content: center;
	
}
.SS-navbar {
    display: flex;
    position: relative;
    justify-content:space-between;
   background-color: rgba(50, 50, 50, 0.8);
    align-items: center;
  
    color: white;
	justify-content: center;
	
}
#SS-Title08 {
 font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    font-size: 7vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 0 0 12px black; /* Thin black text shadow */
}
#SS-Title07 {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 0 0 12px black; /* Thin black text shadow */
}

#SS-Title06 {
    font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 7vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 
        -3px -3px 5px #004d00, /* Top left corner shadow */
        3px -3px 5px #004d00, /* Top right corner shadow */
        -3px 3px 5px #004d00, /* Bottom left corner shadow */
        3px 3px 5px #004d00; /* Bottom right corner shadow */
}


#SS-Title05{
  font-family: "Carter One", system-ui;
  font-weight: 400;
  font-style: normal;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 11px 11px 11px #800040; /* Brown thin text shadow */
}  
  #SS-Title042{
font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 3vw;
    padding-top: 3vw;
    text-shadow: 10px 10px 10px black; /* Brown thin text shadow */
}
#SS-Title04{
 font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 1vw;
    padding-top: 1vw;
    text-shadow: 10px 10px 10px black; /* Brown thin text shadow */
}
#SS-Title03 {
 font-family: 'Caveat', cursive;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 1px 1px 1px black; /* Brown thin text shadow */
}
#SS-Title02 {
    font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 1px 1px 1px black; /* Brown thin text shadow */
}
#SS-Title01 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 2vw;
    padding-top: 2vw;
    text-shadow: 1px 1px 1px #6e493a; /* Brown thin text shadow */
}

#SS-SubTitle1 {
font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
    background-color: transparent; 
    color: white;
    padding-bottom: 1vw;
    padding-top: 3vw;
}



.SS-brand-logo {
	display: none;
    font-size: 1.5rem;
    margin: .5rem;
	color: #333333;

}

.SS-navbar-links {
    height: 100%;
}

.SS-navbar-links ul {
    display: flex;
    margin: 0;

    padding: 0;
	gap:6vw;
}

.SS-navbar-links li {
    list-style: none;
}

.SS-navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
	font-size: 1.3rem;
	font-family: 'Montserrat', sans-serif;

}

/* For .SS-navbar2-links */
.SS-navbar2-links {
    height: 100%;
}

.SS-navbar2-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6vw;
}

.SS-navbar2-links li {
    list-style: none;
}

.SS-navbar2-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}
/* For .SS-navbar3-links */
.SS-navbar3-links {
    height: 100%;
}

.SS-navbar3-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6vw;
}

.SS-navbar3-links li {
    list-style: none;
}

.SS-navbar3-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}

/* For .SS-navbar4-links */
.SS-navbar4-links {
    height: 100%;
}

.SS-navbar4-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6vw;
}

.SS-navbar4-links li {
    list-style: none;
}

.SS-navbar4-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}

/* For .SS-navbar5-links */
.SS-navbar5-links {
    height: 100%;
}

.SS-navbar5-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6vw;
}

.SS-navbar5-links li {
    list-style: none;
}

.SS-navbar5-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}
/* For .SS-navbar6-links */
.SS-navbar6-links {
    height: 100%;
}

.SS-navbar6-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6vw;
}

.SS-navbar6-links li {
    list-style: none;
}

.SS-navbar6-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}



.SS-toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.SS-toggle-button .SS-bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 750px) {
	.dropdown-content {

  min-width: 250px;

}#SS-Title{
	font-size: 6vw;
}#SS-SubTitle1{
	font-size: 5vw;
	width: 20vw;
}
#SS-SubTitle2{
	font-size: 5vw;
	width: 20vw;
}
#SS-Loop1{
		font-size: 3vw;
}
#SS-Loop2{
		font-size: 3vw;
}
#SS-Loop3{
		font-size: 3vw;
}#SS-Loop4{
	font-size: 3vw;
}
	    #SS-TH{
			font-size: 3vw;
		}
		#SS-Definition{
			font-size: 2.2vw;
		}
	
	#SS-MainPage151{
		flex-direction:column;
	
		justify-content: center;
		align-items: center;
	}
	#SS-ContainerOne{
		width: 88vw;
	
			margin: 5% 2% 2% 1.5%;
	}
	#SS-ContainerTwo{
		width: 88vw;
		
			margin: 5% 2% 2% 1.5%;
	}
	#SS-ContainerThree{
		height: 100vw;
		margin: 4% 0 5% 2.5%;
		
	}
	  #SS-Table{
		  height:100vw;
	  }
	  #SS-placeholder{
		  max-width: 90%;
	  }
    .SS-navbar
	{
		display: flex;
        flex-direction: column;
   align-items: center;
margin: 0 -1% 0 -1%;
		justify-content: center;
		
			
    }

    .SS-toggle-button {
        display: flex;
			
    }

    .SS-navbar-links {
        display: none;
        width: 100%;
	
		
    }

    .SS-navbar-links ul {
        width: 100%;
        flex-direction: column;
			justify-content: center;
			 align-items: center;
			margin: 0 auto;
	
    }
	.dropdown .dropbtn {
		text-align: center;
	}

    .SS-navbar-links ul li {
        text-align: center;
		
    }

    .SS-navbar-links ul li a {
        padding: .5rem 2rem;
		
	
    }

    .SS-navbar-links.active {
        display: flex;
	
    }
	.SS-row{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
  
  


	
	
}




.SS-row {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

ul {
    list-style: none;
    padding: 0; /* Remove default padding */
}

.SS-footer {
    background-color: #262626;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center; /* Center align the entire footer */
}

.SS-footer-col {
    width: 60%;
    text-align: center;
    margin: 0 auto; /* Center align the columns */
}

.SS-footer-col h4 {
    font-size: 1.2rem;
    color: gold;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.SS-footer-col ul li:not(:last-child) {
    margin-bottom: 20px;
}

.SS-footer-col ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    display: block;
    margin-bottom: -2px;
}


