#SS-column {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 40vw;
  margin-left: -20px; /* Move the div to the left by 20 pixels */
}

	#SS-DateContainer {
  width: 80vw;
  border-bottom: 2px solid transparent; /* Specify border color as transparent */
  border-top: 2px solid transparent; /* Specify border color as transparent */
  border-image: linear-gradient(to right, #FEDB37, #FDB931, #9f7928, #8A6E2F);
  border-image-slice: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


#SS-GoldBtn {
	font-family: 'Vollkorn SC', serif;
  width: 30vw;
  height: 5vw;
  overflow: hidden;
    display: flex; /* Use flexbox */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: relative;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  text-align: center;
   color: black;
  border-radius: 20px;
  outline: none;
  border: none;
  text-decoration: none;
  font-size: 2vw;
}

#SS-GoldBtn a {
  color: inherit; /* Use the color from the parent element */
  text-decoration: none; /* Remove underline */
}


.body{
	background-color:#0d0d0d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#SS-Date2{
font-family: 'Ysabeau SC', sans-serif;
	font-size: 3vw;
	text-align: center;
margin: auto 0;
	   border-bottom: 2px solid transparent; /* Specify border color as transparent */
  border-image: linear-gradient(to right, #FEDB37, #FDB931, #9f7928, #8A6E2F);
  border-image-slice: 1;
	  color: white;
	 padding:1vw 5vw 1vw 5vw;
	
}
#SS-Date {
font-family: 'Ysabeau SC', sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: auto 0;
  color: white;
  padding: 1vw 1vw;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any overflowing text */
  text-overflow: ellipsis; /* Add an ellipsis (...) for overflow */
}
#SS-Address {

font-family: 'Ysabeau SC', sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: auto 0;
  color: white;
  padding: 1vw 1vw;

}#SS-DressCode {
font-family: 'Vollkorn SC', serif;
  font-size: 2.5vw;
  text-align: center;
  margin: auto 0;
  background-image: linear-gradient(
	to right,
	#cb9b51 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#cb9b51 100%
	);
   color:transparent;
   -webkit-background-clip:text;
  padding: 1vw 1vw;

}#SS-Details {
font-family: 'Montserrat', sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: auto 0;
  color: white;
   background-image: linear-gradient(
	to right,
	#cb9b51 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#cb9b51 100%
	);
   color:transparent;
   -webkit-background-clip:text;
  padding: 1vw 1vw;

}
#SS-Questions {
font-family: 'Montserrat', sans-serif;
  font-size: 2.5vw;
  text-align: center;
  margin: auto 0;
  color: grey;
 
  padding: 1vw 1vw;

}
#SS-Time{

  border-left: 2px solid #9f7928; /* Specify border color as transparent */

  border-image-slice: 1;
font-family: 'Ysabeau SC', sans-serif;
	font-size: 5vw;
	text-align: center;
margin: auto 0;
height: 100%;
	  width: 40%;
	  color: white;
	 padding:0 5vw 1vw 5vw;

} 

#SS-Invited{
font-family: 'Vollkorn SC', serif;
	font-size: 2vw;
	text-align: center;
margin: auto 0;
	  
	  color: white;
	 padding:0 5vw 1vw 5vw;

}

#SS-Title {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 6vw;
  text-align: center;
  margin: 0 auto;
  width: 100%;
   background-image: linear-gradient(
	to right,
	#462523 0,
       	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
   color:transparent;
   -webkit-background-clip:text;
}

.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;

}



.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: 11vw;
}#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-Invited{
			font-size: 3.2vw;
		}
		#SS-Date{
			font-size: 3vw;
		}#SS-Date2{
			font-size: 4vw;
		}
		#SS-Time{
			font-size: 5vw;
		}#SS-Address{
			font-size: 4vw;
		}#SS-Details{
			font-size: 3vw;
		}#SS-DressCode{
			font-size: 3vw;
		}#SS-Questions{
			font-size: 3vw;
		}#SS-GoldBtn {
	font-size:3.5vw;
  width: 40vw;
  height: 10vw;
	
	
	

		}