#SS-MainPage150{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
	margin: auto;
background-color: rgb(255, 255, 255, .6);
	  box-shadow: white 1px 3px 10px;
	margin: 5% 5% 5% 5%;
	width: 95%;
	border-radius: 1em;
	padding-bottom: 1%;
	padding-top:0px;
	padding-left: 0px;
	padding-right: 0px;

}
#SS-MainPage150-2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	display: -webkit-flexbox;
	justify-content: center;
	align: center;
	margin: auto;
background-color: white;
	  box-shadow: white 1px 3px 10px;
	margin: 5% 5% 5% 5%;
	width: 85%;
	border-radius: 1em;
	padding-bottom: 100px;
	padding-top:15px;
	padding-left: 5px;
	padding-right: 10px;

}
#SS-Background{
	border: 1px solid white;
		display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	display: -webkit-flexbox;
	margin: -2%;
	justify-content: center;
	align-items: center;
	/* background-color: rgb(255,69,0); */
	background-image: linear-gradient(rgb(204, 102, 255),rgb(255,69,0),rgb(255,69,0),rgb(245, 108, 11),rgb(255,69,0),rgb(255,69,0),rgb(204, 102, 255));

	;
	padding-top:10px;
}
  #SS-BoxOne150{
	
    display: -webkit-flexbox;
 
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 350px;
    margin: 6% auto;
   justify-content: center;
    height: 600px;
    align-items: center;
    font-size: 5vw;
   border-radius: .5em;
 padding: 18px;
 
   }
     #SS-BoxTwo150{
    display: -webkit-flexbox;
   
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 350px;
    margin: 6% auto;
   justify-content: center;
    height: 600px;
    align-items: center;
    font-size: 5vw;
   border-radius: .5em;
 padding: 18px;
 
   }
       #SS-Sizes150{
      display: -webkit-flexbox;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  background-color: transparent;
 
  border: none;
  gap: 10px;
 width: 300px;
 overflow: none;
  margin-top: -5%;
  padding-left: 5%;
  padding-right: 5%;
 
  height: auto;
  padding-top: 5%;
  padding-bottom: 15%;
 
   }
		#SS-SizeButton150-2{
			text-decoration: none;
		border: solid 1px #f28b2d;
		  box-shadow: #ff7020 1px 3px 5px;
        background-color: #ff7020;
        background-position: 10px 10px;
        color: white;
	 padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
		margin-top: 25px;;
margin-bottom: 60px;
	
        cursor: pointer;
        vertical-align: center;
        border-radius: 1em;
        opacity: 2;
        font-family: 'Happy Monkey', cursive;
        display: flex;
        
        touch-action: manipulation;
       
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;	
			
		}
		#SS-SizeButton150{
			text-decoration: none;
		
		  box-shadow:#ff7020 1px 3px 5px;
        background-color: #ff7020;
        background-position: 10px 10px;
        color: white;
	 padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    margin-top: 15px;
        cursor: pointer;
        vertical-align: center;
        border-radius: 15%;
        opacity: 2;
        font-family: 'Happy Monkey', cursive;
      
        display: flex;
        
        touch-action: manipulation;
       
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;	
			
		}
#SS-Name150{
font-family: 'Stylish', sans-serif;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 40px;
	text-align: center;
}
#SS-DescriptionBox150{
  font-family: 'Happy Monkey', cursive;
	border: 1px grey solid;
	border-radius: 1em;
	padding: 5%;
	font-size: 20px;
	margin-top: 10%;
	height: auto;
}
#SS-Word1-150{
	margin-top: 7%;
font-family: 'Stylish', sans-serif;
color: #404040;
	
	
	font-size: 25px;
}
#SS-Word2-150{
font-family: 'Stylish', sans-serif;
color: #404040;
	margin-bottom: 5%;
	
	font-size: 25px;
}

	
	
}
   #SS-image150{
margin-top: 10%;
	border-radius: 5%;
	
	width: 100%;
	height: auto;

	border: 1px solid #DEAE36;
	
}
/* Carousel */
.carousel {
  width: 100%;
  margin: auto;
}

.carousel-item {
  height: 500px;
  position: relative;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  outline: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

.carousel-indicators {
  bottom: -70px;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #747d8c;
}

.carousel-indicators .active {
  background-color: #2f3542;
}
	@media (max-width: 950px) {
		#SS-SizeButton150-2{
			
			margin-top: 190px;
		}
		  
		   #SS-Sizes150{
			   margin-top: 160px;
		   }
	}
	


